aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/RulePackage/Structure/attribute.md (renamed from docs/docs/Standard/Structure/attribute.md)0
-rw-r--r--docs/docs/RulePackage/Structure/class.md (renamed from docs/docs/Standard/Structure/class.md)0
-rw-r--r--docs/docs/RulePackage/Structure/method.md (renamed from docs/docs/Standard/Structure/method.md)0
-rw-r--r--docs/docs/RulePackage/Write/prepare.md (renamed from docs/docs/Standard/Write/prepare.md)0
-rw-r--r--docs/docs/RulePackage/Write/python.md (renamed from docs/docs/Standard/Write/python.md)0
-rw-r--r--docs/docs/RulePackage/Write/write.md (renamed from docs/docs/Standard/Write/write.md)0
-rw-r--r--docs/docs/Standard/Term/appriasal.md0
-rw-r--r--docs/mkdocs.yml20
8 files changed, 12 insertions, 8 deletions
diff --git a/docs/docs/Standard/Structure/attribute.md b/docs/docs/RulePackage/Structure/attribute.md
index e69de29b..e69de29b 100644
--- a/docs/docs/Standard/Structure/attribute.md
+++ b/docs/docs/RulePackage/Structure/attribute.md
diff --git a/docs/docs/Standard/Structure/class.md b/docs/docs/RulePackage/Structure/class.md
index e69de29b..e69de29b 100644
--- a/docs/docs/Standard/Structure/class.md
+++ b/docs/docs/RulePackage/Structure/class.md
diff --git a/docs/docs/Standard/Structure/method.md b/docs/docs/RulePackage/Structure/method.md
index e69de29b..e69de29b 100644
--- a/docs/docs/Standard/Structure/method.md
+++ b/docs/docs/RulePackage/Structure/method.md
diff --git a/docs/docs/Standard/Write/prepare.md b/docs/docs/RulePackage/Write/prepare.md
index e69de29b..e69de29b 100644
--- a/docs/docs/Standard/Write/prepare.md
+++ b/docs/docs/RulePackage/Write/prepare.md
diff --git a/docs/docs/Standard/Write/python.md b/docs/docs/RulePackage/Write/python.md
index e69de29b..e69de29b 100644
--- a/docs/docs/Standard/Write/python.md
+++ b/docs/docs/RulePackage/Write/python.md
diff --git a/docs/docs/Standard/Write/write.md b/docs/docs/RulePackage/Write/write.md
index e69de29b..e69de29b 100644
--- a/docs/docs/Standard/Write/write.md
+++ b/docs/docs/RulePackage/Write/write.md
diff --git a/docs/docs/Standard/Term/appriasal.md b/docs/docs/Standard/Term/appriasal.md
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/docs/docs/Standard/Term/appriasal.md
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index aa5324de..62d127e0 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -153,17 +153,21 @@ nav:
- 主页: "index.md"
- 水系核心:
- "核心概览": Core/index.md
+ - 规则包入门:
+ - 整体结构:
+ - "类": RulePackage/Structure/class.md
+ - "方法": RulePackage/Structure/method.md
+ - "属性": RulePackage/Structure/attribute.md
+ - 实战内容:
+ - "了解Python": RulePackage/Write/python.md
+ - "准备规则书": RulePackage/Write/prepare.md
+ - "编写规则包": RulePackage/Write/write.md
- 通用规则包标准:
- 什么是规则包?: Standard/what-is-rule-package.md
- 为什么要做规则包?: Standard/why-rule-package.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
+ - 术语表:
+ - 鉴定: Standard/Term/appriasal.md
+ - ...: #
- API Reference:
- "API Reference": API/index.md \ No newline at end of file