Split C++ (godot-cpp) and GDExtension system info into separate categories, children of Scripting.

This commit is contained in:
Lukas Tenbrink
2025-02-05 00:06:58 +01:00
parent 10016f5e32
commit 028abe15d1
20 changed files with 222 additions and 154 deletions

View File

@@ -399,8 +399,9 @@ source,destination
/tutorials/plugins/gdnative/gdnative-c-example.html,/tutorials/scripting/gdnative/gdnative_c_example.html
/tutorials/plugins/gdnative/gdnative-cpp-example.html,/tutorials/scripting/gdnative/gdnative_cpp_example.html
/tutorials/plugins/gdnative/index.html,/tutorials/scripting/gdnative/index.html
/tutorials/scripting/gdnative/gdnative_c_example.html,/tutorials/plugins/gdextension/gdextension_cpp_example.html
/tutorials/scripting/gdnative/gdnative_cpp_example.html,/tutorials/plugins/gdextension/gdextension_cpp_example.html
/tutorials/plugins/gdextension/gdextension_cpp_example.html,/tutorials/plugins/cpp/gdextension_cpp_example.html
/tutorials/scripting/gdnative/gdnative_c_example.html,/tutorials/plugins/cpp/gdextension_cpp_example.html
/tutorials/scripting/gdnative/gdnative_cpp_example.html,/tutorials/plugins/cpp/gdextension_cpp_example.html
/tutorials/scripting/gdnative/index.html,/tutorials/scripting/gdextension/index.html
/tutorials/scripting/gdnative/what_is_gdnative.html,/tutorials/scripting/gdnative/what_is_gdextension.html
/tutorials/shading/advanced_postprocessing.html,/tutorials/shaders/advanced_postprocessing.html
1 source destination
399 /tutorials/plugins/gdnative/gdnative-c-example.html /tutorials/scripting/gdnative/gdnative_c_example.html
400 /tutorials/plugins/gdnative/gdnative-cpp-example.html /tutorials/scripting/gdnative/gdnative_cpp_example.html
401 /tutorials/plugins/gdnative/index.html /tutorials/scripting/gdnative/index.html
402 /tutorials/scripting/gdnative/gdnative_c_example.html /tutorials/plugins/gdextension/gdextension_cpp_example.html /tutorials/plugins/gdextension/gdextension_cpp_example.html /tutorials/plugins/cpp/gdextension_cpp_example.html
403 /tutorials/scripting/gdnative/gdnative_cpp_example.html /tutorials/scripting/gdnative/gdnative_c_example.html /tutorials/plugins/gdextension/gdextension_cpp_example.html /tutorials/plugins/cpp/gdextension_cpp_example.html
404 /tutorials/scripting/gdnative/gdnative_cpp_example.html /tutorials/plugins/cpp/gdextension_cpp_example.html
405 /tutorials/scripting/gdnative/index.html /tutorials/scripting/gdextension/index.html
406 /tutorials/scripting/gdnative/what_is_gdnative.html /tutorials/scripting/gdnative/what_is_gdextension.html
407 /tutorials/shading/advanced_postprocessing.html /tutorials/shaders/advanced_postprocessing.html