diff --git a/index.rst b/index.rst index 1615a93af51..e5c089f7851 100644 --- a/index.rst +++ b/index.rst @@ -31,8 +31,66 @@ to this documentation, we recommend that you read the :ref:`introduction page ` to get an overview of what this documentation has to offer. -The table of contents in the sidebar should let you easily access the documentation -for your topic of interest. You can also use the search function in the top-left corner. +To begin reading the relevant documentation, select the tile that matches your profile: + +.. raw:: html + + +
+ + I've never made a game before,
+ I want to make a game. +
+ + I know how to make a game,
+ I want to know how to use Godot. +
+ + I know how to use Godot,
+ I want to learn more advanced Godot topics. +
+ + I know how to use Godot,
+ I want to contribute to Godot. +
+
+
+ +You can also use the table of contents in the sidebar to access easily access +any section of the documentation for your topic of interest. You can also use +the search function in the top-left corner. Get involved ------------ diff --git a/tutorials/index.rst b/tutorials/index.rst new file mode 100644 index 00000000000..7738f6a0d46 --- /dev/null +++ b/tutorials/index.rst @@ -0,0 +1,49 @@ +.. _doc_tutorials: + +Tutorials +========= + +.. Sections below are split into two groups. First come meta sections, covering + general matters. Below that different areas of the engine are listed. + These sections are sorted alphabetically. Please keep them that way. + +General +------- + +.. toctree:: + :maxdepth: 1 + :name: toc-learn-tutorials-general + + best_practices/index + editor/index + migrating/index + troubleshooting + +Topics +------ + +.. toctree:: + :maxdepth: 1 + :name: toc-learn-tutorials-topics + + 2d/index + 3d/index + animation/index + assets_pipeline/index + audio/index + export/index + i18n/index + inputs/index + io/index + math/index + navigation/index + networking/index + performance/index + physics/index + platform/index + plugins/index + rendering/index + scripting/index + shaders/index + ui/index + xr/index