diff --git a/classes/class_multimesh.rst b/classes/class_multimesh.rst index a4be1ee23..56f16eaf5 100644 --- a/classes/class_multimesh.rst +++ b/classes/class_multimesh.rst @@ -29,7 +29,7 @@ Tutorials - :doc:`../tutorials/performance/vertex_animation/animating_thousands_of_fish` -- :doc:`../tutorials/optimization/using_multimesh` +- :doc:`../tutorials/performance/using_multimesh` Properties ---------- diff --git a/classes/class_multimeshinstance.rst b/classes/class_multimeshinstance.rst index 62d25e8ad..7113c7b97 100644 --- a/classes/class_multimeshinstance.rst +++ b/classes/class_multimeshinstance.rst @@ -27,7 +27,7 @@ Tutorials - :doc:`../tutorials/3d/using_multi_mesh_instance` -- :doc:`../tutorials/optimization/using_multimesh` +- :doc:`../tutorials/performance/using_multimesh` Properties ---------- diff --git a/classes/class_visualserver.rst b/classes/class_visualserver.rst index ee3c43716..649ae04ad 100644 --- a/classes/class_visualserver.rst +++ b/classes/class_visualserver.rst @@ -37,7 +37,7 @@ In 2D, all visible objects are some form of canvas item. In order to be visible, Tutorials --------- -- :doc:`../tutorials/optimization/using_servers` +- :doc:`../tutorials/performance/using_servers` Properties ---------- diff --git a/community/asset_library/index.rst b/community/asset_library/index.rst index 78bb27d58..3edb5fe83 100644 --- a/community/asset_library/index.rst +++ b/community/asset_library/index.rst @@ -8,3 +8,4 @@ Asset Library what_is_assetlib using_assetlib submitting_to_assetlib + uploading_to_assetlib diff --git a/community/contributing/index.rst b/community/contributing/index.rst index 2990e4fa2..66ab5952d 100644 --- a/community/contributing/index.rst +++ b/community/contributing/index.rst @@ -64,6 +64,7 @@ documentation. content_guidelines docs_writing_guidelines + documentation_guidelines Writing the manual ~~~~~~~~~~~~~~~~~~ diff --git a/index.rst b/index.rst index f95967fa2..e8535a050 100644 --- a/index.rst +++ b/index.rst @@ -75,7 +75,10 @@ The main documentation for the site is organized into the following sections: :caption: Getting started :name: sec-learn + getting_started/introduction/index getting_started/step_by_step/index + getting_started/first_2d_game/index + getting_started/first_3d_game/index .. The sections below are sorted alphabetically. Please keep them that way. @@ -96,6 +99,7 @@ The main documentation for the site is organized into the following sections: tutorials/inputs/index tutorials/io/index tutorials/math/index + tutorials/navigation/index tutorials/networking/index tutorials/performance/index tutorials/physics/index diff --git a/tutorials/3d/index.rst b/tutorials/3d/index.rst index 0c7abd084..46e581a8b 100644 --- a/tutorials/3d/index.rst +++ b/tutorials/3d/index.rst @@ -19,3 +19,4 @@ using_multi_mesh_instance csg_tools procedural_geometry/index + portals/index diff --git a/tutorials/inputs/index.rst b/tutorials/inputs/index.rst index edba93af3..d19e4d881 100644 --- a/tutorials/inputs/index.rst +++ b/tutorials/inputs/index.rst @@ -10,3 +10,4 @@ Inputs mouse_and_input_coordinates custom_mouse_cursor handling_quit_requests + controllers_gamepads_joysticks diff --git a/tutorials/io/index.rst b/tutorials/io/index.rst index 4a460787e..c079f81dc 100644 --- a/tutorials/io/index.rst +++ b/tutorials/io/index.rst @@ -8,5 +8,4 @@ Input and Output (I/O) background_loading data_paths saving_games - encrypting_save_games binary_serialization_api diff --git a/tutorials/performance/index.rst b/tutorials/performance/index.rst index 0676cdc78..c28c1be93 100644 --- a/tutorials/performance/index.rst +++ b/tutorials/performance/index.rst @@ -71,7 +71,7 @@ GPU .. toctree:: :maxdepth: 1 - :name: toc-learn-features-3d-optimization + :name: toc-learn-features-2d-optimization optimizing_3d_performance vertex_animation/index diff --git a/tutorials/platform/index.rst b/tutorials/platform/index.rst index 3fbeb7161..54f67bca2 100644 --- a/tutorials/platform/index.rst +++ b/tutorials/platform/index.rst @@ -6,6 +6,6 @@ Platform-specific :name: toc-learn-features-platform android/index - services_for_ios + ios/index platform_html5 consoles diff --git a/tutorials/scripting/c_sharp/index.rst b/tutorials/scripting/c_sharp/index.rst index 0597b5ac1..6015772bf 100644 --- a/tutorials/scripting/c_sharp/index.rst +++ b/tutorials/scripting/c_sharp/index.rst @@ -8,5 +8,4 @@ C# c_sharp_basics c_sharp_features c_sharp_differences - c_sharp_exports c_sharp_style_guide