docs: add anchor gate and folded references toc

This commit is contained in:
tukuaiai
2026-05-03 21:22:10 +08:00
parent 53f050f341
commit b5043f6216
9 changed files with 156 additions and 38 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ help:
@echo "Available commands:"
@echo " help - Show this help message"
@echo " lint - Lint all markdown files"
@echo " check-links - Check local markdown links"
@echo " check-links - Check local markdown links and anchors"
@echo " build - Verify knowledge base has no build step"
@echo " test - Run repository quality gates"
@echo " clean - Remove ignored generated caches"
@@ -20,7 +20,7 @@ lint:
@markdownlint --config .github/lint_config.json --ignore .history --ignore tools/external '**/*.md'
check-links:
@echo "Checking local markdown links..."
@echo "Checking local markdown links and anchors..."
@python3 scripts/check-local-links.py
build: