diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/about/index.rst | 9 | ||||
| -rw-r--r-- | docs/source/index.rst | 5 |
2 files changed, 11 insertions, 3 deletions
diff --git a/docs/source/about/index.rst b/docs/source/about/index.rst new file mode 100644 index 0000000..374fc12 --- /dev/null +++ b/docs/source/about/index.rst @@ -0,0 +1,9 @@ +关于 +==== + +.. toctree:: + :hidden: + + about/glossary + about/contributing + about/license
\ No newline at end of file diff --git a/docs/source/index.rst b/docs/source/index.rst index df177f3..b1ff3f9 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -5,10 +5,9 @@ This is a template for documentation projects. .. toctree:: :hidden: + :caption: About - about/glossary - about/contributing - about/license + about/index .. toctree:: :maxdepth: 2 |
