Browse Source

Improve main TOC tree

Rémi Verschelde 9 years ago
parent
commit
9cfdfe94e0
2 changed files with 11 additions and 19 deletions
  1. 11 10
      index.rst
  2. 0 9
      reference/index.rst

+ 11 - 10
index.rst

@@ -9,8 +9,8 @@ Welcome to Godot Engine's documentation!
 The main documentation for the site is organized into a couple sections:
 
 * :ref:`sec-tutorials`
-* :ref:`sec-further`
-* :ref:`sec-api-doc`
+* :ref:`sec-reference`
+* :ref:`sec-community`
 
 .. toctree::
    :maxdepth: 1
@@ -24,23 +24,24 @@ The main documentation for the site is organized into a couple sections:
    tutorials/_networking
    tutorials/_plugins
    tutorials/_misc
+   asset_pipeline/index
 
 .. toctree::
    :maxdepth: 1
-   :caption: Getting further
-   :name: sec-further
+   :caption: Reference
+   :name: sec-reference
 
-   asset_pipeline/index
-   reference/index
+   classes/index
+   reference/_languages
+   reference/_cheat_sheets
    advanced/index
-   contributing/index
 
 .. toctree::
    :maxdepth: 1
-   :caption: API documentation
-   :name: sec-api-doc
+   :caption: Community
+   :name: sec-community
 
-   classes/index
+   contributing/index
 
 .. Indices and tables
 .. ------------------

+ 0 - 9
reference/index.rst

@@ -1,9 +0,0 @@
-Reference
-=========
-
-.. toctree::
-   :maxdepth: 2
-   :name: toc-reference
-
-   _languages
-   _cheat_sheets