Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 391 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 391 Bytes

Documentation

General

Generating

To generate the documentation site, you can use the following commands:

pip install mkdocs
pip install mkdocs-material

mkdocs new registry-documentation
cd registry-documentation

mkdocs serve
mkdocs build --clean
mkdocs gh-deploy