Skip to content

Development

Writing documentation

For this documentation, I use Material for MkDocs. You'll need a working Python interpreter to use it.

Assuming that you have it, first install the MkDocs:

pip3 install mkdocs-material
pip install mkdocs-material

Then, to run the documentation site locally, you can use:

mkdocs serve

For the rest of features, check their documentation.

Found a bug?

Or maybe just have a question? Don't hesitate to report an issue!