trphoenix
2025-04-17 dfd5fb3d5327fd1c0fa7f937ca178d2e149d7ab6
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