diff --git a/index.rst b/index.rst index 1446ac25c..eab1c3a9f 100644 --- a/index.rst +++ b/index.rst @@ -105,7 +105,6 @@ The main documentation for the site is organized into the following sections: tutorials/threads/index tutorials/content/index tutorials/performance/index - tutorials/debug/index .. toctree:: diff --git a/tutorials/debug/debugger_panel.rst b/tutorials/scripting/debug/debugger_panel.rst similarity index 100% rename from tutorials/debug/debugger_panel.rst rename to tutorials/scripting/debug/debugger_panel.rst diff --git a/tutorials/debug/img/overview_debug.png b/tutorials/scripting/debug/img/overview_debug.png similarity index 100% rename from tutorials/debug/img/overview_debug.png rename to tutorials/scripting/debug/img/overview_debug.png diff --git a/tutorials/debug/img/overview_debugger.png b/tutorials/scripting/debug/img/overview_debugger.png similarity index 100% rename from tutorials/debug/img/overview_debugger.png rename to tutorials/scripting/debug/img/overview_debugger.png diff --git a/tutorials/debug/img/overview_remote.png b/tutorials/scripting/debug/img/overview_remote.png similarity index 100% rename from tutorials/debug/img/overview_remote.png rename to tutorials/scripting/debug/img/overview_remote.png diff --git a/tutorials/debug/img/overview_script_editor.png b/tutorials/scripting/debug/img/overview_script_editor.png similarity index 100% rename from tutorials/debug/img/overview_script_editor.png rename to tutorials/scripting/debug/img/overview_script_editor.png diff --git a/tutorials/debug/img/video_ram.png b/tutorials/scripting/debug/img/video_ram.png similarity index 100% rename from tutorials/debug/img/video_ram.png rename to tutorials/scripting/debug/img/video_ram.png diff --git a/tutorials/debug/index.rst b/tutorials/scripting/debug/index.rst similarity index 100% rename from tutorials/debug/index.rst rename to tutorials/scripting/debug/index.rst diff --git a/tutorials/debug/overview_of_debugging_tools.rst b/tutorials/scripting/debug/overview_of_debugging_tools.rst similarity index 100% rename from tutorials/debug/overview_of_debugging_tools.rst rename to tutorials/scripting/debug/overview_of_debugging_tools.rst diff --git a/tutorials/scripting/index.rst b/tutorials/scripting/index.rst index 974bde09f..1ef1e2843 100644 --- a/tutorials/scripting/index.rst +++ b/tutorials/scripting/index.rst @@ -9,6 +9,7 @@ Scripting visual_script/index c_sharp/index gdnative/index + debug/index cross_language_scripting creating_script_templates change_scenes_manually