diff options
| author | 2024-03-10 07:51:38 +0800 | |
|---|---|---|
| committer | 2024-03-10 07:51:38 +0800 | |
| commit | d39faa0fba9cdedbcfdddb6728ea6f9dd72ecdc8 (patch) | |
| tree | 314491592032f272686ddcf59838c621a79d8c50 /docs/source/about | |
| parent | c0abf6bffbf1ec4e4b992b10ab3f548fd719affe (diff) | |
| download | HydroRoll-d39faa0fba9cdedbcfdddb6728ea6f9dd72ecdc8.tar.gz HydroRoll-d39faa0fba9cdedbcfdddb6728ea6f9dd72ecdc8.zip | |
fix(docs): depth limit for chapter I
Diffstat (limited to 'docs/source/about')
| -rw-r--r-- | docs/source/about/index.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/source/about/index.rst b/docs/source/about/index.rst new file mode 100644 index 0000000..e6371d8 --- /dev/null +++ b/docs/source/about/index.rst @@ -0,0 +1,10 @@ +.. toctree:: + :hidden: + + 前言 <introduction.rst> + 基本特性 <list_of_features.rst> + 系统要求 <system_requirements.rst> + 常见问题 <faq.rst> + 遵循许可证 <complying_with_licenses.rst> + 水系发布策略 <release_policy.rst> + 变更日志 <changelog.rst>
\ No newline at end of file |
