docs: fix build errors + update medusa docs link (#8550)

* docs: update medusa docs link

* fix @medusajs/icon version

* fix user guide build

* fix build error
This commit is contained in:
Shahed Nasser
2024-08-13 08:51:20 +02:00
committed by GitHub
parent b2250ed7b1
commit 35da5dedc1
7 changed files with 21 additions and 12 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ Explore Medusa's commerce modules, SDKs, configurations, recipes, and more.
<Note title="Getting started?">
Follow the [Medusa Book](https://medusa-docs-v2-git-docs-v2-medusajs.vercel.app) to become an advanced Medusa developer.
Follow the [Medusa v2 Docs](!docs!) to become an advanced Medusa developer.
</Note>
@@ -165,4 +165,4 @@ Follow the [Medusa Book](https://medusa-docs-v2-git-docs-v2-medusajs.vercel.app)
href: "/nextjs-starter",
showLinkIcon: false
},
]} />
]} />
+1 -1
View File
@@ -16,7 +16,7 @@
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@medusajs/icons": "^1.2.0",
"@medusajs/icons": "preview",
"@next/mdx": "^14.2.3",
"clsx": "^2.1.0",
"docs-ui": "*",