docusaurus version 3.x upgrade.
also docuilib package - yarn migration.
MDX 3.x new syntax, api.json files fix (relevant error link).
Update by @M-i-k-e-l (support react live):
Pretty sure we don’t need to upgrade TS, but it’s probably better to use their config.
We can add: "remark-emoji": "^4.0.0" if we want to support :emoji: shortcuts in Markdown
IMPORTANT: make sure you run docs:build in the root before building\starting docusaurus.
Note: some features are not working properly (TextField with validate)
Description
docusaurus version 3.x upgrade. also
docuilib
package -yarn
migration. MDX 3.x new syntax,api.json
files fix (relevant error link).Update by @M-i-k-e-l (support react live): Pretty sure we don’t need to upgrade TS, but it’s probably better to use their config. We can add:
"remark-emoji": "^4.0.0"
if we want to support :emoji: shortcuts in MarkdownIMPORTANT: make sure you run
docs:build
in the root before building\starting docusaurus. Note: some features are not working properly (TextField
withvalidate
)Changelog
docusaurus version 3.x upgrade
Additional info
None