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
Right now, we've set up a new nodeJs project for Docusaurus in the docs folder.
It's important to check whether this approach might cause problems in the future, such as with updates to ES Modules or if we've installed similar packages, which could lead to having two node_modules folders.
Let's make sure we're not going to run into any issues and see if there's room for improvement.
Note!
When making a PR for this issue, make sure you target the branch docs-migration.
Right now, we've set up a new nodeJs project for
Docusaurus
in the docs folder.It's important to check whether this approach might cause problems in the future, such as with updates to ES Modules or if we've installed similar packages, which could lead to having two
node_modules
folders.Let's make sure we're not going to run into any issues and see if there's room for improvement.
Note!
When making a PR for this issue, make sure you target the branch
docs-migration
.Related to #4396
The text was updated successfully, but these errors were encountered: