Bliss OS: Add VM installation

BETA, work in progress, all that
Change-Id: Iae2cd1586fca54c545c4661847633104d183ee26
1 file changed
tree: 39b9bcb5a8dcc830594ab8ce1fd5301ad649ac31
  1. docs/
  2. .gitignore
  3. .gitreview
  4. mkdocs.yml
  5. README.md
README.md

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