GitHub - byteroad/k8-admin: Manual de Administração da Infra Estrutura de Kubernetes da OGC API da DGT.
-
Notifications
You must be signed in to change notification settings - Fork 0
README
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/
Export PDF
Install with-pdf plugin:
pip install mkdocs-with-pdf
Build:
mkdocs build
PDF is generated at site/pdf/.
License
Licensed using MIT.