Skip to content

Informatievlaanderen/registry-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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