From 0ec90ec8933c82084221668ae8b2373d2bd10839 Mon Sep 17 00:00:00 2001 From: xxm Date: Thu, 20 Aug 2026 07:49:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(docs-tab):=20=E6=96=87=E6=A1=A3=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E6=9B=B4=E6=96=B0=E2=80=94=E2=80=94=E8=BF=90=E7=BB=B4?= =?UTF-8?q?=E5=8F=82=E8=80=83=E5=8A=A0operations-index/scheduler-mechanism?= =?UTF-8?q?,=E6=96=B0=E5=A2=9E=E6=9E=B6=E6=9E=84=E6=B2=BB=E7=90=86?= =?UTF-8?q?=E5=88=86=E7=B1=BB(=E6=96=B0=E6=96=87=E6=A1=A3=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE=E5=BD=92=E7=B1=BB)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server.py b/server.py index e0a7fd82..1f099ddf 100644 --- a/server.py +++ b/server.py @@ -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/"],