Add additional docs

This commit is contained in:
2026-01-22 18:52:29 +01:00
parent 26bd79191c
commit f1f70a1a89
36 changed files with 370 additions and 9 deletions

View File

@@ -1,4 +1,6 @@
venv:
python3 -m venv --copies venv
. venv/bin/activate
python3 -m pip install black flake8 isort mypy
.ONESHELL:
.DELETE_ON_ERROR:
.PHONY: serve
serve:
uv run mkdocs serve