docs: update docusaurus to v3 (#5625)
* update dependencies * update onboarding mdx * fixes for mdx issues * fixes for mdx compatibility * resolve mdx errors * fixes in reference * fix check errors * revert change in vale action * fix node version in action * fix summary in markdown
This commit is contained in:
@@ -36,8 +36,8 @@ This document guides you to install and set up the Next.js Starter Storefront.
|
||||
Instead of manually following this guide to install then later deploy the Next.js Starter Storefront, you can deploy the Next.js Starter Storefront to Vercel with this button:
|
||||
|
||||
<a
|
||||
href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fmedusajs%2Fnextjs-starter-medusa.git&env=NEXT_PUBLIC_MEDUSA_BACKEND_URL&envDescription=URL%20of%20your%20Medusa%20Backend" class="img-url no-zoom-img">
|
||||
<img src="https://vercel.com/button" alt="Deploy with Vercel" class="no-zoom-img"/>
|
||||
href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fmedusajs%2Fnextjs-starter-medusa.git&env=NEXT_PUBLIC_MEDUSA_BACKEND_URL&envDescription=URL%20of%20your%20Medusa%20Backend" className="img-url no-zoom-img">
|
||||
<img src="https://vercel.com/button" alt="Deploy with Vercel" className="no-zoom-img"/>
|
||||
</a>
|
||||
|
||||
---
|
||||
@@ -157,7 +157,7 @@ NEXT_PUBLIC_MEDUSA_BACKEND_URL=http://localhost:9001
|
||||
|
||||
:::note
|
||||
|
||||
The Product Module is currently in beta. You can learn more about it [here](../modules/products/serverless-module.md). In addition, the product module in the Next.js storefront can't be used without the Medusa backend at the moment.
|
||||
The Product Module is currently in beta. You can learn more about it [here](../modules/products/serverless-module.mdx). In addition, the product module in the Next.js storefront can't be used without the Medusa backend at the moment.
|
||||
|
||||
:::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user