The mle-infrastructure documentation webpage is built on top of mkdocs and can be reached via https://mle-infrastructure.github.io. The only required installation can be done via pip install mkdocs-material.
- Locally serve the documentation webpage via:
mkdocs serve
- Deploy the documentation webpage via:
mkdocs gh-deploy --force