Zensical Migration¶
This project now uses Zensical for documentation builds.
What changed¶
- Docs dependency moved from
mkdocs-materialtozensical. - Build command changed from
uv run mkdocs build --stricttouv run zensical build -f mkdocs.yml. - Local preview command changed to
uv run zensical serve -f mkdocs.yml. - Legacy Material-specific migration/reference pages were removed.
Contributor workflow¶
For contrast checks (same as CI/pre-commit):