Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 391 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 391 Bytes

Docs

Online

BOSH Demo

Requirements

pip install mkdocs-material mkdocs pygments

Build Docs

mkdocs build

Docs are built in the site directory. You can open the index.html file directly in your browser.

Render on the fly

You can render the docs in your browser by running the inbuilt server

mkdocs serve