Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 247 Bytes

DOCS.md

File metadata and controls

26 lines (16 loc) · 247 Bytes

Generate the documentation

We use mkdocs

Install

pip install mkdocs
pip install mkdocs-material

Serve

mkdocs serve

Publish

mkdocs gh-deploy

on the main branch