12 lines
279 B
Markdown
12 lines
279 B
Markdown
|
# 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 website
|
||
|
* `make serve` runs the mkdocs development server
|
||
|
* `make clean` cleans up the rendered website
|