How to Add Documentation
This doc is using the material for mkdocs, which turns markdown files into an online doc website.
You should have mkdocs installed on your terminal first.
To add a new seperate page of documentation, you need to
- add a new
.mdmarkdown file to thedocs/directory - in the
mkdocs.ymlfile'snav:section, add a the new page's path - IMPORTANT: test if the changes works as expected by running
mkdocs servein the root directory of this repo, only push the changes after checking it works
NOTE: a github action of compiling these markdown files has already been setup. Once the changes of .md files are pushed, the static website branch will be automatically updated shortly.