Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 303 Bytes

readme.md

File metadata and controls

26 lines (19 loc) · 303 Bytes

Cloudbreak Docs

REQUIREMENTS:

  • pip install mkdocs
  • pip install markdown-include

VIEWING:

Serve the docs local (http://0.0.0.0:8000):

mkdocs serve

PUBLISHING:

Building the docs:

mkdocs build --clean

Build and deploy to GitHub (via gh-pages):

mkdocs gh-deploy --clean