Move debug section to Scripting

Closes #4110
This commit is contained in:
Nathan Lovato
2021-11-24 10:30:21 -06:00
parent 6bca7ed4d6
commit dacee416da
10 changed files with 1 additions and 1 deletions
-1
View File
@@ -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::

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

+1
View File
@@ -9,6 +9,7 @@ Scripting
visual_script/index
c_sharp/index
gdnative/index
debug/index
cross_language_scripting
creating_script_templates
change_scenes_manually