Rename Tutorials to Manual, move migration guide to a higher level (#6509)

This commit is contained in:
Yuri Sizov
2023-01-06 02:37:47 +03:00
committed by GitHub
parent b603b1df3a
commit 3f8fd6d127
6 changed files with 41 additions and 42 deletions

View File

@@ -1,4 +1,5 @@
source,destination
/about/index.html,/index.html
/classes/_classes.html,/classes/
/community/tutorials/3d/mesh_generation_with_heightmap_and_shaders.html,/tutorials/3d/mesh_generation_with_heightmap_and_shaders.html
/community/tutorials/gdnative/gdnative-c-example.html,/tutorials/plugins/gdnative/gdnative-c-example.html
@@ -277,6 +278,7 @@ source,destination
/tutorials/debug/debugger_panel.html,/tutorials/scripting/debug/debugger_panel.html
/tutorials/debug/index.html,/tutorials/scripting/debug/index.html
/tutorials/debug/overview_of_debugging_tools.html,/tutorials/scripting/debug/overview_of_debugging_tools.html
/tutorials/editor/upgrading_to_godot_4.html,/tutorials/migrating/upgrading_to_godot_4.html
/tutorials/gui/bbcode_in_richtextlabel.html,/tutorials/ui/bbcode_in_richtextlabel.html
/tutorials/gui/control_node_gallery.html,/tutorials/ui/control_node_gallery.html
/tutorials/gui/custom_gui_controls.html,/tutorials/ui/custom_gui_controls.html
1 source destination
2 /about/index.html /index.html
3 /classes/_classes.html /classes/
4 /community/tutorials/3d/mesh_generation_with_heightmap_and_shaders.html /tutorials/3d/mesh_generation_with_heightmap_and_shaders.html
5 /community/tutorials/gdnative/gdnative-c-example.html /tutorials/plugins/gdnative/gdnative-c-example.html
278 /tutorials/debug/debugger_panel.html /tutorials/scripting/debug/debugger_panel.html
279 /tutorials/debug/index.html /tutorials/scripting/debug/index.html
280 /tutorials/debug/overview_of_debugging_tools.html /tutorials/scripting/debug/overview_of_debugging_tools.html
281 /tutorials/editor/upgrading_to_godot_4.html /tutorials/migrating/upgrading_to_godot_4.html
282 /tutorials/gui/bbcode_in_richtextlabel.html /tutorials/ui/bbcode_in_richtextlabel.html
283 /tutorials/gui/control_node_gallery.html /tutorials/ui/control_node_gallery.html
284 /tutorials/gui/custom_gui_controls.html /tutorials/ui/custom_gui_controls.html