feat(docs): switch docs to zensical (#125)

This commit is contained in:
banteg
2026-01-13 21:09:27 +04:00
committed by GitHub
parent f9757679c2
commit e671da0a0f
11 changed files with 259 additions and 466 deletions
+4 -2
View File
@@ -5,10 +5,12 @@ check:
uv run pytest
docs-serve:
uv run --group docs mkdocs serve
uv run --no-sync python scripts/docs_prebuild.py
uv run --group docs zensical serve
docs-build:
uv run --group docs mkdocs build --strict
uv run --no-sync python scripts/docs_prebuild.py
uv run --group docs zensical build
bundle:
#!/usr/bin/env bash