Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 346 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 346 Bytes

RIDAGOP IDS Toolkit documentation

The main pages are created with mkdocs material The schema is generated

Install

  • Create a python virtual environment and install the requirements (basically just "mkdocs" and "mkdocs-material")
 ../venv/bin/mkdocs serve
 ../venv/bin/mkdocs build
``