Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 660 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 660 Bytes

Documentation Template

This is a template for a documentation using mkdocs and material.

Install

pip install mkdocs-material pymdown-extensions pygments

Run

  • Serve the documentation on a local port:
  • Generate static html from the documentation:
    • mkdocs build
    • useful for backups or sharing

Documentation