Source code to the Guidebook website built using mkdocs.
docs | ||
.gitignore | ||
Makefile | ||
mkdocs.yml | ||
README.md | ||
requirements.txt |
Guidebook
This is mkdocs
sources for the user guidebook.
Setup
Install mkdocs, i.e. dnf install mkdocs
on Fedora and use the Makefile:
make build
renders the websitemake serve
runs the mkdocs development servermake clean
cleans up the rendered website