Add redirects to redirects.csv after contributing content was migrated (#11315)

This commit is contained in:
Lukas Tenbrink
2025-09-30 18:31:38 +02:00
committed by GitHub
parent 3521a55f51
commit 8ba30f1504
+94 -18
View File
@@ -8,9 +8,6 @@ source,destination
/community/tutorials/vr/index.html,/tutorials/vr/index.html /community/tutorials/vr/index.html,/tutorials/vr/index.html
/community/tutorials/vr/vr_primer.html,/tutorials/vr/vr_primer.html /community/tutorials/vr/vr_primer.html,/tutorials/vr/vr_primer.html
/content/3d/making_trees.html,/tutorials/content/making_trees.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_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_ios.html,/engine_details/development/compiling/compiling_for_ios.html
/development/compiling/compiling_for_linuxbsd.html,/engine_details/development/compiling/compiling_for_linuxbsd.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/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/compiling/optimizing_for_size.html,/engine_details/development/compiling/optimizing_for_size.html
/development/consoles/consoles.html,/tutorials/platform/consoles.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/binding_to_external_libraries.html,/engine_details/architecture/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/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/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/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 /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.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/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/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/core_types.html,/engine_details/architecture/core_types.html
/development/cpp/custom_audiostreams.html,/engine_details/development/core_and_modules/custom_audiostreams.html /development/cpp/custom_audiostreams.html,/engine_details/architecture/custom_audiostreams.html
/development/cpp/custom_godot_servers.html,/engine_details/development/core_and_modules/custom_godot_servers.html /development/cpp/custom_godot_servers.html,/engine_details/architecture/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_modules_in_cpp.html,/engine_details/architecture/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/custom_resource_format_loaders.html,/engine_details/architecture/custom_resource_format_loaders.html
/development/cpp/index.html,/engine_details/development/core_and_modules/index.html /development/cpp/index.html,/engine_details/architecture/index.html
/development/cpp/inheritance_class_tree.html,/engine_details/development/core_and_modules/inheritance_class_tree.html /development/cpp/inheritance_class_tree.html,/engine_details/architecture/inheritance_class_tree.html
/development/cpp/introduction_to_godot_development.html,/engine_details/development/core_and_modules/introduction_to_godot_development.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/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/object_class.html,/engine_details/architecture/object_class.html
/development/cpp/unit_testing.html,/engine_details/development/core_and_modules/unit_testing.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/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/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/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 /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_more_efficiently.html,/learning/scripting/gdscript/gdscript_advanced.html
/reference/gdscript_printf.html,/learning/scripting/gdscript/gdscript_format_string.html /reference/gdscript_printf.html,/learning/scripting/gdscript/gdscript_format_string.html
/reference/inheritance_class_tree.html,/development/cpp/inheritance_class_tree.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/introduction_to_the_buildsystem.html,/development/compiling/introduction_to_the_buildsystem.html
/reference/locales.html,/learning/features/misc/locales.html /reference/locales.html,/learning/features/misc/locales.html
/reference/object_class.html,/development/cpp/object_class.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/multiple_resolutions.html,/tutorials/rendering/multiple_resolutions.html
/tutorials/viewports/using_viewport_as_texture.html,/tutorials/shaders/using_viewport_as_texture.html /tutorials/viewports/using_viewport_as_texture.html,/tutorials/shaders/using_viewport_as_texture.html
/tutorials/viewports/viewports.html,/tutorials/rendering/viewports.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/export/exporting_for_uwp.html,/about/faq.html#which-platforms-are-supported-by-godot
/tutorials/xr/openxr_passthrough.html,/tutorials/xr/ar_passthrough.html /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
1 source destination
8 /community/tutorials/vr/index.html /tutorials/vr/index.html
9 /community/tutorials/vr/vr_primer.html /tutorials/vr/vr_primer.html
10 /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
11 /development/compiling/compiling_for_android.html /engine_details/development/compiling/compiling_for_android.html
12 /development/compiling/compiling_for_ios.html /engine_details/development/compiling/compiling_for_ios.html
13 /development/compiling/compiling_for_linuxbsd.html /engine_details/development/compiling/compiling_for_linuxbsd.html
24 /development/compiling/introduction_to_the_buildsystem.html /engine_details/development/compiling/introduction_to_the_buildsystem.html
25 /development/compiling/optimizing_for_size.html /engine_details/development/compiling/optimizing_for_size.html
26 /development/consoles/consoles.html /tutorials/platform/consoles.html
27 /development/cpp/binding_to_external_libraries.html /engine_details/development/core_and_modules/binding_to_external_libraries.html /engine_details/architecture/binding_to_external_libraries.html
28 /development/cpp/common_engine_methods_and_macros.html /engine_details/development/core_and_modules/common_engine_methods_and_macros.html /engine_details/architecture/common_engine_methods_and_macros.html
29 /development/cpp/configuring_an_ide/android_studio.html /engine_details/development/configuring_an_ide/android_studio.html
30 /development/cpp/configuring_an_ide/clion.html /engine_details/development/configuring_an_ide/clion.html
31 /development/cpp/configuring_an_ide/code_blocks.html /engine_details/development/configuring_an_ide/code_blocks.html
35 /development/cpp/configuring_an_ide/visual_studio.html /engine_details/development/configuring_an_ide/visual_studio.html
36 /development/cpp/configuring_an_ide/visual_studio_code.html /engine_details/development/configuring_an_ide/visual_studio_code.html
37 /development/cpp/configuring_an_ide/xcode.html /engine_details/development/configuring_an_ide/xcode.html
38 /development/cpp/core_types.html /engine_details/development/core_and_modules/core_types.html /engine_details/architecture/core_types.html
39 /development/cpp/custom_audiostreams.html /engine_details/development/core_and_modules/custom_audiostreams.html /engine_details/architecture/custom_audiostreams.html
40 /development/cpp/custom_godot_servers.html /engine_details/development/core_and_modules/custom_godot_servers.html /engine_details/architecture/custom_godot_servers.html
41 /development/cpp/custom_modules_in_cpp.html /engine_details/development/core_and_modules/custom_modules_in_cpp.html /engine_details/architecture/custom_modules_in_cpp.html
42 /development/cpp/custom_resource_format_loaders.html /engine_details/development/core_and_modules/custom_resource_format_loaders.html /engine_details/architecture/custom_resource_format_loaders.html
43 /development/cpp/index.html /engine_details/development/core_and_modules/index.html /engine_details/architecture/index.html
44 /development/cpp/inheritance_class_tree.html /engine_details/development/core_and_modules/inheritance_class_tree.html /engine_details/architecture/inheritance_class_tree.html
45 /development/cpp/introduction_to_godot_development.html /engine_details/development/core_and_modules/introduction_to_godot_development.html https://contributing.godotengine.org/en/latest/engine/introduction.html
46 /development/cpp/macos_debug.html /engine_details/development/debugging/macos_debug.html
47 /development/cpp/object_class.html /engine_details/development/core_and_modules/object_class.html /engine_details/architecture/object_class.html
48 /development/cpp/unit_testing.html /engine_details/development/core_and_modules/unit_testing.html /engine_details/architecture/unit_testing.html
49 /development/cpp/using_cpp_profilers.html /engine_details/development/debugging/using_cpp_profilers.html
50 /development/cpp/variant_class.html /engine_details/development/core_and_modules/variant_class.html /engine_details/architecture/variant_class.html
51 /development/cpp/vulkan/index.html /engine_details/development/debugging/vulkan/index.html
52 /development/cpp/vulkan/vulkan_validation_layers.html /engine_details/development/debugging/vulkan/vulkan_validation_layers.html
53 /development/editor/creating_icons.html /engine_details/editor/creating_icons.html
294 /reference/gdscript_more_efficiently.html /learning/scripting/gdscript/gdscript_advanced.html
295 /reference/gdscript_printf.html /learning/scripting/gdscript/gdscript_format_string.html
296 /reference/inheritance_class_tree.html /development/cpp/inheritance_class_tree.html
297 /reference/introduction_to_godot_development.html /development/cpp/introduction_to_godot_development.html https://contributing.godotengine.org/en/latest/engine/introduction.html
298 /reference/introduction_to_the_buildsystem.html /development/compiling/introduction_to_the_buildsystem.html
299 /reference/locales.html /learning/features/misc/locales.html
300 /reference/object_class.html /development/cpp/object_class.html
400 /tutorials/viewports/multiple_resolutions.html /tutorials/rendering/multiple_resolutions.html
401 /tutorials/viewports/using_viewport_as_texture.html /tutorials/shaders/using_viewport_as_texture.html
402 /tutorials/viewports/viewports.html /tutorials/rendering/viewports.html
/contributing/development/compiling/compiling_for_uwp.html /about/faq.html#which-platforms-are-supported-by-godot
403 /tutorials/export/exporting_for_uwp.html /about/faq.html#which-platforms-are-supported-by-godot
404 /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