Source code to the Guidebook website built using mkdocs.
 
Go to file
Noah 26bbe79b2e v0.4.0 Release Version Candidate 2020-11-20 22:54:02 -08:00
docs v0.4.0 Release Version Candidate 2020-11-20 22:54:02 -08:00
.gitignore Initial Commit 2020-11-20 19:09:16 -08:00
Makefile Initial Commit 2020-11-20 19:09:16 -08:00
README.md Initial Commit 2020-11-20 19:09:16 -08:00
mkdocs.yml v0.4.0 Release Version Candidate 2020-11-20 22:54:02 -08:00

README.md

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