docs: updates for v1.19 (#5868)

* docs: updates for v1.19

* Update www/apps/docs/content/upgrade-guides/medusa-core/1-19.mdx

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>

* Update www/apps/docs/content/upgrade-guides/medusa-core/1-19.mdx

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>

---------

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Shahed Nasser
2023-12-14 16:52:41 +02:00
committed by GitHub
parent 9623fcafe6
commit a6c8490fc3
6 changed files with 102 additions and 19 deletions
@@ -6,6 +6,8 @@ import { Kbd, DetailsSummary } from "docs-ui"
import H1 from "./H1"
import MDXCode from "./Code"
import MDXDetails from "./Details"
import DocCard from "@theme/DocCard"
import DocCardList from "@theme/DocCardList"
export default {
// Re-use the default mapping
@@ -18,4 +20,6 @@ export default {
a: MDXA,
kbd: Kbd,
h1: H1,
DocCard,
DocCardList,
}