Source code to the Guidebook website built using mkdocs.
 
Go to file
Noah 63f069bf8e Update Guidebook for v0.8.0 2021-09-03 22:49:59 -07:00
docs Update Guidebook for v0.8.0 2021-09-03 22:49:59 -07: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 Update Guidebook for v0.7.0 2021-06-20 13:22:13 -07:00
requirements.txt Update Guidebook for v0.6.0 2021-06-06 21:28:13 -07: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