Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 553 Bytes

File metadata and controls

23 lines (16 loc) · 553 Bytes

ssp21-cpp-mkdocs

Documentation for SSP21-CPP library using MkDocs

building the docs

After installing MkDocs, install the mkdocs-markdownextradata-plugin and the Material theme:

> pip install mkdocs-markdownextradata-plugin
> pip install mkdocs-material

You can then build a static version of the docs using:

mkdocs build

Live editing can be done with: (localhost:8000)

mkdocs serve