Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 526 Bytes

File metadata and controls

34 lines (17 loc) · 526 Bytes

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.