docs(acm2-74): consolidate design documentation
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# 文档体系机械校验入口:顶层结构、ID 注册表与全仓引用、陈旧引用、活跃 G、Markdown 链接。
|
||||
# 用法:scripts/check-docs.sh [Git 基线] (在仓库根目录执行)
|
||||
set -uo pipefail
|
||||
cd "$(dirname "$0")/.."
|
||||
exec python3 scripts/check-docs.py . "$@"
|
||||
Reference in New Issue
Block a user