Chore: move to Zensical for docs (#12011)

This commit is contained in:
shamoon
2026-02-06 08:34:15 -08:00
committed by GitHub
parent 1188a89369
commit 3c51b3f9cd
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,