Skip to main content

About this documentation website

This website was built using Docusaurus, following the guide of this tutorial. Then, we have linked Netlify to GitHub Deploy>Deploy Settings>Link to GitHub. In our case, since the documentation website is under the docs folder in our repo, the base directory is docs. The build command is yarn build, and the publish directory is docs/build.

If you want to use LaTeX for rendering mathematical equations, you can install KaTex

npm install katex

And then follow this guide