@@ -8,9 +8,6 @@ source,destination
88/community/tutorials/vr/index.html,/tutorials/vr/index.html
99/community/tutorials/vr/vr_primer.html,/tutorials/vr/vr_primer.html
1010/content/3d/making_trees.html,/tutorials/content/making_trees.html
11- /contributing/_contributing.html,/community/contributing/
12- /contributing/development/compiling/compiling_with_mono.html,/engine_details/development/compiling/compiling_with_dotnet.html
13- /contributing/development/core_and_modules/introduction_to_godot_development.html,/engine_details/development/core_and_modules/index.html
1411/development/compiling/compiling_for_android.html,/engine_details/development/compiling/compiling_for_android.html
1512/development/compiling/compiling_for_ios.html,/engine_details/development/compiling/compiling_for_ios.html
1613/development/compiling/compiling_for_linuxbsd.html,/engine_details/development/compiling/compiling_for_linuxbsd.html
@@ -27,8 +24,8 @@ source,destination
2724/development/compiling/introduction_to_the_buildsystem.html,/engine_details/development/compiling/introduction_to_the_buildsystem.html
2825/development/compiling/optimizing_for_size.html,/engine_details/development/compiling/optimizing_for_size.html
2926/development/consoles/consoles.html,/tutorials/platform/consoles.html
30- /development/cpp/binding_to_external_libraries.html,/engine_details/development/core_and_modules /binding_to_external_libraries.html
31- /development/cpp/common_engine_methods_and_macros.html,/engine_details/development/core_and_modules /common_engine_methods_and_macros.html
27+ /development/cpp/binding_to_external_libraries.html,/engine_details/architecture /binding_to_external_libraries.html
28+ /development/cpp/common_engine_methods_and_macros.html,/engine_details/architecture /common_engine_methods_and_macros.html
3229/development/cpp/configuring_an_ide/android_studio.html,/engine_details/development/configuring_an_ide/android_studio.html
3330/development/cpp/configuring_an_ide/clion.html,/engine_details/development/configuring_an_ide/clion.html
3431/development/cpp/configuring_an_ide/code_blocks.html,/engine_details/development/configuring_an_ide/code_blocks.html
@@ -38,19 +35,19 @@ source,destination
3835/development/cpp/configuring_an_ide/visual_studio.html,/engine_details/development/configuring_an_ide/visual_studio.html
3936/development/cpp/configuring_an_ide/visual_studio_code.html,/engine_details/development/configuring_an_ide/visual_studio_code.html
4037/development/cpp/configuring_an_ide/xcode.html,/engine_details/development/configuring_an_ide/xcode.html
41- /development/cpp/core_types.html,/engine_details/development/core_and_modules /core_types.html
42- /development/cpp/custom_audiostreams.html,/engine_details/development/core_and_modules /custom_audiostreams.html
43- /development/cpp/custom_godot_servers.html,/engine_details/development/core_and_modules /custom_godot_servers.html
44- /development/cpp/custom_modules_in_cpp.html,/engine_details/development/core_and_modules /custom_modules_in_cpp.html
45- /development/cpp/custom_resource_format_loaders.html,/engine_details/development/core_and_modules /custom_resource_format_loaders.html
46- /development/cpp/index.html,/engine_details/development/core_and_modules /index.html
47- /development/cpp/inheritance_class_tree.html,/engine_details/development/core_and_modules /inheritance_class_tree.html
48- /development/cpp/introduction_to_godot_development.html,/engine_details/development/core_and_modules/introduction_to_godot_development .html
38+ /development/cpp/core_types.html,/engine_details/architecture /core_types.html
39+ /development/cpp/custom_audiostreams.html,/engine_details/architecture /custom_audiostreams.html
40+ /development/cpp/custom_godot_servers.html,/engine_details/architecture /custom_godot_servers.html
41+ /development/cpp/custom_modules_in_cpp.html,/engine_details/architecture /custom_modules_in_cpp.html
42+ /development/cpp/custom_resource_format_loaders.html,/engine_details/architecture /custom_resource_format_loaders.html
43+ /development/cpp/index.html,/engine_details/architecture /index.html
44+ /development/cpp/inheritance_class_tree.html,/engine_details/architecture /inheritance_class_tree.html
45+ /development/cpp/introduction_to_godot_development.html,https://contributing.godotengine.org/en/latest/engine/introduction .html
4946/development/cpp/macos_debug.html,/engine_details/development/debugging/macos_debug.html
50- /development/cpp/object_class.html,/engine_details/development/core_and_modules /object_class.html
51- /development/cpp/unit_testing.html,/engine_details/development/core_and_modules /unit_testing.html
47+ /development/cpp/object_class.html,/engine_details/architecture /object_class.html
48+ /development/cpp/unit_testing.html,/engine_details/architecture /unit_testing.html
5249/development/cpp/using_cpp_profilers.html,/engine_details/development/debugging/using_cpp_profilers.html
53- /development/cpp/variant_class.html,/engine_details/development/core_and_modules /variant_class.html
50+ /development/cpp/variant_class.html,/engine_details/architecture /variant_class.html
5451/development/cpp/vulkan/index.html,/engine_details/development/debugging/vulkan/index.html
5552/development/cpp/vulkan/vulkan_validation_layers.html,/engine_details/development/debugging/vulkan/vulkan_validation_layers.html
5653/development/editor/creating_icons.html,/engine_details/editor/creating_icons.html
@@ -297,7 +294,7 @@ source,destination
297294/reference/gdscript_more_efficiently.html,/learning/scripting/gdscript/gdscript_advanced.html
298295/reference/gdscript_printf.html,/learning/scripting/gdscript/gdscript_format_string.html
299296/reference/inheritance_class_tree.html,/development/cpp/inheritance_class_tree.html
300- /reference/introduction_to_godot_development.html,/development/cpp/introduction_to_godot_development .html
297+ /reference/introduction_to_godot_development.html,https://contributing.godotengine.org/en/latest/engine/introduction .html
301298/reference/introduction_to_the_buildsystem.html,/development/compiling/introduction_to_the_buildsystem.html
302299/reference/locales.html,/learning/features/misc/locales.html
303300/reference/object_class.html,/development/cpp/object_class.html
@@ -403,6 +400,85 @@ source,destination
403400/tutorials/viewports/multiple_resolutions.html,/tutorials/rendering/multiple_resolutions.html
404401/tutorials/viewports/using_viewport_as_texture.html,/tutorials/shaders/using_viewport_as_texture.html
405402/tutorials/viewports/viewports.html,/tutorials/rendering/viewports.html
406- /contributing/development/compiling/compiling_for_uwp.html,/about/faq.html#which-platforms-are-supported-by-godot
407403/tutorials/export/exporting_for_uwp.html,/about/faq.html#which-platforms-are-supported-by-godot
408404/tutorials/xr/openxr_passthrough.html,/tutorials/xr/ar_passthrough.html
405+ /contributing/development/compiling/compiling_for_uwp.html,/about/faq.html#which-platforms-are-supported-by-godot
406+ /contributing/_contributing.html,https://contributing.godotengine.org
407+ /contributing/development/compiling/compiling_with_mono.html,/engine_details/development/compiling/compiling_with_dotnet.html
408+ /contributing/architecture/introduction_to_godot_development.html,/engine_details/architecture/index.html
409+ /contributing/development/best_practices_for_engine_contributors.html,https://contributing.godotengine.org/en/latest/engine/guidelines/best_practices.html
410+ /contributing/development/code_style_guidelines.html,https://contributing.godotengine.org/en/latest/engine/guidelines/code_style.html
411+ /contributing/development/cpp_usage_guidelines.html,https://contributing.godotengine.org/en/latest/engine/guidelines/cpp_usage_guidelines.html
412+ /contributing/development/editor/editor_style_guide.html,https://contributing.godotengine.org/en/latest/engine/guidelines/editor_style_guide.html
413+ /contributing/development/editor/index.html,/engine_details/editor/index.html
414+ /contributing/development/index.html,/engine_details/development/index.html
415+ /contributing/documentation/building_the_manual.html,https://contributing.godotengine.org/en/latest/documentation/manual/building_the_manual.html
416+ /contributing/documentation/content_guidelines.html,https://contributing.godotengine.org/en/latest/documentation/guidelines/content_guidelines.html
417+ /contributing/documentation/contributing_to_the_documentation.html,https://contributing.godotengine.org/en/latest/documentation/manual/index.html
418+ /contributing/documentation/docs_contribution_checklist.html,https://contributing.godotengine.org/en/latest/documentation/guidelines/docs_contribution_checklist.html
419+ /contributing/documentation/docs_image_guidelines.html,https://contributing.godotengine.org/en/latest/documentation/guidelines/docs_image_guidelines.html
420+ /contributing/documentation/docs_writing_guidelines.html,https://contributing.godotengine.org/en/latest/documentation/guidelines/docs_writing_guidelines.html
421+ /contributing/documentation/editor_and_docs_localization.html,https://contributing.godotengine.org/en/latest/documentation/translation/index.html
422+ /contributing/documentation/index.html,https://contributing.godotengine.org/en/latest/documentation/overview.html
423+ /contributing/documentation/updating_the_class_reference.html,https://contributing.godotengine.org/en/latest/documentation/class_reference.html
424+ /contributing/how_to_contribute.html,https://contributing.godotengine.org/en/latest/organization/how_to_contribute.html
425+ /contributing/workflow/bisecting_regressions.html,https://contributing.godotengine.org/en/latest/reporting_issues/bisecting.html
426+ /contributing/workflow/bug_triage_guidelines.html,https://contributing.godotengine.org/en/latest/triage/guidelines.html
427+ /contributing/workflow/first_steps.html,https://contributing.godotengine.org/en/latest/engine/introduction.html
428+ /contributing/workflow/index.html,https://contributing.godotengine.org/en/latest/engine/introduction.html
429+ /contributing/workflow/pr_review_guidelines.html,https://contributing.godotengine.org/en/latest/organization/pull_requests/review_guidelines.html
430+ /contributing/workflow/pr_workflow.html,https://contributing.godotengine.org/en/latest/organization/pull_requests/creating_pull_requests.html
431+ /contributing/workflow/testing_pull_requests.html,https://contributing.godotengine.org/en/latest/organization/pull_requests/testing.html
432+ /contributing/development/core_and_modules/2d_coordinate_systems.html,/engine_details/architecture/2d_coordinate_systems.html
433+ /contributing/development/core_and_modules/common_engine_methods_and_macros.html,/engine_details/architecture/common_engine_methods_and_macros.html
434+ /contributing/development/core_and_modules/core_types.html,//architecture/core_types.html
435+ /contributing/development/core_and_modules/custom_audiostreams.html,//architecture/custom_audiostreams.html
436+ /contributing/development/core_and_modules/custom_godot_servers.html,//architecture/custom_godot_servers.html
437+ /contributing/development/core_and_modules/custom_modules_in_cpp.html,//architecture/custom_modules_in_cpp.html
438+ /contributing/development/core_and_modules/custom_platform_ports.html,//architecture/custom_platform_ports.html
439+ /contributing/development/core_and_modules/custom_resource_format_loaders.html,//architecture/custom_resource_format_loaders.html
440+ /contributing/development/core_and_modules/godot_architecture_diagram.html,//architecture/godot_architecture_diagram.html
441+ /contributing/development/core_and_modules/index.html,//architecture/index.html
442+ /contributing/development/core_and_modules/inheritance_class_tree.html,//architecture/inheritance_class_tree.html
443+ /contributing/development/core_and_modules/internal_rendering_architecture.html,//architecture/internal_rendering_architecture.html
444+ /contributing/development/core_and_modules/object_class.html,//architecture/object_class.html
445+ /contributing/development/core_and_modules/scripting_development.html,//architecture/scripting_development.html
446+ /contributing/development/core_and_modules/unit_testing.html,//architecture/unit_testing.html
447+ /contributing/development/core_and_modules/variant_class.html,//architecture/variant_class.html
448+ /contributing/documentation/class_reference_primer.html,engine_details/class_reference/index.html
449+ /contributing/development/compiling/compiling_for_android.html,/engine_details/development/compiling/compiling_for_android.html,
450+ /contributing/development/compiling/compiling_for_ios.html,/engine_details/development/compiling/compiling_for_ios.html
451+ /contributing/development/compiling/compiling_for_linuxbsd.html,/engine_details/development/compiling/compiling_for_linuxbsd.html
452+ /contributing/development/compiling/compiling_for_macos.html,/engine_details/development/compiling/compiling_for_macos.html
453+ /contributing/development/compiling/compiling_for_visionos.html,/engine_details/development/compiling/compiling_for_visionos.html
454+ /contributing/development/compiling/compiling_for_web.html,/engine_details/development/compiling/compiling_for_web.html
455+ /contributing/development/compiling/compiling_for_windows.html,/engine_details/development/compiling/compiling_for_windows.html
456+ /contributing/development/compiling/compiling_with_dotnet.html,/engine_details/development/compiling/compiling_with_dotnet.html
457+ /contributing/development/compiling/compiling_with_script_encryption_key.html,/engine_details/development/compiling/compiling_with_script_encryption_key.html
458+ /contributing/development/compiling/cross-compiling_for_ios_on_linux.html,/engine_details/development/compiling/cross-compiling_for_ios_on_linux.html
459+ /contributing/development/compiling/getting_source.html,/engine_details/development/compiling/getting_source.html
460+ /contributing/development/compiling/index.html,/engine_details/development/compiling/index.html
461+ /contributing/development/compiling/introduction_to_the_buildsystem.html,/engine_details/development/compiling/introduction_to_the_buildsystem.html
462+ /contributing/development/compiling/optimizing_for_size.html,/engine_details/development/compiling/optimizing_for_size.html
463+ /contributing/development/configuring_an_ide/android_studio.html,/engine_details/development/configuring_an_ide/android_studio.html
464+ /contributing/development/configuring_an_ide/clion.html,/engine_details/development/configuring_an_ide/clion.html
465+ /contributing/development/configuring_an_ide/code_blocks.html,/engine_details/development/configuring_an_ide/code_blocks.html
466+ /contributing/development/configuring_an_ide/index.html,/engine_details/development/configuring_an_ide/index.html
467+ /contributing/development/configuring_an_ide/kdevelop.html,/engine_details/development/configuring_an_ide/kdevelop.html
468+ /contributing/development/configuring_an_ide/qt_creator.html,/engine_details/development/configuring_an_ide/qt_creator.html
469+ /contributing/development/configuring_an_ide/rider.html,/engine_details/development/configuring_an_ide/rider.html
470+ /contributing/development/configuring_an_ide/rider.html,/engine_details/development/configuring_an_ide/rider.html
471+ /contributing/development/configuring_an_ide/visual_studio.html,/engine_details/development/configuring_an_ide/visual_studio.html
472+ /contributing/development/configuring_an_ide/visual_studio_code.html,/engine_details/development/configuring_an_ide/visual_studio_code.html
473+ /contributing/development/configuring_an_ide/xcode.html,/engine_details/development/configuring_an_ide/xcode.html
474+ /contributing/development/debugging/index.html,/engine_details/development/debugging/index.html
475+ /contributing/development/debugging/macos_debug.html,/engine_details/development/debugging/macos_debug.html
476+ /contributing/development/debugging/using_cpp_profilers.html,/engine_details/development/debugging/using_cpp_profilers.html
477+ /contributing/development/debugging/using_sanitizers.html,/engine_details/development/debugging/using_sanitizers.html
478+ /contributing/development/debugging/vulkan/index.html,/engine_details/development/debugging/vulkan/index.html
479+ /contributing/development/debugging/vulkan/vulkan_validation_layers.html,/engine_details/development/debugging/vulkan/vulkan_validation_layers.html
480+ /contributing/development/handling_compatibility_breakages.html,/engine_details/development/handling_compatibility_breakages.html
481+ /contributing/development/editor/creating_icons.html,/engine_details/editor/creating_icons.html
482+ /contributing/development/editor/index.html,/engine_details/editor/index.html
483+ /contributing/development/editor/introduction_to_editor_development.html,/engine_details/editor/introduction_to_editor_development.html
484+ /contributing/development/file_formats/gdscript_grammar.html,/engine_details/file_formats/gdscript_grammar.html
0 commit comments