-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrating docs to Docusaurus site #674
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Deploy preview for docs ready! ✅ Preview Built with commit 96ef58e. |
docs/package.json
Outdated
"docusaurus-plugin-sass": "^0.2.2", | ||
"modern-normalize": "^1.1.0", | ||
"prism-react-renderer": "^1.3.5", | ||
"react": "^18.2.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed this from ^17.0.2 in order to get it to work in the docs/ folder. I'm not sure if 18 is officially supported by Docusaurus 2, and we might want to change it back.
… slightly in the readme
As before you can run
yarn workspace docs dev
to start the docs server. The docs will be available at http://localhost:3200.