You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docusaurus v4.0 is going to be releasing sometime in the near future, which will introduce a lot of breaking changes that must be resolved as soon as possible for the Creators Docs to be future-proofed.
Admonition Titles must be migrated from :::note Title to the directive form :::note[Title] since mdx1CompatDisabledByDefault disables the legacy parser.
Rename all .md files to .mdx to align with v4 conventions, as v4 will fully enforce MDX v3.
Any HTML comments must be converted to use JSX comment syntax.
Link references to .md files must be updated to renamed .mdx files.
Docusaurus v4.0 is going to be releasing sometime in the near future, which will introduce a lot of breaking changes that must be resolved as soon as possible for the Creators Docs to be future-proofed.
Here's what's going on:
:::note Titleto the directive form:::note[Title]sincemdx1CompatDisabledByDefaultdisables the legacy parser.Full details from Docusaurus v3.10 release for further reading: https://docusaurus.io/blog/releases/3.10