aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/index.md')
-rw-r--r--docs/source/index.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/docs/source/index.md b/docs/source/index.md
new file mode 100644
index 00000000..cd1a0d36
--- /dev/null
+++ b/docs/source/index.md
@@ -0,0 +1,39 @@
+---
+hide-toc: true
+---
+
+# Infini Generator 2
+
+```{include} ../../README.md
+:start-after: <!-- start index -->
+:end-before: <!-- end index -->
+```
+
+```{toctree}
+:hidden:
+
+快速开始 <quick-start>
+```
+
+```{toctree}
+:caption: 通用规则包标准
+:hidden:
+
+pages/grps-1/index
+```
+
+```{toctree}
+:caption: API 接口
+:hidden:
+
+源码文档 <pages/api/index>
+```
+
+```{toctree}
+:caption: 开发手册
+:hidden:
+
+社区贡献指引 <CONTRIBUTING>
+变更日志 <changelog>
+协议 <license>
+``` \ No newline at end of file