mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
Simplify the toctree
This commit is contained in:
@@ -9,23 +9,23 @@ Welcome to Godot Engine's documentation!
|
||||
The main documentation for the site is organized into a couple sections:
|
||||
|
||||
* :ref:`user-doc`
|
||||
* :ref:`contrib-doc`
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
:maxdepth: 1
|
||||
:caption: User documentation
|
||||
:name: user-doc
|
||||
|
||||
tutorials/index
|
||||
tutorials/basic
|
||||
tutorials/engine
|
||||
tutorials/2d_tutorials
|
||||
tutorials/3d_tutorials
|
||||
tutorials/shaders
|
||||
tutorials/math
|
||||
tutorials/advanced
|
||||
tutorials/editor_plugins
|
||||
reference/index
|
||||
asset_pipeline/index
|
||||
advanced_topics/index
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contributor documentation
|
||||
:name: contrib-doc
|
||||
|
||||
advanced/index
|
||||
contributing/index
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user