Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 295 Bytes

File metadata and controls

16 lines (11 loc) · 295 Bytes

Docs

How to generate the documentation html

we are using mkdocs (http://www.mkdocs.org/) so that you can generate html files out of md.

for generating the site folder with the html files:

mkdocs build --clean

for seeing the results on a website:

mkdocs serve