Documentation¶
MkDocs and Material for MkDocs is already configured in the generated project.
In order to create your docs it is enough to:
-
Modify the
navindex in themkdocs.yaml, which describes how to organize the pages. An example of thenavis the following: -
Create all the files referenced in the
navrelative to thedocs/folder. -
To preview your documentation it is enough to run
mkdocs serve. To manually deploy the documentation seemike, or see the integrated GitHub Action to publish the docs on release.