diff options
| -rw-r--r-- | docs/source/about/index.rst | 9 | ||||
| -rw-r--r-- | docs/source/index.rst | 4 |
2 files changed, 3 insertions, 10 deletions
diff --git a/docs/source/about/index.rst b/docs/source/about/index.rst deleted file mode 100644 index 374fc12..0000000 --- a/docs/source/about/index.rst +++ /dev/null @@ -1,9 +0,0 @@ -关于 -==== - -.. 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 b1ff3f9..c85866f 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -7,7 +7,9 @@ This is a template for documentation projects. :hidden: :caption: About - about/index + about/glossary + about/contributing + about/license .. toctree:: :maxdepth: 2 |
