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