diff --git a/getting_started/workflow/index.rst b/getting_started/workflow/index.rst index 4565b8dc9..a374e8ff5 100644 --- a/getting_started/workflow/index.rst +++ b/getting_started/workflow/index.rst @@ -7,4 +7,3 @@ Project workflow project_setup/index assets/index - best_practices/index diff --git a/index.rst b/index.rst index 46245b6f2..f84ed0222 100644 --- a/index.rst +++ b/index.rst @@ -93,6 +93,7 @@ The main documentation for the site is organized into the following sections: tutorials/vr/index tutorials/plugins/index tutorials/platform/index + tutorials/best_practices/index tutorials/performance/index tutorials/export/index diff --git a/getting_started/workflow/best_practices/autoloads_versus_internal_nodes.rst b/tutorials/best_practices/autoloads_versus_internal_nodes.rst similarity index 100% rename from getting_started/workflow/best_practices/autoloads_versus_internal_nodes.rst rename to tutorials/best_practices/autoloads_versus_internal_nodes.rst diff --git a/getting_started/workflow/best_practices/data_preferences.rst b/tutorials/best_practices/data_preferences.rst similarity index 100% rename from getting_started/workflow/best_practices/data_preferences.rst rename to tutorials/best_practices/data_preferences.rst diff --git a/getting_started/workflow/best_practices/godot_interfaces.rst b/tutorials/best_practices/godot_interfaces.rst similarity index 100% rename from getting_started/workflow/best_practices/godot_interfaces.rst rename to tutorials/best_practices/godot_interfaces.rst diff --git a/getting_started/workflow/best_practices/godot_notifications.rst b/tutorials/best_practices/godot_notifications.rst similarity index 100% rename from getting_started/workflow/best_practices/godot_notifications.rst rename to tutorials/best_practices/godot_notifications.rst diff --git a/getting_started/workflow/best_practices/index.rst b/tutorials/best_practices/index.rst similarity index 100% rename from getting_started/workflow/best_practices/index.rst rename to tutorials/best_practices/index.rst diff --git a/getting_started/workflow/best_practices/introduction_best_practices.rst b/tutorials/best_practices/introduction_best_practices.rst similarity index 100% rename from getting_started/workflow/best_practices/introduction_best_practices.rst rename to tutorials/best_practices/introduction_best_practices.rst diff --git a/getting_started/workflow/best_practices/logic_preferences.rst b/tutorials/best_practices/logic_preferences.rst similarity index 100% rename from getting_started/workflow/best_practices/logic_preferences.rst rename to tutorials/best_practices/logic_preferences.rst diff --git a/getting_started/workflow/best_practices/node_alternatives.rst b/tutorials/best_practices/node_alternatives.rst similarity index 100% rename from getting_started/workflow/best_practices/node_alternatives.rst rename to tutorials/best_practices/node_alternatives.rst diff --git a/getting_started/workflow/best_practices/scene_organization.rst b/tutorials/best_practices/scene_organization.rst similarity index 100% rename from getting_started/workflow/best_practices/scene_organization.rst rename to tutorials/best_practices/scene_organization.rst diff --git a/getting_started/workflow/best_practices/scenes_versus_scripts.rst b/tutorials/best_practices/scenes_versus_scripts.rst similarity index 100% rename from getting_started/workflow/best_practices/scenes_versus_scripts.rst rename to tutorials/best_practices/scenes_versus_scripts.rst diff --git a/getting_started/workflow/best_practices/what_are_godot_classes.rst b/tutorials/best_practices/what_are_godot_classes.rst similarity index 100% rename from getting_started/workflow/best_practices/what_are_godot_classes.rst rename to tutorials/best_practices/what_are_godot_classes.rst