Chore: move to Zensical for docs

This commit is contained in:
shamoon
2026-02-05 09:37:47 -08:00
parent 1188a89369
commit d6d2beff6c
15 changed files with 236 additions and 338 deletions

View File

@@ -116,9 +116,9 @@
},
{
"label": "Maintenance: Build Documentation",
"description": "Build the documentation with MkDocs",
"description": "Build the documentation with Zensical",
"type": "shell",
"command": "uv run mkdocs build --config-file mkdocs.yml && uv run mkdocs serve",
"command": "uv run zensical build && uv run zensical serve",
"group": "none",
"presentation": {
"echo": true,