Session about Docs as Code at the DevOpsCamp 2023
The resulting static web page can be found here: https://sourcefranke.github.io/dvoc23-docs-as-code/
pip install mkdocs
pip install plantuml
pip install mkdocs-plantuml
pip install mkdocs-bootstrap386
python -m mkdocs new <project_name>
python -m mkdocs serve
right from local CLI !!
python -m mkdocs gh-deploy