From dfd5fb3d5327fd1c0fa7f937ca178d2e149d7ab6 Mon Sep 17 00:00:00 2001
From: trphoenix <spd260@126.com>
Date: 星期四, 17 四月 2025 17:26:46 +0800
Subject: [PATCH] 增加配置说明

---
 Help/mkdocs.yml |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/Help/mkdocs.yml b/Help/mkdocs.yml
index 65db01e..6c0d9b3 100644
--- a/Help/mkdocs.yml
+++ b/Help/mkdocs.yml
@@ -1,17 +1,24 @@
 site_name: DT-HA
+repo_url: http://dh.leon056.com:7499/r/Embedded/HomeAssistantPtoject.git
+site_author: 岱特智能科技(上海)有限公司
+copyright: 
 # theme: mkdocs
 # theme: readthedocs
 theme:
   # name: material
+  name: readthedocs
   # name: bootstrap
-  name: windmill
+  # name: windmill
   # name: gitbook
 nav:
   - 首页: index.md
   - 关于: about.md
   - 使用教程:
       - 安装: install-guide/installHa.md
-      - 使用: Usages/usage.md
+      - 使用: 
+        - 使用概述: Usages/usage.md
+        - 配置网络: Usages/netconfig/netconfig.md
+        - 系统初始化配置: Usages/initConfig/initConfig.md
 extra:
   social:
     - icon: fontawesome/brands/github
@@ -21,6 +28,11 @@
   - admonition
   - codehilite:
       guess_lang: false
+  - toc:
+      permalink: True
+  - footnotes
+  - markdown_checklist.extension
+
 
 plugins:
   - search

--
Gitblit v1.8.0