feat(docs): add mkdocs and ci (#114)

This commit is contained in:
banteg
2026-01-13 06:00:26 +04:00
committed by GitHub
parent d4aad8e068
commit d0e9a51a0f
8 changed files with 655 additions and 3 deletions
+6
View File
@@ -4,6 +4,12 @@ check:
uv run ty check src tests
uv run pytest
docs-serve:
uv run --group docs mkdocs serve
docs-build:
uv run --group docs mkdocs build --strict
bundle:
#!/usr/bin/env bash
set -euo pipefail