|
@@ -1,6 +1,22 @@
|
|
source,destination
|
|
source,destination
|
|
/about/index.html,/index.html
|
|
/about/index.html,/index.html
|
|
/classes/_classes.html,/classes/
|
|
/classes/_classes.html,/classes/
|
|
|
|
+/community/contributing/best_practices_for_engine_contributors.html,/contributing/development/best_practices_for_engine_contributors.html
|
|
|
|
+/community/contributing/bisecting_regressions.html,/contributing/workflow/bisecting_regressions.html
|
|
|
|
+/community/contributing/bug_triage_guidelines.html,/contributing/workflow/bug_triage_guidelines.html
|
|
|
|
+/community/contributing/building_the_manual.html,/contributing/documentation/building_the_manual.html
|
|
|
|
+/community/contributing/class_reference_writing_guidelines.html,/contributing/documentation/class_reference_primer.html
|
|
|
|
+/community/contributing/code_style_guidelines.html,/contributing/development/code_style_guidelines.html
|
|
|
|
+/community/contributing/content_guidelines.html,/contributing/documentation/content_guidelines.html
|
|
|
|
+/community/contributing/contributing_to_the_documentation.html,/contributing/documentation/contributing_to_the_documentation.html
|
|
|
|
+/community/contributing/cpp_usage_guidelines.html,/contributing/development/cpp_usage_guidelines.html
|
|
|
|
+/community/contributing/docs_writing_guidelines.html,/contributing/documentation/docs_writing_guidelines.html
|
|
|
|
+/community/contributing/editor_and_docs_localization.html,/contributing/documentation/editor_and_docs_localization.html
|
|
|
|
+/community/contributing/index.html,/contributing/ways_to_contribute.html
|
|
|
|
+/community/contributing/pr_workflow.html,/contributing/workflow/pr_workflow.html
|
|
|
|
+/community/contributing/testing_pull_requests.html,/contributing/workflow/testing_pull_requests.html
|
|
|
|
+/community/contributing/updating_the_class_reference.html,/contributing/documentation/updating_the_class_reference.html
|
|
|
|
+/community/contributing/ways_to_contribute.html,/contributing/ways_to_contribute.html
|
|
/community/tutorials/3d/mesh_generation_with_heightmap_and_shaders.html,/tutorials/3d/mesh_generation_with_heightmap_and_shaders.html
|
|
/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
|
|
/community/tutorials/gdnative/gdnative-c-example.html,/tutorials/plugins/gdnative/gdnative-c-example.html
|
|
/community/tutorials/gdnative/index.html,/tutorials/plugins/gdnative/index.html
|
|
/community/tutorials/gdnative/index.html,/tutorials/plugins/gdnative/index.html
|
|
@@ -11,7 +27,54 @@ source,destination
|
|
/contributing/bug_triage_guidelines.html,/community/contributing/bug_triage_guidelines.html
|
|
/contributing/bug_triage_guidelines.html,/community/contributing/bug_triage_guidelines.html
|
|
/contributing/doc_and_l10n_guidelines.html,/community/contributing/doc_and_l10n_guidelines.html
|
|
/contributing/doc_and_l10n_guidelines.html,/community/contributing/doc_and_l10n_guidelines.html
|
|
/contributing/updating_the_class_reference.html,/community/contributing/updating_the_class_reference.html
|
|
/contributing/updating_the_class_reference.html,/community/contributing/updating_the_class_reference.html
|
|
|
|
+/development/compiling/compiling_for_android.html,/contributing/development/compiling/compiling_for_android.html
|
|
|
|
+/development/compiling/compiling_for_ios.html,/contributing/development/compiling/compiling_for_ios.html
|
|
|
|
+/development/compiling/compiling_for_linuxbsd.html,/contributing/development/compiling/compiling_for_linuxbsd.html
|
|
|
|
+/development/compiling/compiling_for_macos.html,/contributing/development/compiling/compiling_for_macos.html
|
|
|
|
+/development/compiling/compiling_for_uwp.html,/contributing/development/compiling/compiling_for_uwp.html
|
|
|
|
+/development/compiling/compiling_for_web.html,/contributing/development/compiling/compiling_for_web.html
|
|
|
|
+/development/compiling/compiling_for_windows.html,/contributing/development/compiling/compiling_for_windows.html
|
|
|
|
+/development/compiling/compiling_with_mono.html,/contributing/development/compiling/compiling_with_mono.html
|
|
|
|
+/development/compiling/compiling_with_script_encryption_key.html,/contributing/development/compiling/compiling_with_script_encryption_key.html
|
|
|
|
+/development/compiling/cross-compiling_for_ios_on_linux.html,/contributing/development/compiling/cross-compiling_for_ios_on_linux.html
|
|
|
|
+/development/compiling/getting_source.html,/contributing/development/compiling/getting_source.html
|
|
|
|
+/development/compiling/index.html,/contributing/development/compiling/index.html
|
|
|
|
+/development/compiling/introduction_to_the_buildsystem.html,/contributing/development/compiling/introduction_to_the_buildsystem.html
|
|
|
|
+/development/compiling/optimizing_for_size.html,/contributing/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,/contributing/development/core_and_modules/binding_to_external_libraries.html
|
|
|
|
+/development/cpp/common_engine_methods_and_macros.html,/contributing/development/core_and_modules/common_engine_methods_and_macros.html
|
|
|
|
+/development/cpp/configuring_an_ide/android_studio.html,/contributing/development/configuring_an_ide/android_studio.html
|
|
|
|
+/development/cpp/configuring_an_ide/clion.html,/contributing/development/configuring_an_ide/clion.html
|
|
|
|
+/development/cpp/configuring_an_ide/code_blocks.html,/contributing/development/configuring_an_ide/code_blocks.html
|
|
|
|
+/development/cpp/configuring_an_ide/index.html,/contributing/development/configuring_an_ide/index.html
|
|
|
|
+/development/cpp/configuring_an_ide/kdevelop.html,/contributing/development/configuring_an_ide/kdevelop.html
|
|
|
|
+/development/cpp/configuring_an_ide/qt_creator.html,/contributing/development/configuring_an_ide/qt_creator.html
|
|
|
|
+/development/cpp/configuring_an_ide/visual_studio.html,/contributing/development/configuring_an_ide/visual_studio.html
|
|
|
|
+/development/cpp/configuring_an_ide/visual_studio_code.html,/contributing/development/configuring_an_ide/visual_studio_code.html
|
|
|
|
+/development/cpp/configuring_an_ide/xcode.html,/contributing/development/configuring_an_ide/xcode.html
|
|
|
|
+/development/cpp/core_types.html,/contributing/development/core_and_modules/core_types.html
|
|
|
|
+/development/cpp/custom_audiostreams.html,/contributing/development/core_and_modules/custom_audiostreams.html
|
|
|
|
+/development/cpp/custom_godot_servers.html,/contributing/development/core_and_modules/custom_godot_servers.html
|
|
|
|
+/development/cpp/custom_modules_in_cpp.html,/contributing/development/core_and_modules/custom_modules_in_cpp.html
|
|
|
|
+/development/cpp/custom_resource_format_loaders.html,/contributing/development/core_and_modules/custom_resource_format_loaders.html
|
|
|
|
+/development/cpp/index.html,/contributing/development/core_and_modules/index.html
|
|
|
|
+/development/cpp/inheritance_class_tree.html,/contributing/development/core_and_modules/inheritance_class_tree.html
|
|
|
|
+/development/cpp/introduction_to_godot_development.html,/contributing/development/core_and_modules/introduction_to_godot_development.html
|
|
|
|
+/development/cpp/macos_debug.html,/contributing/development/debugging/macos_debug.html
|
|
|
|
+/development/cpp/object_class.html,/contributing/development/core_and_modules/object_class.html
|
|
|
|
+/development/cpp/unit_testing.html,/contributing/development/core_and_modules/unit_testing.html
|
|
|
|
+/development/cpp/using_cpp_profilers.html,/contributing/development/debugging/using_cpp_profilers.html
|
|
|
|
+/development/cpp/variant_class.html,/contributing/development/core_and_modules/variant_class.html
|
|
|
|
+/development/cpp/vulkan/index.html,/contributing/development/debugging/vulkan/index.html
|
|
|
|
+/development/cpp/vulkan/vulkan_validation_layers.html,/contributing/development/debugging/vulkan/vulkan_validation_layers.html
|
|
|
|
+/development/editor/creating_icons.html,/contributing/development/editor/creating_icons.html
|
|
|
|
+/development/editor/editor_style_guide.html,/contributing/development/editor/editor_style_guide.html
|
|
|
|
+/development/editor/index.html,/contributing/development/editor/index.html
|
|
|
|
+/development/editor/introduction_to_editor_development.html,/contributing/development/editor/introduction_to_editor_development.html
|
|
|
|
+/development/file_formats/gdscript_grammar.html,/contributing/development/file_formats/gdscript_grammar.html
|
|
|
|
+/development/file_formats/index.html,/contributing/development/file_formats/index.html
|
|
|
|
+/development/file_formats/tscn.html,/contributing/development/file_formats/tscn.html
|
|
/development/plugins/import_plugins.html,/tutorials/plugins/editor/import_plugins.html
|
|
/development/plugins/import_plugins.html,/tutorials/plugins/editor/import_plugins.html
|
|
/development/plugins/index.html,/tutorials/plugins/editor/index.html
|
|
/development/plugins/index.html,/tutorials/plugins/editor/index.html
|
|
/development/plugins/making_plugins.html,/tutorials/plugins/editor/making_plugins.html
|
|
/development/plugins/making_plugins.html,/tutorials/plugins/editor/making_plugins.html
|