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
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