docs: add 13_config to USER_MODULES + regenerate docs
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user