Setting up Docusaurus
- Follow the official documentation
- Note: you may have to refactor
master
branch in .travis.yml
to main
, or whatever CI you use
- Add LaTeX
- As of 10/31/2020, see Troubleshooting section and ensure
"remark-math": "^3.0.1"
in package.json. Re-install etc
- Setup search component
- Only after sufficient content
Adding content to Docusaurus
- Run the local server with
npm run start
or yarn run start
to see the changes live. - Add the markdown file into
docs/
- Update the sidebars.js
- Add category if needed
- Order docs / categories if needed