Skip to main content

Usage

Setting up Docusaurus

  1. Follow the official documentation
    • Note: you may have to refactor master branch in .travis.yml to main, or whatever CI you use
  2. Add LaTeX
    • As of 10/31/2020, see Troubleshooting section and ensure "remark-math": "^3.0.1" in package.json. Re-install etc
  3. Setup search component
    • Only after sufficient content

Adding content to Docusaurus

  1. Run the local server with npm run start or yarn run start to see the changes live.
  2. Add the markdown file into docs/
  3. Update the sidebars.js
    • Add category if needed
    • Order docs / categories if needed