feat(docs-tab): 文档分类更新——运维参考加operations-index/scheduler-mechanism,新增架构治理分类(新文档正确归类)

This commit is contained in:
xxm
2026-08-20 07:49:48 +08:00
parent 492bc75d13
commit 0ec90ec893
+3 -1
View File
@@ -2320,7 +2320,9 @@ def api_docs_index():
index.append({"path": f, "title": f.replace(".md", ""), "category": "📖 核心", "core": True})
# 按主题分类
cats = {
"运维参考": ["QUICKSTART", "DEPLOY", "DASHBOARD", "HEALTH-PIPELINE", "doc-audit", "system-audit"],
"运维参考": ["QUICKSTART", "DEPLOY", "DASHBOARD", "HEALTH-PIPELINE", "doc-audit", "system-audit",
"operations-index", "scheduler-mechanism"],
"架构治理": ["data-flow-map", "cleansweep", "architecture-fix"],
"策略研究": ["strategy_research", "predictive_oversold", "deployment-plan", "cron-", "research/"],
"系统机制": ["dev-spec", "DEVELOPMENT_STANDARDS", "SELF_GROWTH", "lifecycle", "strategy-review", "morning-health", "zhiwei-ops", "portfolio-data-model"],
"决策记录": ["decisions/"],