Documentation with mkdocs-material¶
Our documentation is built using mkdocs and the
mkdocs-material theme. We also use some
plugins.
Please refer to the "Getting Started"
pages of mkdocs-material
for a general overview on how to work with mkdocs-material
.
All documentation files are in the docs/
folder, except for the configuration file
which is mkdocs.yml
at the root of the repository.
For minor changes, it should be fine to edit the page directly on Github. That should commit to a separate branch (or fork), and you can set up a pull request. For larger changes, clone a fork of the repository as described in the "Local Installation" section.
After cloning the repository, you may also build and serve the documentation through Docker:
This will serve the documentation from the docs/
directory to http://localhost:8000/.
Any updates you make to files in that directory will be reflected on the website.
When you are happy with your changes, just commit and set up a pull request!