This site creates the admin documentation for the Kubernetes setup of the OGC API SDI, at DGT. Docs are built using mkdocs.
Install with
pip3 install -r requirements.txt
Build using:
mkdocs serve --livereload
Deploy using
mkdocs gh-deploy
The site is live at: https://byteroad.github.io/k8-admin/
Install with-pdf plugin:
pip install mkdocs-with-pdf
Build:
mkdocs build
PDF is generated at site/pdf/.
Licensed using MIT.