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:
@@ -2,9 +2,9 @@ import React from "react"
|
||||
import TOCItems from "@theme-original/TOCItems"
|
||||
import type TOCItemsType from "@theme/TOCItems"
|
||||
import type { WrapperProps } from "@docusaurus/types"
|
||||
import StructuredDataHowTo from "@site/src/components/StructuredData/HowTo"
|
||||
import { useDoc } from "@docusaurus/theme-common/internal"
|
||||
import { DocContextValue } from "@medusajs/docs"
|
||||
import StructuredDataHowTo from "../../components/StructuredData/HowTo"
|
||||
|
||||
type Props = WrapperProps<typeof TOCItemsType>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user