From d03b3b0e0cbb172f52ae9a6cb55235108cda095b Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Wed, 4 Mar 2026 10:57:18 +0800 Subject: [PATCH] Refactor mkdocs.yml for improved navigation structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Adjusted indentation in mkdocs.yml to enhance readability and maintain consistency in the navigation hierarchy. - Ensured that sections for "功能定制" and "数据分析" are clearly organized under their respective categories. --- docs/mkdocs.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 3912233..160adc2 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -30,17 +30,17 @@ nav: - 配置选项: assistants/configuration.md - 提示词指南: assistants/prompts.md - 测试调试: assistants/testing.md - - 功能定制: - - 知识库: customization/knowledge-base.md - - 工具集成: customization/tools.md - - 语音配置: customization/voices.md - - 模型配置: customization/models.md - - 工作流: customization/workflows.md - - 数据分析: - - 仪表盘: analysis/dashboard.md - - 历史记录: analysis/history.md - - 效果评估: analysis/evaluation.md - - 自动化测试: analysis/autotest.md + - 功能定制: + - 知识库: customization/knowledge-base.md + - 工具集成: customization/tools.md + - 语音配置: customization/voices.md + - 模型配置: customization/models.md + - 工作流: customization/workflows.md + - 数据分析: + - 仪表盘: analysis/dashboard.md + - 历史记录: analysis/history.md + - 效果评估: analysis/evaluation.md + - 自动化测试: analysis/autotest.md - API 参考: - 概述: api-reference/index.md - WebSocket 协议: api-reference/websocket.md