docs: add 13_config to USER_MODULES + regenerate docs

This commit is contained in:
Accusys
2026-05-19 03:14:18 +08:00
parent 3085a7d048
commit f6f623eeea
5 changed files with 5 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ DOC_DEV_DIR = os.path.join(os.path.dirname(__file__), "..", "docs_v1.0", "doc_de
USER_MODULES = {
"01_auth", "02_health", "03_register", "04_lookup", "05_process",
"06_search", "07_identity", "08_identity_agent", "08_media",
"09_tmdb", "10_pipeline", "12_agent",
"09_tmdb", "10_pipeline", "12_agent", "13_config",
}
@@ -87,6 +87,7 @@ MODULE_LABELS = {
"10_pipeline": "生產線Pipeline",
"11_error_codes": "錯誤碼Error Codes",
"12_agent": "智慧代理AI Agents",
"13_config": "系統設定System Config",
}
def build_html(md_text: str, title: str) -> str: