aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/index.md
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-01-27 23:24:11 +0800
committer简律纯 <i@jyunko.cn>2024-01-27 23:24:11 +0800
commit57ea2286bad1efca767b21eb0050e64f606740fd (patch)
tree1ebb6b4a736321c1f05e9f33a37fc2616b2f64d1 /docs/source/index.md
parentdc759b7f00f4f519acaf28a3daa27a5f5f1791ad (diff)
downloadinfini-57ea2286bad1efca767b21eb0050e64f606740fd.tar.gz
infini-57ea2286bad1efca767b21eb0050e64f606740fd.zip
refactor(docs): rebuild with readthedocs
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