Bliss Documentation
Documentation for Bliss
Prerequisites
Building
- Clone the repo
- Run
mkdocs build
- Deploy the
site
folder
Editing
- Clone the repo
- Add new content/edit in the
docs/
directory - Preview your changes by running
mkdocs serve
- Run building above to deploy changes