From e07e5128fce1e0a2e86d9db215d924189d9a2c7f Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Mon, 9 Mar 2026 06:54:05 +0800 Subject: [PATCH] Update mkdocs configuration to streamline navigation structure - Removed redundant entries from the quick start section for clarity. - Maintained the inclusion of essential topics to ensure comprehensive guidance for users. --- docs/mkdocs.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index f940546..ac06612 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -10,12 +10,8 @@ site_dir: "site" nav: - 首页: index.md - 快速开始: - - 创建第一个助手: quickstart/index.md - 环境与部署: getting-started/index.md - - 环境要求: getting-started/requirements.md - - 配置说明: getting-started/configuration.md - - 部署概览: deployment/index.md - - Docker 部署: deployment/docker.md + - 创建第一个助手: quickstart/index.md - 构建助手: - 助手概览: concepts/assistants.md - 基础配置: concepts/assistants/configuration.md @@ -158,3 +154,4 @@ extra_javascript: - javascripts/mermaid.mjs - javascripts/extra.js +