aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/mkdocs.yml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-28 16:22:01 +0800
committerGitHub <noreply@github.com>2023-07-28 16:22:01 +0800
commitf7d7c8a6d1120d167520a7d989c3e5f4ddec9f2f (patch)
tree47c989c5435120580410a8391cb6c9822d1390ba /docs/mkdocs.yml
parent2e56832f4c6cabf9bb475d8c8bef345d32881512 (diff)
parent8ae446431de24d1d8f0615f4335f8cd5c6b7751a (diff)
downloadinfini-f7d7c8a6d1120d167520a7d989c3e5f4ddec9f2f.tar.gz
infini-f7d7c8a6d1120d167520a7d989c3e5f4ddec9f2f.zip
Merge pull request #10 from HydroRoll-Team/mkdocs
feature: 添加起始页
Diffstat (limited to 'docs/mkdocs.yml')
-rw-r--r--docs/mkdocs.yml21
1 files changed, 20 insertions, 1 deletions
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index 93c758d6..22891ec1 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -147,4 +147,23 @@ plugins:
custom_format: "%d. %B %Y"
# - git-committers:
# repository: HydroRoll-Team/psi
- # branch: main \ No newline at end of file
+ # branch: main
+
+nav:
+ - 主页: "index.md"
+ - 水系核心:
+ - "核心概览": Core/index.md
+ - 通用规则包标准:
+ - 什么是规则包?: Standard/what-is-rule-pack.md
+ - 为什么要做规则包?: Standard/why-rule-pack.md
+ - 什么是通用规则包标准?: Standard/what-is-standard.md
+ - 整体结构:
+ - "类": Standard/Structure/class.md
+ - "方法": Standard/Structure/method.md
+ - "属性": Standard/Structure/attribute.md
+ - 实战编写:
+ - "了解Python": Standard/Write/python.md
+ - "准备规则书": Standard/Write/prepare.md
+ - "编写规则包": Standard/Write/write.md
+ - API Reference:
+ - "API Reference": API/index.md \ No newline at end of file