From 132954859e5277167c87b049a053563e3d7bad7b Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Mon, 22 Sep 2025 01:10:39 +0200 Subject: [PATCH] Add redirects to redirects.csv after contributing content was migrated. --- _tools/redirects/redirects.csv | 112 +++++++++++++++++++++++++++------ 1 file changed, 94 insertions(+), 18 deletions(-) diff --git a/_tools/redirects/redirects.csv b/_tools/redirects/redirects.csv index 22ac665d15c..14f19a965c9 100644 --- a/_tools/redirects/redirects.csv +++ b/_tools/redirects/redirects.csv @@ -8,9 +8,6 @@ source,destination /community/tutorials/vr/index.html,/tutorials/vr/index.html /community/tutorials/vr/vr_primer.html,/tutorials/vr/vr_primer.html /content/3d/making_trees.html,/tutorials/content/making_trees.html -/contributing/_contributing.html,/community/contributing/ -/contributing/development/compiling/compiling_with_mono.html,/engine_details/development/compiling/compiling_with_dotnet.html -/contributing/development/core_and_modules/introduction_to_godot_development.html,/engine_details/development/core_and_modules/index.html /development/compiling/compiling_for_android.html,/engine_details/development/compiling/compiling_for_android.html /development/compiling/compiling_for_ios.html,/engine_details/development/compiling/compiling_for_ios.html /development/compiling/compiling_for_linuxbsd.html,/engine_details/development/compiling/compiling_for_linuxbsd.html @@ -27,8 +24,8 @@ source,destination /development/compiling/introduction_to_the_buildsystem.html,/engine_details/development/compiling/introduction_to_the_buildsystem.html /development/compiling/optimizing_for_size.html,/engine_details/development/compiling/optimizing_for_size.html /development/consoles/consoles.html,/tutorials/platform/consoles.html -/development/cpp/binding_to_external_libraries.html,/engine_details/development/core_and_modules/binding_to_external_libraries.html -/development/cpp/common_engine_methods_and_macros.html,/engine_details/development/core_and_modules/common_engine_methods_and_macros.html +/development/cpp/binding_to_external_libraries.html,/engine_details/architecture/binding_to_external_libraries.html +/development/cpp/common_engine_methods_and_macros.html,/engine_details/architecture/common_engine_methods_and_macros.html /development/cpp/configuring_an_ide/android_studio.html,/engine_details/development/configuring_an_ide/android_studio.html /development/cpp/configuring_an_ide/clion.html,/engine_details/development/configuring_an_ide/clion.html /development/cpp/configuring_an_ide/code_blocks.html,/engine_details/development/configuring_an_ide/code_blocks.html @@ -38,19 +35,19 @@ source,destination /development/cpp/configuring_an_ide/visual_studio.html,/engine_details/development/configuring_an_ide/visual_studio.html /development/cpp/configuring_an_ide/visual_studio_code.html,/engine_details/development/configuring_an_ide/visual_studio_code.html /development/cpp/configuring_an_ide/xcode.html,/engine_details/development/configuring_an_ide/xcode.html -/development/cpp/core_types.html,/engine_details/development/core_and_modules/core_types.html -/development/cpp/custom_audiostreams.html,/engine_details/development/core_and_modules/custom_audiostreams.html -/development/cpp/custom_godot_servers.html,/engine_details/development/core_and_modules/custom_godot_servers.html -/development/cpp/custom_modules_in_cpp.html,/engine_details/development/core_and_modules/custom_modules_in_cpp.html -/development/cpp/custom_resource_format_loaders.html,/engine_details/development/core_and_modules/custom_resource_format_loaders.html -/development/cpp/index.html,/engine_details/development/core_and_modules/index.html -/development/cpp/inheritance_class_tree.html,/engine_details/development/core_and_modules/inheritance_class_tree.html -/development/cpp/introduction_to_godot_development.html,/engine_details/development/core_and_modules/introduction_to_godot_development.html +/development/cpp/core_types.html,/engine_details/architecture/core_types.html +/development/cpp/custom_audiostreams.html,/engine_details/architecture/custom_audiostreams.html +/development/cpp/custom_godot_servers.html,/engine_details/architecture/custom_godot_servers.html +/development/cpp/custom_modules_in_cpp.html,/engine_details/architecture/custom_modules_in_cpp.html +/development/cpp/custom_resource_format_loaders.html,/engine_details/architecture/custom_resource_format_loaders.html +/development/cpp/index.html,/engine_details/architecture/index.html +/development/cpp/inheritance_class_tree.html,/engine_details/architecture/inheritance_class_tree.html +/development/cpp/introduction_to_godot_development.html,https://contributing.godotengine.org/en/latest/engine/introduction.html /development/cpp/macos_debug.html,/engine_details/development/debugging/macos_debug.html -/development/cpp/object_class.html,/engine_details/development/core_and_modules/object_class.html -/development/cpp/unit_testing.html,/engine_details/development/core_and_modules/unit_testing.html +/development/cpp/object_class.html,/engine_details/architecture/object_class.html +/development/cpp/unit_testing.html,/engine_details/architecture/unit_testing.html /development/cpp/using_cpp_profilers.html,/engine_details/development/debugging/using_cpp_profilers.html -/development/cpp/variant_class.html,/engine_details/development/core_and_modules/variant_class.html +/development/cpp/variant_class.html,/engine_details/architecture/variant_class.html /development/cpp/vulkan/index.html,/engine_details/development/debugging/vulkan/index.html /development/cpp/vulkan/vulkan_validation_layers.html,/engine_details/development/debugging/vulkan/vulkan_validation_layers.html /development/editor/creating_icons.html,/engine_details/editor/creating_icons.html @@ -297,7 +294,7 @@ source,destination /reference/gdscript_more_efficiently.html,/learning/scripting/gdscript/gdscript_advanced.html /reference/gdscript_printf.html,/learning/scripting/gdscript/gdscript_format_string.html /reference/inheritance_class_tree.html,/development/cpp/inheritance_class_tree.html -/reference/introduction_to_godot_development.html,/development/cpp/introduction_to_godot_development.html +/reference/introduction_to_godot_development.html,https://contributing.godotengine.org/en/latest/engine/introduction.html /reference/introduction_to_the_buildsystem.html,/development/compiling/introduction_to_the_buildsystem.html /reference/locales.html,/learning/features/misc/locales.html /reference/object_class.html,/development/cpp/object_class.html @@ -403,6 +400,85 @@ source,destination /tutorials/viewports/multiple_resolutions.html,/tutorials/rendering/multiple_resolutions.html /tutorials/viewports/using_viewport_as_texture.html,/tutorials/shaders/using_viewport_as_texture.html /tutorials/viewports/viewports.html,/tutorials/rendering/viewports.html -/contributing/development/compiling/compiling_for_uwp.html,/about/faq.html#which-platforms-are-supported-by-godot /tutorials/export/exporting_for_uwp.html,/about/faq.html#which-platforms-are-supported-by-godot /tutorials/xr/openxr_passthrough.html,/tutorials/xr/ar_passthrough.html +/contributing/development/compiling/compiling_for_uwp.html,/about/faq.html#which-platforms-are-supported-by-godot +/contributing/_contributing.html,https://contributing.godotengine.org +/contributing/development/compiling/compiling_with_mono.html,/engine_details/development/compiling/compiling_with_dotnet.html +/contributing/architecture/introduction_to_godot_development.html,/engine_details/architecture/index.html +/contributing/development/best_practices_for_engine_contributors.html,https://contributing.godotengine.org/en/latest/engine/guidelines/best_practices.html +/contributing/development/code_style_guidelines.html,https://contributing.godotengine.org/en/latest/engine/guidelines/code_style.html +/contributing/development/cpp_usage_guidelines.html,https://contributing.godotengine.org/en/latest/engine/guidelines/cpp_usage_guidelines.html +/contributing/development/editor/editor_style_guide.html,https://contributing.godotengine.org/en/latest/engine/guidelines/editor_style_guide.html +/contributing/development/editor/index.html,/engine_details/editor/index.html +/contributing/development/index.html,/engine_details/development/index.html +/contributing/documentation/building_the_manual.html,https://contributing.godotengine.org/en/latest/documentation/manual/building_the_manual.html +/contributing/documentation/content_guidelines.html,https://contributing.godotengine.org/en/latest/documentation/guidelines/content_guidelines.html +/contributing/documentation/contributing_to_the_documentation.html,https://contributing.godotengine.org/en/latest/documentation/manual/index.html +/contributing/documentation/docs_contribution_checklist.html,https://contributing.godotengine.org/en/latest/documentation/guidelines/docs_contribution_checklist.html +/contributing/documentation/docs_image_guidelines.html,https://contributing.godotengine.org/en/latest/documentation/guidelines/docs_image_guidelines.html +/contributing/documentation/docs_writing_guidelines.html,https://contributing.godotengine.org/en/latest/documentation/guidelines/docs_writing_guidelines.html +/contributing/documentation/editor_and_docs_localization.html,https://contributing.godotengine.org/en/latest/documentation/translation/index.html +/contributing/documentation/index.html,https://contributing.godotengine.org/en/latest/documentation/overview.html +/contributing/documentation/updating_the_class_reference.html,https://contributing.godotengine.org/en/latest/documentation/class_reference.html +/contributing/how_to_contribute.html,https://contributing.godotengine.org/en/latest/organization/how_to_contribute.html +/contributing/workflow/bisecting_regressions.html,https://contributing.godotengine.org/en/latest/reporting_issues/bisecting.html +/contributing/workflow/bug_triage_guidelines.html,https://contributing.godotengine.org/en/latest/triage/guidelines.html +/contributing/workflow/first_steps.html,https://contributing.godotengine.org/en/latest/engine/introduction.html +/contributing/workflow/index.html,https://contributing.godotengine.org/en/latest/engine/introduction.html +/contributing/workflow/pr_review_guidelines.html,https://contributing.godotengine.org/en/latest/organization/pull_requests/review_guidelines.html +/contributing/workflow/pr_workflow.html,https://contributing.godotengine.org/en/latest/organization/pull_requests/creating_pull_requests.html +/contributing/workflow/testing_pull_requests.html,https://contributing.godotengine.org/en/latest/organization/pull_requests/testing.html +/contributing/development/core_and_modules/2d_coordinate_systems.html,/engine_details/architecture/2d_coordinate_systems.html +/contributing/development/core_and_modules/common_engine_methods_and_macros.html,/engine_details/architecture/common_engine_methods_and_macros.html +/contributing/development/core_and_modules/core_types.html,//architecture/core_types.html +/contributing/development/core_and_modules/custom_audiostreams.html,//architecture/custom_audiostreams.html +/contributing/development/core_and_modules/custom_godot_servers.html,//architecture/custom_godot_servers.html +/contributing/development/core_and_modules/custom_modules_in_cpp.html,//architecture/custom_modules_in_cpp.html +/contributing/development/core_and_modules/custom_platform_ports.html,//architecture/custom_platform_ports.html +/contributing/development/core_and_modules/custom_resource_format_loaders.html,//architecture/custom_resource_format_loaders.html +/contributing/development/core_and_modules/godot_architecture_diagram.html,//architecture/godot_architecture_diagram.html +/contributing/development/core_and_modules/index.html,//architecture/index.html +/contributing/development/core_and_modules/inheritance_class_tree.html,//architecture/inheritance_class_tree.html +/contributing/development/core_and_modules/internal_rendering_architecture.html,//architecture/internal_rendering_architecture.html +/contributing/development/core_and_modules/object_class.html,//architecture/object_class.html +/contributing/development/core_and_modules/scripting_development.html,//architecture/scripting_development.html +/contributing/development/core_and_modules/unit_testing.html,//architecture/unit_testing.html +/contributing/development/core_and_modules/variant_class.html,//architecture/variant_class.html +/contributing/documentation/class_reference_primer.html,engine_details/class_reference/index.html +/contributing/development/compiling/compiling_for_android.html,/engine_details/development/compiling/compiling_for_android.html, +/contributing/development/compiling/compiling_for_ios.html,/engine_details/development/compiling/compiling_for_ios.html +/contributing/development/compiling/compiling_for_linuxbsd.html,/engine_details/development/compiling/compiling_for_linuxbsd.html +/contributing/development/compiling/compiling_for_macos.html,/engine_details/development/compiling/compiling_for_macos.html +/contributing/development/compiling/compiling_for_visionos.html,/engine_details/development/compiling/compiling_for_visionos.html +/contributing/development/compiling/compiling_for_web.html,/engine_details/development/compiling/compiling_for_web.html +/contributing/development/compiling/compiling_for_windows.html,/engine_details/development/compiling/compiling_for_windows.html +/contributing/development/compiling/compiling_with_dotnet.html,/engine_details/development/compiling/compiling_with_dotnet.html +/contributing/development/compiling/compiling_with_script_encryption_key.html,/engine_details/development/compiling/compiling_with_script_encryption_key.html +/contributing/development/compiling/cross-compiling_for_ios_on_linux.html,/engine_details/development/compiling/cross-compiling_for_ios_on_linux.html +/contributing/development/compiling/getting_source.html,/engine_details/development/compiling/getting_source.html +/contributing/development/compiling/index.html,/engine_details/development/compiling/index.html +/contributing/development/compiling/introduction_to_the_buildsystem.html,/engine_details/development/compiling/introduction_to_the_buildsystem.html +/contributing/development/compiling/optimizing_for_size.html,/engine_details/development/compiling/optimizing_for_size.html +/contributing/development/configuring_an_ide/android_studio.html,/engine_details/development/configuring_an_ide/android_studio.html +/contributing/development/configuring_an_ide/clion.html,/engine_details/development/configuring_an_ide/clion.html +/contributing/development/configuring_an_ide/code_blocks.html,/engine_details/development/configuring_an_ide/code_blocks.html +/contributing/development/configuring_an_ide/index.html,/engine_details/development/configuring_an_ide/index.html +/contributing/development/configuring_an_ide/kdevelop.html,/engine_details/development/configuring_an_ide/kdevelop.html +/contributing/development/configuring_an_ide/qt_creator.html,/engine_details/development/configuring_an_ide/qt_creator.html +/contributing/development/configuring_an_ide/rider.html,/engine_details/development/configuring_an_ide/rider.html +/contributing/development/configuring_an_ide/rider.html,/engine_details/development/configuring_an_ide/rider.html +/contributing/development/configuring_an_ide/visual_studio.html,/engine_details/development/configuring_an_ide/visual_studio.html +/contributing/development/configuring_an_ide/visual_studio_code.html,/engine_details/development/configuring_an_ide/visual_studio_code.html +/contributing/development/configuring_an_ide/xcode.html,/engine_details/development/configuring_an_ide/xcode.html +/contributing/development/debugging/index.html,/engine_details/development/debugging/index.html +/contributing/development/debugging/macos_debug.html,/engine_details/development/debugging/macos_debug.html +/contributing/development/debugging/using_cpp_profilers.html,/engine_details/development/debugging/using_cpp_profilers.html +/contributing/development/debugging/using_sanitizers.html,/engine_details/development/debugging/using_sanitizers.html +/contributing/development/debugging/vulkan/index.html,/engine_details/development/debugging/vulkan/index.html +/contributing/development/debugging/vulkan/vulkan_validation_layers.html,/engine_details/development/debugging/vulkan/vulkan_validation_layers.html +/contributing/development/handling_compatibility_breakages.html,/engine_details/development/handling_compatibility_breakages.html +/contributing/development/editor/creating_icons.html,/engine_details/editor/creating_icons.html +/contributing/development/editor/index.html,/engine_details/editor/index.html +/contributing/development/editor/introduction_to_editor_development.html,/engine_details/editor/introduction_to_editor_development.html +/contributing/development/file_formats/gdscript_grammar.html,/engine_details/file_formats/gdscript_grammar.html