docs: Remove redoc API generation (#7109)

This commit is contained in:
Michael Genson
2026-02-20 14:49:43 -06:00
committed by GitHub
parent 0c0d7d11a5
commit 29c6176d89
9 changed files with 3 additions and 125 deletions

View File

@@ -25,16 +25,9 @@ dotenv:
- .env
- .dev.env
tasks:
docs:gen:
desc: runs the API documentation generator
cmds:
- uv run python dev/code-generation/gen_docs_api.py
docs:
desc: runs the documentation server
dir: docs
deps:
- docs:gen
cmds:
- uv run python -m mkdocs serve
@@ -81,7 +74,6 @@ tasks:
desc: run code generators
cmds:
- uv run python dev/code-generation/main.py {{ .CLI_ARGS }}
- task: docs:gen
- task: py:format
dev:services:
@@ -350,4 +342,4 @@ tasks:
vars: { WAIT_UNTIL_HEALTHY: true }
- defer: { task: e2e:stop-server }
- task: e2e:test
vars: { PREVENT_REPORT_OPEN: true }
vars: { PREVENT_REPORT_OPEN: true }