blob: cd1a0d36459c52136b7d0dd1c727033d75dbb781 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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>
```
|