Bliss Documentation

Documentation for Bliss

Prerequisites

Building

  1. Clone the repo
  2. Run mkdocs build
  3. Deploy the site folder

Editing

  1. Clone the repo
  2. Add new content/edit in the docs/ directory
  3. Preview your changes by running mkdocs serve
  4. Run building above to deploy changes