Wiki Updates¶
- The easiest way to update the wiki is to just use the edit button and fork it
Local¶
- We use poetry to manage our python dependencies
- Simply follow the instructions here after cloning the repository
After that it is as simple as:
poetry shell # if you didn't set up direnv
mkdocs serve
Resources¶
- Official mkdocs documentation
- Material mkdocs theme documentation