diff options
| -rw-r--r-- | docs/source/about/index.rst | 10 | ||||
| -rw-r--r-- | docs/source/index.rst | 13 |
2 files changed, 14 insertions, 9 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 diff --git a/docs/source/index.rst b/docs/source/index.rst index c376336..431f9bf 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -7,15 +7,10 @@ .. toctree:: :hidden: - :caption: 关于 - - 前言 <about/introduction.rst> - 基本特性 <about/list_of_features.rst> - 系统要求 <about/system_requirements.rst> - 常见问题 <about/faq.rst> - 遵循许可证 <about/complying_with_licenses.rst> - 水系发布策略 <about/release_policy.rst> - 变更日志 <about/changelog.rst> + .. :caption: 关于 + + 关于 <about/index.rst> + .. .. toctree:: :hidden: |
