docs icon indicating copy to clipboard operation
docs copied to clipboard

feat: upgrade docusaurus to > 3.x

Open juanmanso opened this issue 9 months ago • 3 comments

Description

As part of the migration process of version 2.x to 3.x, Docusaurus provides a CLI command to check the potential issues while compiling mdx files:

npx docusaurus-mdx-checker

Running this command, a huge output was given that could be summarized with the following screenshot:

image

One of the errors is the bad usage of { as stated here

On this preview PR, we migrated some of the files' curly braces and this is the current summary of the CLI output:

image

Feel free to continue with this migration or I will when I'm back at it 🚀

Related issues

  • Closes #110

juanmanso avatar May 17 '24 16:05 juanmanso