MkDocs¶
mkdocs
is used to build this documentation.
Installation¶
-
Install
python3
1 -
Install
mkdocs
and plugins viapip3
[^2]
Danger
Do not use unmaintained apt
packages.
Commands¶
Create a new project
Start the live-reloading docs server
Build the documentation site
Print this help message
Project layout¶
mkdocs.yml # The configuration file.
docs/
content/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.
blog/ # Blog-like entries (with date, author, ...)
assets/
posts/
developers/
users/
overrides/ # Theme overrides
docs_includes/ # Need to stay outside "docs"