chore: remove Node docs tooling #17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/remove-node-docs-tooling"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary\n- remove repo-local Node/npm docs tooling and the generated lockfile\n- validate docs with MkDocs plus Python regression tests directly in Forgejo Actions\n- skip the full Python CI workflow for docs-only changes to reduce runtime\n- stop passing the now-untracked scripts directory to formatter steps in clean CI checkouts\n\n## Verification\n- uv run pytest tests/test_docs_site.py -q\n- uv run pytest tests/ -q\n- uv run pyright\n- uv run black --check src tests\n- uv run isort --check-only src tests\n- uv run python -m build\n- uv run mkdocs build --strict
ff4f48b5a30b53c935f0