From 03f0e10e650abd6d1f8403a1cd27667edf8b6745 Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 12 Jan 2023 19:48:53 +0100 Subject: [PATCH] Mass rename rst-s to md-s. --- about/{complying_with_licenses.rst => complying_with_licenses.md} | 0 about/{docs_changelog.rst => docs_changelog.md} | 0 about/{faq.rst => faq.md} | 0 about/{index.rst => index.md} | 0 about/{introduction.rst => introduction.md} | 0 about/{list_of_features.rst => list_of_features.md} | 0 about/{release_policy.rst => release_policy.md} | 0 about/{troubleshooting.rst => troubleshooting.md} | 0 ...contributors.rst => best_practices_for_engine_contributors.md} | 0 .../{bisecting_regressions.rst => bisecting_regressions.md} | 0 .../{bug_triage_guidelines.rst => bug_triage_guidelines.md} | 0 .../{building_the_manual.rst => building_the_manual.md} | 0 ...iting_guidelines.rst => class_reference_writing_guidelines.md} | 0 .../{code_style_guidelines.rst => code_style_guidelines.md} | 0 .../{content_guidelines.rst => content_guidelines.md} | 0 ...the_documentation.rst => contributing_to_the_documentation.md} | 0 .../{cpp_usage_guidelines.rst => cpp_usage_guidelines.md} | 0 .../{docs_writing_guidelines.rst => docs_writing_guidelines.md} | 0 .../{documentation_guidelines.rst => documentation_guidelines.md} | 0 ..._and_docs_localization.rst => editor_and_docs_localization.md} | 0 community/contributing/{index.rst => index.md} | 0 community/contributing/{pr_workflow.rst => pr_workflow.md} | 0 .../{testing_pull_requests.rst => testing_pull_requests.md} | 0 ...ng_the_class_reference.rst => updating_the_class_reference.md} | 0 .../{ways_to_contribute.rst => ways_to_contribute.md} | 0 community/{tutorials.rst => tutorials.md} | 0 .../{compiling_for_android.rst => compiling_for_android.md} | 0 .../compiling/{compiling_for_ios.rst => compiling_for_ios.md} | 0 .../compiling/{compiling_for_osx.rst => compiling_for_osx.md} | 0 .../compiling/{compiling_for_uwp.rst => compiling_for_uwp.md} | 0 .../compiling/{compiling_for_web.rst => compiling_for_web.md} | 0 .../{compiling_for_windows.rst => compiling_for_windows.md} | 0 .../compiling/{compiling_for_x11.rst => compiling_for_x11.md} | 0 .../compiling/{compiling_with_mono.rst => compiling_with_mono.md} | 0 ...encryption_key.rst => compiling_with_script_encryption_key.md} | 0 ...g_for_ios_on_linux.rst => cross-compiling_for_ios_on_linux.md} | 0 development/compiling/{getting_source.rst => getting_source.md} | 0 development/compiling/{index.rst => index.md} | 0 ..._to_the_buildsystem.rst => introduction_to_the_buildsystem.md} | 0 .../compiling/{optimizing_for_size.rst => optimizing_for_size.md} | 0 ...to_external_libraries.rst => binding_to_external_libraries.md} | 0 ...methods_and_macros.rst => common_engine_methods_and_macros.md} | 0 .../configuring_an_ide/{android_studio.rst => android_studio.md} | 0 development/cpp/configuring_an_ide/{clion.rst => clion.md} | 0 .../cpp/configuring_an_ide/{code_blocks.rst => code_blocks.md} | 0 development/cpp/configuring_an_ide/{index.rst => index.md} | 0 development/cpp/configuring_an_ide/{kdevelop.rst => kdevelop.md} | 0 .../cpp/configuring_an_ide/{qt_creator.rst => qt_creator.md} | 0 .../configuring_an_ide/{visual_studio.rst => visual_studio.md} | 0 .../{visual_studio_code.rst => visual_studio_code.md} | 0 development/cpp/configuring_an_ide/{xcode.rst => xcode.md} | 0 development/cpp/{core_types.rst => core_types.md} | 0 .../cpp/{custom_audiostreams.rst => custom_audiostreams.md} | 0 .../cpp/{custom_godot_servers.rst => custom_godot_servers.md} | 0 .../cpp/{custom_modules_in_cpp.rst => custom_modules_in_cpp.md} | 0 ...ource_format_loaders.rst => custom_resource_format_loaders.md} | 0 development/cpp/{index.rst => index.md} | 0 .../cpp/{inheritance_class_tree.rst => inheritance_class_tree.md} | 0 ...godot_development.rst => introduction_to_godot_development.md} | 0 development/cpp/{macos_debug.rst => macos_debug.md} | 0 development/cpp/{object_class.rst => object_class.md} | 0 .../cpp/{using_cpp_profilers.rst => using_cpp_profilers.md} | 0 development/cpp/{variant_class.rst => variant_class.md} | 0 development/editor/{creating_icons.rst => creating_icons.md} | 0 .../editor/{editor_style_guide.rst => editor_style_guide.md} | 0 development/editor/{index.rst => index.md} | 0 ...itor_development.rst => introduction_to_editor_development.md} | 0 development/file_formats/{index.rst => index.md} | 0 development/file_formats/{tscn.rst => tscn.md} | 0 .../first_2d_game/{01.project_setup.rst => 01.project_setup.md} | 0 .../first_2d_game/{02.player_scene.rst => 02.player_scene.md} | 0 .../{03.coding_the_player.rst => 03.coding_the_player.md} | 0 .../{04.creating_the_enemy.rst => 04.creating_the_enemy.md} | 0 .../{05.the_main_game_scene.rst => 05.the_main_game_scene.md} | 0 .../{06.heads_up_display.rst => 06.heads_up_display.md} | 0 .../first_2d_game/{07.finishing-up.rst => 07.finishing-up.md} | 0 getting_started/first_2d_game/{index.rst => index.md} | 0 .../first_3d_game/{01.game_setup.rst => 01.game_setup.md} | 0 .../first_3d_game/{02.player_input.rst => 02.player_input.md} | 0 .../{03.player_movement_code.rst => 03.player_movement_code.md} | 0 .../first_3d_game/{04.mob_scene.rst => 04.mob_scene.md} | 0 .../first_3d_game/{05.spawning_mobs.rst => 05.spawning_mobs.md} | 0 .../{06.jump_and_squash.rst => 06.jump_and_squash.md} | 0 .../first_3d_game/{07.killing_player.rst => 07.killing_player.md} | 0 .../{08.score_and_replay.rst => 08.score_and_replay.md} | 0 .../{09.adding_animations.rst => 09.adding_animations.md} | 0 .../first_3d_game/{going_further.rst => going_further.md} | 0 getting_started/first_3d_game/{index.rst => index.md} | 0 .../{first_look_at_the_editor.rst => first_look_at_the_editor.md} | 0 .../{godot_design_philosophy.rst => godot_design_philosophy.md} | 0 getting_started/introduction/{index.rst => index.md} | 0 .../{introduction_to_godot.rst => introduction_to_godot.md} | 0 .../{key_concepts_overview.rst => key_concepts_overview.md} | 0 .../{learning_new_features.rst => learning_new_features.md} | 0 getting_started/step_by_step/{index.rst => index.md} | 0 getting_started/step_by_step/{instancing.rst => instancing.md} | 0 .../step_by_step/{nodes_and_scenes.rst => nodes_and_scenes.md} | 0 .../{scripting_first_script.rst => scripting_first_script.md} | 0 .../{scripting_languages.rst => scripting_languages.md} | 0 .../{scripting_player_input.rst => scripting_player_input.md} | 0 getting_started/step_by_step/{signals.rst => signals.md} | 0 index.rst => index.md | 0 .../2d/{2d_lights_and_shadows.rst => 2d_lights_and_shadows.md} | 0 tutorials/2d/{2d_meshes.rst => 2d_meshes.md} | 0 tutorials/2d/{2d_movement.rst => 2d_movement.md} | 0 tutorials/2d/{2d_sprite_animation.rst => 2d_sprite_animation.md} | 0 tutorials/2d/{2d_transforms.rst => 2d_transforms.md} | 0 tutorials/2d/{canvas_layers.rst => canvas_layers.md} | 0 .../2d/{custom_drawing_in_2d.rst => custom_drawing_in_2d.md} | 0 tutorials/2d/{index.rst => index.md} | 0 tutorials/2d/{particle_systems_2d.rst => particle_systems_2d.md} | 0 tutorials/2d/{using_tilemaps.rst => using_tilemaps.md} | 0 .../{3d_rendering_limitations.rst => 3d_rendering_limitations.md} | 0 tutorials/3d/{3d_text.rst => 3d_text.md} | 0 tutorials/3d/{baked_lightmaps.rst => baked_lightmaps.md} | 0 tutorials/3d/{csg_tools.rst => csg_tools.md} | 0 ...and_post_processing.rst => environment_and_post_processing.md} | 0 tutorials/3d/{gi_probes.rst => gi_probes.md} | 0 tutorials/3d/{high_dynamic_range.rst => high_dynamic_range.md} | 0 tutorials/3d/{index.rst => index.md} | 0 tutorials/3d/{introduction_to_3d.rst => introduction_to_3d.md} | 0 tutorials/3d/{lights_and_shadows.rst => lights_and_shadows.md} | 0 tutorials/3d/{occluders.rst => occluders.md} | 0 ...oom_and_portal_usage.rst => advanced_room_and_portal_usage.md} | 0 ...editing_rooms_and_portals.rst => editing_rooms_and_portals.md} | 0 ...ooms_and_portals.rst => first_steps_with_rooms_and_portals.md} | 0 tutorials/3d/portals/{index.rst => index.md} | 0 ...rooms_and_portals.rst => introduction_to_rooms_and_portals.md} | 0 ...rooms_and_portals_example.rst => rooms_and_portals_example.md} | 0 ...ooms_and_portals.rst => using_objects_in_rooms_and_portals.md} | 0 tutorials/3d/procedural_geometry/{arraymesh.rst => arraymesh.md} | 0 .../{immediategeometry.rst => immediategeometry.md} | 0 tutorials/3d/procedural_geometry/{index.rst => index.md} | 0 .../3d/procedural_geometry/{meshdatatool.rst => meshdatatool.md} | 0 .../3d/procedural_geometry/{surfacetool.rst => surfacetool.md} | 0 tutorials/3d/{reflection_probes.rst => reflection_probes.md} | 0 tutorials/3d/{spatial_material.rst => spatial_material.md} | 0 tutorials/3d/{using_gridmaps.rst => using_gridmaps.md} | 0 ...using_multi_mesh_instance.rst => using_multi_mesh_instance.md} | 0 tutorials/3d/{using_transforms.rst => using_transforms.md} | 0 tutorials/animation/{2d_skeletons.rst => 2d_skeletons.md} | 0 tutorials/animation/{animation_tree.rst => animation_tree.md} | 0 tutorials/animation/{cutout_animation.rst => cutout_animation.md} | 0 tutorials/animation/{index.rst => index.md} | 0 tutorials/animation/{introduction.rst => introduction.md} | 0 tutorials/animation/{playing_videos.rst => playing_videos.md} | 0 .../assets_pipeline/escn_exporter/{animation.rst => animation.md} | 0 tutorials/assets_pipeline/escn_exporter/{index.rst => index.md} | 0 tutorials/assets_pipeline/escn_exporter/{lights.rst => lights.md} | 0 .../assets_pipeline/escn_exporter/{material.rst => material.md} | 0 tutorials/assets_pipeline/escn_exporter/{mesh.rst => mesh.md} | 0 .../assets_pipeline/escn_exporter/{physics.rst => physics.md} | 0 .../assets_pipeline/escn_exporter/{skeleton.rst => skeleton.md} | 0 .../{exporting_3d_scenes.rst => exporting_3d_scenes.md} | 0 .../assets_pipeline/{import_process.rst => import_process.md} | 0 .../{importing_audio_samples.rst => importing_audio_samples.md} | 0 .../assets_pipeline/{importing_images.rst => importing_images.md} | 0 .../assets_pipeline/{importing_scenes.rst => importing_scenes.md} | 0 .../{importing_translations.rst => importing_translations.md} | 0 tutorials/assets_pipeline/{index.rst => index.md} | 0 tutorials/audio/{audio_buses.rst => audio_buses.md} | 0 tutorials/audio/{audio_streams.rst => audio_streams.md} | 0 tutorials/audio/{index.rst => index.md} | 0 ...recording_with_microphone.rst => recording_with_microphone.md} | 0 tutorials/audio/{sync_with_audio.rst => sync_with_audio.md} | 0 ...rsus_internal_nodes.rst => autoloads_versus_internal_nodes.md} | 0 .../best_practices/{data_preferences.rst => data_preferences.md} | 0 .../best_practices/{godot_interfaces.rst => godot_interfaces.md} | 0 .../{godot_notifications.rst => godot_notifications.md} | 0 tutorials/best_practices/{index.rst => index.md} | 0 ...oduction_best_practices.rst => introduction_best_practices.md} | 0 .../{logic_preferences.rst => logic_preferences.md} | 0 .../{node_alternatives.rst => node_alternatives.md} | 0 .../{project_organization.rst => project_organization.md} | 0 .../{scene_organization.rst => scene_organization.md} | 0 .../{scenes_versus_scripts.rst => scenes_versus_scripts.md} | 0 .../{version_control_systems.rst => version_control_systems.md} | 0 .../{what_are_godot_classes.rst => what_are_godot_classes.md} | 0 .../{command_line_tutorial.rst => command_line_tutorial.md} | 0 .../editor/{default_key_mapping.rst => default_key_mapping.md} | 0 tutorials/editor/{external_editor.rst => external_editor.md} | 0 tutorials/editor/{index.rst => index.md} | 0 .../{managing_editor_features.rst => managing_editor_features.md} | 0 .../editor/{using_the_web_editor.rst => using_the_web_editor.md} | 0 .../export/{android_custom_build.rst => android_custom_build.md} | 0 ...n_for_windows.rst => changing_application_icon_for_windows.md} | 0 tutorials/export/{exporting_basics.rst => exporting_basics.md} | 0 .../{exporting_for_android.rst => exporting_for_android.md} | 0 ...r_dedicated_servers.rst => exporting_for_dedicated_servers.md} | 0 tutorials/export/{exporting_for_ios.rst => exporting_for_ios.md} | 0 .../export/{exporting_for_linux.rst => exporting_for_linux.md} | 0 .../export/{exporting_for_macos.rst => exporting_for_macos.md} | 0 tutorials/export/{exporting_for_uwp.rst => exporting_for_uwp.md} | 0 tutorials/export/{exporting_for_web.rst => exporting_for_web.md} | 0 .../{exporting_for_windows.rst => exporting_for_windows.md} | 0 tutorials/export/{exporting_pcks.rst => exporting_pcks.md} | 0 .../export/{exporting_projects.rst => exporting_projects.md} | 0 tutorials/export/{feature_tags.rst => feature_tags.md} | 0 tutorials/export/{index.rst => index.md} | 0 tutorials/export/{one-click_deploy.rst => one-click_deploy.md} | 0 tutorials/export/{running_on_macos.rst => running_on_macos.md} | 0 tutorials/i18n/{index.rst => index.md} | 0 .../{internationalizing_games.rst => internationalizing_games.md} | 0 tutorials/i18n/{locales.rst => locales.md} | 0 ...calization_using_gettext.rst => localization_using_gettext.md} | 0 ...s_gamepads_joysticks.rst => controllers_gamepads_joysticks.md} | 0 .../inputs/{custom_mouse_cursor.rst => custom_mouse_cursor.md} | 0 .../{handling_quit_requests.rst => handling_quit_requests.md} | 0 tutorials/inputs/{index.rst => index.md} | 0 tutorials/inputs/{input_examples.rst => input_examples.md} | 0 tutorials/inputs/{inputevent.rst => inputevent.md} | 0 ...e_and_input_coordinates.rst => mouse_and_input_coordinates.md} | 0 tutorials/io/{background_loading.rst => background_loading.md} | 0 .../{binary_serialization_api.rst => binary_serialization_api.md} | 0 tutorials/io/{data_paths.rst => data_paths.md} | 0 tutorials/io/{index.rst => index.md} | 0 tutorials/io/{saving_games.rst => saving_games.md} | 0 tutorials/math/{beziers_and_curves.rst => beziers_and_curves.md} | 0 tutorials/math/{index.rst => index.md} | 0 tutorials/math/{interpolation.rst => interpolation.md} | 0 .../{matrices_and_transforms.rst => matrices_and_transforms.md} | 0 .../{random_number_generation.rst => random_number_generation.md} | 0 tutorials/math/{vector_math.rst => vector_math.md} | 0 tutorials/math/{vectors_advanced.rst => vectors_advanced.md} | 0 tutorials/navigation/{index.rst => index.md} | 0 .../{real_time_navigation_3d.rst => real_time_navigation_3d.md} | 0 .../{high_level_multiplayer.rst => high_level_multiplayer.md} | 0 .../networking/{http_client_class.rst => http_client_class.md} | 0 .../networking/{http_request_class.rst => http_request_class.md} | 0 tutorials/networking/{index.rst => index.md} | 0 .../networking/{ssl_certificates.rst => ssl_certificates.md} | 0 tutorials/networking/{webrtc.rst => webrtc.md} | 0 tutorials/networking/{websocket.rst => websocket.md} | 0 tutorials/performance/{batching.rst => batching.md} | 0 .../performance/{cpu_optimization.rst => cpu_optimization.md} | 0 .../{general_optimization.rst => general_optimization.md} | 0 .../performance/{gpu_optimization.rst => gpu_optimization.md} | 0 tutorials/performance/{index.rst => index.md} | 0 ...optimizing_3d_performance.rst => optimizing_3d_performance.md} | 0 .../threads/{thread_safe_apis.rst => thread_safe_apis.md} | 0 .../{using_multiple_threads.rst => using_multiple_threads.md} | 0 tutorials/performance/{using_multimesh.rst => using_multimesh.md} | 0 tutorials/performance/{using_servers.rst => using_servers.md} | 0 ...ating_thousands_of_fish.rst => animating_thousands_of_fish.md} | 0 ...ing_thousands_of_fish.rst => controlling_thousands_of_fish.md} | 0 tutorials/performance/vertex_animation/{index.rst => index.md} | 0 .../physics/{collision_shapes_3d.rst => collision_shapes_3d.md} | 0 tutorials/physics/{index.rst => index.md} | 0 ...hysics_interpolation.rst => advanced_physics_interpolation.md} | 0 tutorials/physics/interpolation/{index.rst => index.md} | 0 ...ion_introduction.rst => physics_interpolation_introduction.md} | 0 ...start_guide.rst => physics_interpolation_quick_start_guide.md} | 0 ...g_physics_interpolation.rst => using_physics_interpolation.md} | 0 .../{kinematic_character_2d.rst => kinematic_character_2d.md} | 0 .../physics/{physics_introduction.rst => physics_introduction.md} | 0 tutorials/physics/{ragdoll_system.rst => ragdoll_system.md} | 0 tutorials/physics/{ray-casting.rst => ray-casting.md} | 0 tutorials/physics/{rigid_body.rst => rigid_body.md} | 0 tutorials/physics/{soft_body.rst => soft_body.md} | 0 tutorials/physics/{using_area_2d.rst => using_area_2d.md} | 0 .../{using_kinematic_body_2d.rst => using_kinematic_body_2d.md} | 0 .../{android_in_app_purchases.rst => android_in_app_purchases.md} | 0 .../platform/android/{android_plugin.rst => android_plugin.md} | 0 tutorials/platform/android/{index.rst => index.md} | 0 tutorials/platform/{consoles.rst => consoles.md} | 0 .../{customizing_html5_shell.rst => customizing_html5_shell.md} | 0 .../{html5_shell_classref.rst => html5_shell_classref.md} | 0 tutorials/platform/{index.rst => index.md} | 0 tutorials/platform/ios/{index.rst => index.md} | 0 tutorials/platform/ios/{ios_plugin.rst => ios_plugin.md} | 0 .../platform/ios/{plugins_for_ios.rst => plugins_for_ios.md} | 0 ..._rendering_limitations.rst => mobile_rendering_limitations.md} | 0 tutorials/platform/{platform_html5.rst => platform_html5.md} | 0 .../plugins/editor/{import_plugins.rst => import_plugins.md} | 0 tutorials/plugins/editor/{index.rst => index.md} | 0 .../editor/{inspector_plugins.rst => inspector_plugins.md} | 0 .../editor/{installing_plugins.rst => installing_plugins.md} | 0 ...king_main_screen_plugins.rst => making_main_screen_plugins.md} | 0 .../plugins/editor/{making_plugins.rst => making_plugins.md} | 0 .../plugins/editor/{spatial_gizmos.rst => spatial_gizmos.md} | 0 .../{visual_shader_plugins.rst => visual_shader_plugins.md} | 0 tutorials/plugins/{index.rst => index.md} | 0 ...nning_code_in_the_editor.rst => running_code_in_the_editor.md} | 0 tutorials/rendering/{index.rst => index.md} | 0 tutorials/rendering/{jitter_stutter.rst => jitter_stutter.md} | 0 .../{multiple_resolutions.rst => multiple_resolutions.md} | 0 tutorials/rendering/{viewports.rst => viewports.md} | 0 .../{change_scenes_manually.rst => change_scenes_manually.md} | 0 ...creating_script_templates.rst => creating_script_templates.md} | 0 .../{cross_language_scripting.rst => cross_language_scripting.md} | 0 .../scripting/debug/{debugger_panel.rst => debugger_panel.md} | 0 tutorials/scripting/debug/{index.rst => index.md} | 0 ...view_of_debugging_tools.rst => overview_of_debugging_tools.md} | 0 .../{evaluating_expressions.rst => evaluating_expressions.md} | 0 tutorials/scripting/{filesystem.rst => filesystem.md} | 0 .../gdscript/{gdscript_advanced.rst => gdscript_advanced.md} | 0 .../gdscript/{gdscript_basics.rst => gdscript_basics.md} | 0 .../gdscript/{gdscript_exports.rst => gdscript_exports.md} | 0 .../{gdscript_format_string.rst => gdscript_format_string.md} | 0 .../gdscript/{gdscript_styleguide.rst => gdscript_styleguide.md} | 0 tutorials/scripting/gdscript/{index.rst => index.md} | 0 .../scripting/gdscript/{static_typing.rst => static_typing.md} | 0 .../scripting/gdscript/{warning_system.rst => warning_system.md} | 0 tutorials/scripting/{groups.rst => groups.md} | 0 ..._and_physics_processing.rst => idle_and_physics_processing.md} | 0 tutorials/scripting/{index.rst => index.md} | 0 .../{instancing_with_signals.rst => instancing_with_signals.md} | 0 ...nodes_and_scene_instances.rst => nodes_and_scene_instances.md} | 0 .../{overridable_functions.rst => overridable_functions.md} | 0 tutorials/scripting/{pausing_games.rst => pausing_games.md} | 0 tutorials/scripting/{resources.rst => resources.md} | 0 tutorials/scripting/{scene_tree.rst => scene_tree.md} | 0 .../scripting/{scene_unique_nodes.rst => scene_unique_nodes.md} | 0 .../scripting/{singletons_autoload.rst => singletons_autoload.md} | 0 .../{advanced_postprocessing.rst => advanced_postprocessing.md} | 0 ...l_to_godot_shaders.rst => converting_glsl_to_godot_shaders.md} | 0 .../{custom_postprocessing.rst => custom_postprocessing.md} | 0 tutorials/shaders/{index.rst => index.md} | 0 .../{introduction_to_shaders.rst => introduction_to_shaders.md} | 0 tutorials/shaders/{making_trees.rst => making_trees.md} | 0 .../{screen-reading_shaders.rst => screen-reading_shaders.md} | 0 tutorials/shaders/{shader_materials.rst => shader_materials.md} | 0 .../{canvas_item_shader.rst => canvas_item_shader.md} | 0 tutorials/shaders/shader_reference/{index.rst => index.md} | 0 .../{shading_language.rst => shading_language.md} | 0 .../shader_reference/{spatial_shader.rst => spatial_shader.md} | 0 .../shaders/{shaders_style_guide.rst => shaders_style_guide.md} | 0 ...using_viewport_as_texture.rst => using_viewport_as_texture.md} | 0 tutorials/shaders/your_first_shader/{index.rst => index.md} | 0 .../{your_first_2d_shader.rst => your_first_2d_shader.md} | 0 .../{your_first_3d_shader.rst => your_first_3d_shader.md} | 0 .../{your_second_3d_shader.rst => your_second_3d_shader.md} | 0 .../{bbcode_in_richtextlabel.rst => bbcode_in_richtextlabel.md} | 0 .../ui/{control_node_gallery.rst => control_node_gallery.md} | 0 tutorials/ui/{custom_gui_controls.rst => custom_gui_controls.md} | 0 tutorials/ui/{gui_containers.rst => gui_containers.md} | 0 tutorials/ui/{gui_navigation.rst => gui_navigation.md} | 0 tutorials/ui/{gui_skinning.rst => gui_skinning.md} | 0 ...gui_theme_type_variations.rst => gui_theme_type_variations.md} | 0 .../ui/{gui_using_theme_editor.rst => gui_using_theme_editor.md} | 0 tutorials/ui/{index.rst => index.md} | 0 tutorials/ui/{size_and_anchors.rst => size_and_anchors.md} | 0 342 files changed, 0 insertions(+), 0 deletions(-) rename about/{complying_with_licenses.rst => complying_with_licenses.md} (100%) rename about/{docs_changelog.rst => docs_changelog.md} (100%) rename about/{faq.rst => faq.md} (100%) rename about/{index.rst => index.md} (100%) rename about/{introduction.rst => introduction.md} (100%) rename about/{list_of_features.rst => list_of_features.md} (100%) rename about/{release_policy.rst => release_policy.md} (100%) rename about/{troubleshooting.rst => troubleshooting.md} (100%) rename community/contributing/{best_practices_for_engine_contributors.rst => best_practices_for_engine_contributors.md} (100%) rename community/contributing/{bisecting_regressions.rst => bisecting_regressions.md} (100%) rename community/contributing/{bug_triage_guidelines.rst => bug_triage_guidelines.md} (100%) rename community/contributing/{building_the_manual.rst => building_the_manual.md} (100%) rename community/contributing/{class_reference_writing_guidelines.rst => class_reference_writing_guidelines.md} (100%) rename community/contributing/{code_style_guidelines.rst => code_style_guidelines.md} (100%) rename community/contributing/{content_guidelines.rst => content_guidelines.md} (100%) rename community/contributing/{contributing_to_the_documentation.rst => contributing_to_the_documentation.md} (100%) rename community/contributing/{cpp_usage_guidelines.rst => cpp_usage_guidelines.md} (100%) rename community/contributing/{docs_writing_guidelines.rst => docs_writing_guidelines.md} (100%) rename community/contributing/{documentation_guidelines.rst => documentation_guidelines.md} (100%) rename community/contributing/{editor_and_docs_localization.rst => editor_and_docs_localization.md} (100%) rename community/contributing/{index.rst => index.md} (100%) rename community/contributing/{pr_workflow.rst => pr_workflow.md} (100%) rename community/contributing/{testing_pull_requests.rst => testing_pull_requests.md} (100%) rename community/contributing/{updating_the_class_reference.rst => updating_the_class_reference.md} (100%) rename community/contributing/{ways_to_contribute.rst => ways_to_contribute.md} (100%) rename community/{tutorials.rst => tutorials.md} (100%) rename development/compiling/{compiling_for_android.rst => compiling_for_android.md} (100%) rename development/compiling/{compiling_for_ios.rst => compiling_for_ios.md} (100%) rename development/compiling/{compiling_for_osx.rst => compiling_for_osx.md} (100%) rename development/compiling/{compiling_for_uwp.rst => compiling_for_uwp.md} (100%) rename development/compiling/{compiling_for_web.rst => compiling_for_web.md} (100%) rename development/compiling/{compiling_for_windows.rst => compiling_for_windows.md} (100%) rename development/compiling/{compiling_for_x11.rst => compiling_for_x11.md} (100%) rename development/compiling/{compiling_with_mono.rst => compiling_with_mono.md} (100%) rename development/compiling/{compiling_with_script_encryption_key.rst => compiling_with_script_encryption_key.md} (100%) rename development/compiling/{cross-compiling_for_ios_on_linux.rst => cross-compiling_for_ios_on_linux.md} (100%) rename development/compiling/{getting_source.rst => getting_source.md} (100%) rename development/compiling/{index.rst => index.md} (100%) rename development/compiling/{introduction_to_the_buildsystem.rst => introduction_to_the_buildsystem.md} (100%) rename development/compiling/{optimizing_for_size.rst => optimizing_for_size.md} (100%) rename development/cpp/{binding_to_external_libraries.rst => binding_to_external_libraries.md} (100%) rename development/cpp/{common_engine_methods_and_macros.rst => common_engine_methods_and_macros.md} (100%) rename development/cpp/configuring_an_ide/{android_studio.rst => android_studio.md} (100%) rename development/cpp/configuring_an_ide/{clion.rst => clion.md} (100%) rename development/cpp/configuring_an_ide/{code_blocks.rst => code_blocks.md} (100%) rename development/cpp/configuring_an_ide/{index.rst => index.md} (100%) rename development/cpp/configuring_an_ide/{kdevelop.rst => kdevelop.md} (100%) rename development/cpp/configuring_an_ide/{qt_creator.rst => qt_creator.md} (100%) rename development/cpp/configuring_an_ide/{visual_studio.rst => visual_studio.md} (100%) rename development/cpp/configuring_an_ide/{visual_studio_code.rst => visual_studio_code.md} (100%) rename development/cpp/configuring_an_ide/{xcode.rst => xcode.md} (100%) rename development/cpp/{core_types.rst => core_types.md} (100%) rename development/cpp/{custom_audiostreams.rst => custom_audiostreams.md} (100%) rename development/cpp/{custom_godot_servers.rst => custom_godot_servers.md} (100%) rename development/cpp/{custom_modules_in_cpp.rst => custom_modules_in_cpp.md} (100%) rename development/cpp/{custom_resource_format_loaders.rst => custom_resource_format_loaders.md} (100%) rename development/cpp/{index.rst => index.md} (100%) rename development/cpp/{inheritance_class_tree.rst => inheritance_class_tree.md} (100%) rename development/cpp/{introduction_to_godot_development.rst => introduction_to_godot_development.md} (100%) rename development/cpp/{macos_debug.rst => macos_debug.md} (100%) rename development/cpp/{object_class.rst => object_class.md} (100%) rename development/cpp/{using_cpp_profilers.rst => using_cpp_profilers.md} (100%) rename development/cpp/{variant_class.rst => variant_class.md} (100%) rename development/editor/{creating_icons.rst => creating_icons.md} (100%) rename development/editor/{editor_style_guide.rst => editor_style_guide.md} (100%) rename development/editor/{index.rst => index.md} (100%) rename development/editor/{introduction_to_editor_development.rst => introduction_to_editor_development.md} (100%) rename development/file_formats/{index.rst => index.md} (100%) rename development/file_formats/{tscn.rst => tscn.md} (100%) rename getting_started/first_2d_game/{01.project_setup.rst => 01.project_setup.md} (100%) rename getting_started/first_2d_game/{02.player_scene.rst => 02.player_scene.md} (100%) rename getting_started/first_2d_game/{03.coding_the_player.rst => 03.coding_the_player.md} (100%) rename getting_started/first_2d_game/{04.creating_the_enemy.rst => 04.creating_the_enemy.md} (100%) rename getting_started/first_2d_game/{05.the_main_game_scene.rst => 05.the_main_game_scene.md} (100%) rename getting_started/first_2d_game/{06.heads_up_display.rst => 06.heads_up_display.md} (100%) rename getting_started/first_2d_game/{07.finishing-up.rst => 07.finishing-up.md} (100%) rename getting_started/first_2d_game/{index.rst => index.md} (100%) rename getting_started/first_3d_game/{01.game_setup.rst => 01.game_setup.md} (100%) rename getting_started/first_3d_game/{02.player_input.rst => 02.player_input.md} (100%) rename getting_started/first_3d_game/{03.player_movement_code.rst => 03.player_movement_code.md} (100%) rename getting_started/first_3d_game/{04.mob_scene.rst => 04.mob_scene.md} (100%) rename getting_started/first_3d_game/{05.spawning_mobs.rst => 05.spawning_mobs.md} (100%) rename getting_started/first_3d_game/{06.jump_and_squash.rst => 06.jump_and_squash.md} (100%) rename getting_started/first_3d_game/{07.killing_player.rst => 07.killing_player.md} (100%) rename getting_started/first_3d_game/{08.score_and_replay.rst => 08.score_and_replay.md} (100%) rename getting_started/first_3d_game/{09.adding_animations.rst => 09.adding_animations.md} (100%) rename getting_started/first_3d_game/{going_further.rst => going_further.md} (100%) rename getting_started/first_3d_game/{index.rst => index.md} (100%) rename getting_started/introduction/{first_look_at_the_editor.rst => first_look_at_the_editor.md} (100%) rename getting_started/introduction/{godot_design_philosophy.rst => godot_design_philosophy.md} (100%) rename getting_started/introduction/{index.rst => index.md} (100%) rename getting_started/introduction/{introduction_to_godot.rst => introduction_to_godot.md} (100%) rename getting_started/introduction/{key_concepts_overview.rst => key_concepts_overview.md} (100%) rename getting_started/introduction/{learning_new_features.rst => learning_new_features.md} (100%) rename getting_started/step_by_step/{index.rst => index.md} (100%) rename getting_started/step_by_step/{instancing.rst => instancing.md} (100%) rename getting_started/step_by_step/{nodes_and_scenes.rst => nodes_and_scenes.md} (100%) rename getting_started/step_by_step/{scripting_first_script.rst => scripting_first_script.md} (100%) rename getting_started/step_by_step/{scripting_languages.rst => scripting_languages.md} (100%) rename getting_started/step_by_step/{scripting_player_input.rst => scripting_player_input.md} (100%) rename getting_started/step_by_step/{signals.rst => signals.md} (100%) rename index.rst => index.md (100%) rename tutorials/2d/{2d_lights_and_shadows.rst => 2d_lights_and_shadows.md} (100%) rename tutorials/2d/{2d_meshes.rst => 2d_meshes.md} (100%) rename tutorials/2d/{2d_movement.rst => 2d_movement.md} (100%) rename tutorials/2d/{2d_sprite_animation.rst => 2d_sprite_animation.md} (100%) rename tutorials/2d/{2d_transforms.rst => 2d_transforms.md} (100%) rename tutorials/2d/{canvas_layers.rst => canvas_layers.md} (100%) rename tutorials/2d/{custom_drawing_in_2d.rst => custom_drawing_in_2d.md} (100%) rename tutorials/2d/{index.rst => index.md} (100%) rename tutorials/2d/{particle_systems_2d.rst => particle_systems_2d.md} (100%) rename tutorials/2d/{using_tilemaps.rst => using_tilemaps.md} (100%) rename tutorials/3d/{3d_rendering_limitations.rst => 3d_rendering_limitations.md} (100%) rename tutorials/3d/{3d_text.rst => 3d_text.md} (100%) rename tutorials/3d/{baked_lightmaps.rst => baked_lightmaps.md} (100%) rename tutorials/3d/{csg_tools.rst => csg_tools.md} (100%) rename tutorials/3d/{environment_and_post_processing.rst => environment_and_post_processing.md} (100%) rename tutorials/3d/{gi_probes.rst => gi_probes.md} (100%) rename tutorials/3d/{high_dynamic_range.rst => high_dynamic_range.md} (100%) rename tutorials/3d/{index.rst => index.md} (100%) rename tutorials/3d/{introduction_to_3d.rst => introduction_to_3d.md} (100%) rename tutorials/3d/{lights_and_shadows.rst => lights_and_shadows.md} (100%) rename tutorials/3d/{occluders.rst => occluders.md} (100%) rename tutorials/3d/portals/{advanced_room_and_portal_usage.rst => advanced_room_and_portal_usage.md} (100%) rename tutorials/3d/portals/{editing_rooms_and_portals.rst => editing_rooms_and_portals.md} (100%) rename tutorials/3d/portals/{first_steps_with_rooms_and_portals.rst => first_steps_with_rooms_and_portals.md} (100%) rename tutorials/3d/portals/{index.rst => index.md} (100%) rename tutorials/3d/portals/{introduction_to_rooms_and_portals.rst => introduction_to_rooms_and_portals.md} (100%) rename tutorials/3d/portals/{rooms_and_portals_example.rst => rooms_and_portals_example.md} (100%) rename tutorials/3d/portals/{using_objects_in_rooms_and_portals.rst => using_objects_in_rooms_and_portals.md} (100%) rename tutorials/3d/procedural_geometry/{arraymesh.rst => arraymesh.md} (100%) rename tutorials/3d/procedural_geometry/{immediategeometry.rst => immediategeometry.md} (100%) rename tutorials/3d/procedural_geometry/{index.rst => index.md} (100%) rename tutorials/3d/procedural_geometry/{meshdatatool.rst => meshdatatool.md} (100%) rename tutorials/3d/procedural_geometry/{surfacetool.rst => surfacetool.md} (100%) rename tutorials/3d/{reflection_probes.rst => reflection_probes.md} (100%) rename tutorials/3d/{spatial_material.rst => spatial_material.md} (100%) rename tutorials/3d/{using_gridmaps.rst => using_gridmaps.md} (100%) rename tutorials/3d/{using_multi_mesh_instance.rst => using_multi_mesh_instance.md} (100%) rename tutorials/3d/{using_transforms.rst => using_transforms.md} (100%) rename tutorials/animation/{2d_skeletons.rst => 2d_skeletons.md} (100%) rename tutorials/animation/{animation_tree.rst => animation_tree.md} (100%) rename tutorials/animation/{cutout_animation.rst => cutout_animation.md} (100%) rename tutorials/animation/{index.rst => index.md} (100%) rename tutorials/animation/{introduction.rst => introduction.md} (100%) rename tutorials/animation/{playing_videos.rst => playing_videos.md} (100%) rename tutorials/assets_pipeline/escn_exporter/{animation.rst => animation.md} (100%) rename tutorials/assets_pipeline/escn_exporter/{index.rst => index.md} (100%) rename tutorials/assets_pipeline/escn_exporter/{lights.rst => lights.md} (100%) rename tutorials/assets_pipeline/escn_exporter/{material.rst => material.md} (100%) rename tutorials/assets_pipeline/escn_exporter/{mesh.rst => mesh.md} (100%) rename tutorials/assets_pipeline/escn_exporter/{physics.rst => physics.md} (100%) rename tutorials/assets_pipeline/escn_exporter/{skeleton.rst => skeleton.md} (100%) rename tutorials/assets_pipeline/{exporting_3d_scenes.rst => exporting_3d_scenes.md} (100%) rename tutorials/assets_pipeline/{import_process.rst => import_process.md} (100%) rename tutorials/assets_pipeline/{importing_audio_samples.rst => importing_audio_samples.md} (100%) rename tutorials/assets_pipeline/{importing_images.rst => importing_images.md} (100%) rename tutorials/assets_pipeline/{importing_scenes.rst => importing_scenes.md} (100%) rename tutorials/assets_pipeline/{importing_translations.rst => importing_translations.md} (100%) rename tutorials/assets_pipeline/{index.rst => index.md} (100%) rename tutorials/audio/{audio_buses.rst => audio_buses.md} (100%) rename tutorials/audio/{audio_streams.rst => audio_streams.md} (100%) rename tutorials/audio/{index.rst => index.md} (100%) rename tutorials/audio/{recording_with_microphone.rst => recording_with_microphone.md} (100%) rename tutorials/audio/{sync_with_audio.rst => sync_with_audio.md} (100%) rename tutorials/best_practices/{autoloads_versus_internal_nodes.rst => autoloads_versus_internal_nodes.md} (100%) rename tutorials/best_practices/{data_preferences.rst => data_preferences.md} (100%) rename tutorials/best_practices/{godot_interfaces.rst => godot_interfaces.md} (100%) rename tutorials/best_practices/{godot_notifications.rst => godot_notifications.md} (100%) rename tutorials/best_practices/{index.rst => index.md} (100%) rename tutorials/best_practices/{introduction_best_practices.rst => introduction_best_practices.md} (100%) rename tutorials/best_practices/{logic_preferences.rst => logic_preferences.md} (100%) rename tutorials/best_practices/{node_alternatives.rst => node_alternatives.md} (100%) rename tutorials/best_practices/{project_organization.rst => project_organization.md} (100%) rename tutorials/best_practices/{scene_organization.rst => scene_organization.md} (100%) rename tutorials/best_practices/{scenes_versus_scripts.rst => scenes_versus_scripts.md} (100%) rename tutorials/best_practices/{version_control_systems.rst => version_control_systems.md} (100%) rename tutorials/best_practices/{what_are_godot_classes.rst => what_are_godot_classes.md} (100%) rename tutorials/editor/{command_line_tutorial.rst => command_line_tutorial.md} (100%) rename tutorials/editor/{default_key_mapping.rst => default_key_mapping.md} (100%) rename tutorials/editor/{external_editor.rst => external_editor.md} (100%) rename tutorials/editor/{index.rst => index.md} (100%) rename tutorials/editor/{managing_editor_features.rst => managing_editor_features.md} (100%) rename tutorials/editor/{using_the_web_editor.rst => using_the_web_editor.md} (100%) rename tutorials/export/{android_custom_build.rst => android_custom_build.md} (100%) rename tutorials/export/{changing_application_icon_for_windows.rst => changing_application_icon_for_windows.md} (100%) rename tutorials/export/{exporting_basics.rst => exporting_basics.md} (100%) rename tutorials/export/{exporting_for_android.rst => exporting_for_android.md} (100%) rename tutorials/export/{exporting_for_dedicated_servers.rst => exporting_for_dedicated_servers.md} (100%) rename tutorials/export/{exporting_for_ios.rst => exporting_for_ios.md} (100%) rename tutorials/export/{exporting_for_linux.rst => exporting_for_linux.md} (100%) rename tutorials/export/{exporting_for_macos.rst => exporting_for_macos.md} (100%) rename tutorials/export/{exporting_for_uwp.rst => exporting_for_uwp.md} (100%) rename tutorials/export/{exporting_for_web.rst => exporting_for_web.md} (100%) rename tutorials/export/{exporting_for_windows.rst => exporting_for_windows.md} (100%) rename tutorials/export/{exporting_pcks.rst => exporting_pcks.md} (100%) rename tutorials/export/{exporting_projects.rst => exporting_projects.md} (100%) rename tutorials/export/{feature_tags.rst => feature_tags.md} (100%) rename tutorials/export/{index.rst => index.md} (100%) rename tutorials/export/{one-click_deploy.rst => one-click_deploy.md} (100%) rename tutorials/export/{running_on_macos.rst => running_on_macos.md} (100%) rename tutorials/i18n/{index.rst => index.md} (100%) rename tutorials/i18n/{internationalizing_games.rst => internationalizing_games.md} (100%) rename tutorials/i18n/{locales.rst => locales.md} (100%) rename tutorials/i18n/{localization_using_gettext.rst => localization_using_gettext.md} (100%) rename tutorials/inputs/{controllers_gamepads_joysticks.rst => controllers_gamepads_joysticks.md} (100%) rename tutorials/inputs/{custom_mouse_cursor.rst => custom_mouse_cursor.md} (100%) rename tutorials/inputs/{handling_quit_requests.rst => handling_quit_requests.md} (100%) rename tutorials/inputs/{index.rst => index.md} (100%) rename tutorials/inputs/{input_examples.rst => input_examples.md} (100%) rename tutorials/inputs/{inputevent.rst => inputevent.md} (100%) rename tutorials/inputs/{mouse_and_input_coordinates.rst => mouse_and_input_coordinates.md} (100%) rename tutorials/io/{background_loading.rst => background_loading.md} (100%) rename tutorials/io/{binary_serialization_api.rst => binary_serialization_api.md} (100%) rename tutorials/io/{data_paths.rst => data_paths.md} (100%) rename tutorials/io/{index.rst => index.md} (100%) rename tutorials/io/{saving_games.rst => saving_games.md} (100%) rename tutorials/math/{beziers_and_curves.rst => beziers_and_curves.md} (100%) rename tutorials/math/{index.rst => index.md} (100%) rename tutorials/math/{interpolation.rst => interpolation.md} (100%) rename tutorials/math/{matrices_and_transforms.rst => matrices_and_transforms.md} (100%) rename tutorials/math/{random_number_generation.rst => random_number_generation.md} (100%) rename tutorials/math/{vector_math.rst => vector_math.md} (100%) rename tutorials/math/{vectors_advanced.rst => vectors_advanced.md} (100%) rename tutorials/navigation/{index.rst => index.md} (100%) rename tutorials/navigation/{real_time_navigation_3d.rst => real_time_navigation_3d.md} (100%) rename tutorials/networking/{high_level_multiplayer.rst => high_level_multiplayer.md} (100%) rename tutorials/networking/{http_client_class.rst => http_client_class.md} (100%) rename tutorials/networking/{http_request_class.rst => http_request_class.md} (100%) rename tutorials/networking/{index.rst => index.md} (100%) rename tutorials/networking/{ssl_certificates.rst => ssl_certificates.md} (100%) rename tutorials/networking/{webrtc.rst => webrtc.md} (100%) rename tutorials/networking/{websocket.rst => websocket.md} (100%) rename tutorials/performance/{batching.rst => batching.md} (100%) rename tutorials/performance/{cpu_optimization.rst => cpu_optimization.md} (100%) rename tutorials/performance/{general_optimization.rst => general_optimization.md} (100%) rename tutorials/performance/{gpu_optimization.rst => gpu_optimization.md} (100%) rename tutorials/performance/{index.rst => index.md} (100%) rename tutorials/performance/{optimizing_3d_performance.rst => optimizing_3d_performance.md} (100%) rename tutorials/performance/threads/{thread_safe_apis.rst => thread_safe_apis.md} (100%) rename tutorials/performance/threads/{using_multiple_threads.rst => using_multiple_threads.md} (100%) rename tutorials/performance/{using_multimesh.rst => using_multimesh.md} (100%) rename tutorials/performance/{using_servers.rst => using_servers.md} (100%) rename tutorials/performance/vertex_animation/{animating_thousands_of_fish.rst => animating_thousands_of_fish.md} (100%) rename tutorials/performance/vertex_animation/{controlling_thousands_of_fish.rst => controlling_thousands_of_fish.md} (100%) rename tutorials/performance/vertex_animation/{index.rst => index.md} (100%) rename tutorials/physics/{collision_shapes_3d.rst => collision_shapes_3d.md} (100%) rename tutorials/physics/{index.rst => index.md} (100%) rename tutorials/physics/interpolation/{advanced_physics_interpolation.rst => advanced_physics_interpolation.md} (100%) rename tutorials/physics/interpolation/{index.rst => index.md} (100%) rename tutorials/physics/interpolation/{physics_interpolation_introduction.rst => physics_interpolation_introduction.md} (100%) rename tutorials/physics/interpolation/{physics_interpolation_quick_start_guide.rst => physics_interpolation_quick_start_guide.md} (100%) rename tutorials/physics/interpolation/{using_physics_interpolation.rst => using_physics_interpolation.md} (100%) rename tutorials/physics/{kinematic_character_2d.rst => kinematic_character_2d.md} (100%) rename tutorials/physics/{physics_introduction.rst => physics_introduction.md} (100%) rename tutorials/physics/{ragdoll_system.rst => ragdoll_system.md} (100%) rename tutorials/physics/{ray-casting.rst => ray-casting.md} (100%) rename tutorials/physics/{rigid_body.rst => rigid_body.md} (100%) rename tutorials/physics/{soft_body.rst => soft_body.md} (100%) rename tutorials/physics/{using_area_2d.rst => using_area_2d.md} (100%) rename tutorials/physics/{using_kinematic_body_2d.rst => using_kinematic_body_2d.md} (100%) rename tutorials/platform/android/{android_in_app_purchases.rst => android_in_app_purchases.md} (100%) rename tutorials/platform/android/{android_plugin.rst => android_plugin.md} (100%) rename tutorials/platform/android/{index.rst => index.md} (100%) rename tutorials/platform/{consoles.rst => consoles.md} (100%) rename tutorials/platform/{customizing_html5_shell.rst => customizing_html5_shell.md} (100%) rename tutorials/platform/{html5_shell_classref.rst => html5_shell_classref.md} (100%) rename tutorials/platform/{index.rst => index.md} (100%) rename tutorials/platform/ios/{index.rst => index.md} (100%) rename tutorials/platform/ios/{ios_plugin.rst => ios_plugin.md} (100%) rename tutorials/platform/ios/{plugins_for_ios.rst => plugins_for_ios.md} (100%) rename tutorials/platform/{mobile_rendering_limitations.rst => mobile_rendering_limitations.md} (100%) rename tutorials/platform/{platform_html5.rst => platform_html5.md} (100%) rename tutorials/plugins/editor/{import_plugins.rst => import_plugins.md} (100%) rename tutorials/plugins/editor/{index.rst => index.md} (100%) rename tutorials/plugins/editor/{inspector_plugins.rst => inspector_plugins.md} (100%) rename tutorials/plugins/editor/{installing_plugins.rst => installing_plugins.md} (100%) rename tutorials/plugins/editor/{making_main_screen_plugins.rst => making_main_screen_plugins.md} (100%) rename tutorials/plugins/editor/{making_plugins.rst => making_plugins.md} (100%) rename tutorials/plugins/editor/{spatial_gizmos.rst => spatial_gizmos.md} (100%) rename tutorials/plugins/editor/{visual_shader_plugins.rst => visual_shader_plugins.md} (100%) rename tutorials/plugins/{index.rst => index.md} (100%) rename tutorials/plugins/{running_code_in_the_editor.rst => running_code_in_the_editor.md} (100%) rename tutorials/rendering/{index.rst => index.md} (100%) rename tutorials/rendering/{jitter_stutter.rst => jitter_stutter.md} (100%) rename tutorials/rendering/{multiple_resolutions.rst => multiple_resolutions.md} (100%) rename tutorials/rendering/{viewports.rst => viewports.md} (100%) rename tutorials/scripting/{change_scenes_manually.rst => change_scenes_manually.md} (100%) rename tutorials/scripting/{creating_script_templates.rst => creating_script_templates.md} (100%) rename tutorials/scripting/{cross_language_scripting.rst => cross_language_scripting.md} (100%) rename tutorials/scripting/debug/{debugger_panel.rst => debugger_panel.md} (100%) rename tutorials/scripting/debug/{index.rst => index.md} (100%) rename tutorials/scripting/debug/{overview_of_debugging_tools.rst => overview_of_debugging_tools.md} (100%) rename tutorials/scripting/{evaluating_expressions.rst => evaluating_expressions.md} (100%) rename tutorials/scripting/{filesystem.rst => filesystem.md} (100%) rename tutorials/scripting/gdscript/{gdscript_advanced.rst => gdscript_advanced.md} (100%) rename tutorials/scripting/gdscript/{gdscript_basics.rst => gdscript_basics.md} (100%) rename tutorials/scripting/gdscript/{gdscript_exports.rst => gdscript_exports.md} (100%) rename tutorials/scripting/gdscript/{gdscript_format_string.rst => gdscript_format_string.md} (100%) rename tutorials/scripting/gdscript/{gdscript_styleguide.rst => gdscript_styleguide.md} (100%) rename tutorials/scripting/gdscript/{index.rst => index.md} (100%) rename tutorials/scripting/gdscript/{static_typing.rst => static_typing.md} (100%) rename tutorials/scripting/gdscript/{warning_system.rst => warning_system.md} (100%) rename tutorials/scripting/{groups.rst => groups.md} (100%) rename tutorials/scripting/{idle_and_physics_processing.rst => idle_and_physics_processing.md} (100%) rename tutorials/scripting/{index.rst => index.md} (100%) rename tutorials/scripting/{instancing_with_signals.rst => instancing_with_signals.md} (100%) rename tutorials/scripting/{nodes_and_scene_instances.rst => nodes_and_scene_instances.md} (100%) rename tutorials/scripting/{overridable_functions.rst => overridable_functions.md} (100%) rename tutorials/scripting/{pausing_games.rst => pausing_games.md} (100%) rename tutorials/scripting/{resources.rst => resources.md} (100%) rename tutorials/scripting/{scene_tree.rst => scene_tree.md} (100%) rename tutorials/scripting/{scene_unique_nodes.rst => scene_unique_nodes.md} (100%) rename tutorials/scripting/{singletons_autoload.rst => singletons_autoload.md} (100%) rename tutorials/shaders/{advanced_postprocessing.rst => advanced_postprocessing.md} (100%) rename tutorials/shaders/{converting_glsl_to_godot_shaders.rst => converting_glsl_to_godot_shaders.md} (100%) rename tutorials/shaders/{custom_postprocessing.rst => custom_postprocessing.md} (100%) rename tutorials/shaders/{index.rst => index.md} (100%) rename tutorials/shaders/{introduction_to_shaders.rst => introduction_to_shaders.md} (100%) rename tutorials/shaders/{making_trees.rst => making_trees.md} (100%) rename tutorials/shaders/{screen-reading_shaders.rst => screen-reading_shaders.md} (100%) rename tutorials/shaders/{shader_materials.rst => shader_materials.md} (100%) rename tutorials/shaders/shader_reference/{canvas_item_shader.rst => canvas_item_shader.md} (100%) rename tutorials/shaders/shader_reference/{index.rst => index.md} (100%) rename tutorials/shaders/shader_reference/{shading_language.rst => shading_language.md} (100%) rename tutorials/shaders/shader_reference/{spatial_shader.rst => spatial_shader.md} (100%) rename tutorials/shaders/{shaders_style_guide.rst => shaders_style_guide.md} (100%) rename tutorials/shaders/{using_viewport_as_texture.rst => using_viewport_as_texture.md} (100%) rename tutorials/shaders/your_first_shader/{index.rst => index.md} (100%) rename tutorials/shaders/your_first_shader/{your_first_2d_shader.rst => your_first_2d_shader.md} (100%) rename tutorials/shaders/your_first_shader/{your_first_3d_shader.rst => your_first_3d_shader.md} (100%) rename tutorials/shaders/your_first_shader/{your_second_3d_shader.rst => your_second_3d_shader.md} (100%) rename tutorials/ui/{bbcode_in_richtextlabel.rst => bbcode_in_richtextlabel.md} (100%) rename tutorials/ui/{control_node_gallery.rst => control_node_gallery.md} (100%) rename tutorials/ui/{custom_gui_controls.rst => custom_gui_controls.md} (100%) rename tutorials/ui/{gui_containers.rst => gui_containers.md} (100%) rename tutorials/ui/{gui_navigation.rst => gui_navigation.md} (100%) rename tutorials/ui/{gui_skinning.rst => gui_skinning.md} (100%) rename tutorials/ui/{gui_theme_type_variations.rst => gui_theme_type_variations.md} (100%) rename tutorials/ui/{gui_using_theme_editor.rst => gui_using_theme_editor.md} (100%) rename tutorials/ui/{index.rst => index.md} (100%) rename tutorials/ui/{size_and_anchors.rst => size_and_anchors.md} (100%) diff --git a/about/complying_with_licenses.rst b/about/complying_with_licenses.md similarity index 100% rename from about/complying_with_licenses.rst rename to about/complying_with_licenses.md diff --git a/about/docs_changelog.rst b/about/docs_changelog.md similarity index 100% rename from about/docs_changelog.rst rename to about/docs_changelog.md diff --git a/about/faq.rst b/about/faq.md similarity index 100% rename from about/faq.rst rename to about/faq.md diff --git a/about/index.rst b/about/index.md similarity index 100% rename from about/index.rst rename to about/index.md diff --git a/about/introduction.rst b/about/introduction.md similarity index 100% rename from about/introduction.rst rename to about/introduction.md diff --git a/about/list_of_features.rst b/about/list_of_features.md similarity index 100% rename from about/list_of_features.rst rename to about/list_of_features.md diff --git a/about/release_policy.rst b/about/release_policy.md similarity index 100% rename from about/release_policy.rst rename to about/release_policy.md diff --git a/about/troubleshooting.rst b/about/troubleshooting.md similarity index 100% rename from about/troubleshooting.rst rename to about/troubleshooting.md diff --git a/community/contributing/best_practices_for_engine_contributors.rst b/community/contributing/best_practices_for_engine_contributors.md similarity index 100% rename from community/contributing/best_practices_for_engine_contributors.rst rename to community/contributing/best_practices_for_engine_contributors.md diff --git a/community/contributing/bisecting_regressions.rst b/community/contributing/bisecting_regressions.md similarity index 100% rename from community/contributing/bisecting_regressions.rst rename to community/contributing/bisecting_regressions.md diff --git a/community/contributing/bug_triage_guidelines.rst b/community/contributing/bug_triage_guidelines.md similarity index 100% rename from community/contributing/bug_triage_guidelines.rst rename to community/contributing/bug_triage_guidelines.md diff --git a/community/contributing/building_the_manual.rst b/community/contributing/building_the_manual.md similarity index 100% rename from community/contributing/building_the_manual.rst rename to community/contributing/building_the_manual.md diff --git a/community/contributing/class_reference_writing_guidelines.rst b/community/contributing/class_reference_writing_guidelines.md similarity index 100% rename from community/contributing/class_reference_writing_guidelines.rst rename to community/contributing/class_reference_writing_guidelines.md diff --git a/community/contributing/code_style_guidelines.rst b/community/contributing/code_style_guidelines.md similarity index 100% rename from community/contributing/code_style_guidelines.rst rename to community/contributing/code_style_guidelines.md diff --git a/community/contributing/content_guidelines.rst b/community/contributing/content_guidelines.md similarity index 100% rename from community/contributing/content_guidelines.rst rename to community/contributing/content_guidelines.md diff --git a/community/contributing/contributing_to_the_documentation.rst b/community/contributing/contributing_to_the_documentation.md similarity index 100% rename from community/contributing/contributing_to_the_documentation.rst rename to community/contributing/contributing_to_the_documentation.md diff --git a/community/contributing/cpp_usage_guidelines.rst b/community/contributing/cpp_usage_guidelines.md similarity index 100% rename from community/contributing/cpp_usage_guidelines.rst rename to community/contributing/cpp_usage_guidelines.md diff --git a/community/contributing/docs_writing_guidelines.rst b/community/contributing/docs_writing_guidelines.md similarity index 100% rename from community/contributing/docs_writing_guidelines.rst rename to community/contributing/docs_writing_guidelines.md diff --git a/community/contributing/documentation_guidelines.rst b/community/contributing/documentation_guidelines.md similarity index 100% rename from community/contributing/documentation_guidelines.rst rename to community/contributing/documentation_guidelines.md diff --git a/community/contributing/editor_and_docs_localization.rst b/community/contributing/editor_and_docs_localization.md similarity index 100% rename from community/contributing/editor_and_docs_localization.rst rename to community/contributing/editor_and_docs_localization.md diff --git a/community/contributing/index.rst b/community/contributing/index.md similarity index 100% rename from community/contributing/index.rst rename to community/contributing/index.md diff --git a/community/contributing/pr_workflow.rst b/community/contributing/pr_workflow.md similarity index 100% rename from community/contributing/pr_workflow.rst rename to community/contributing/pr_workflow.md diff --git a/community/contributing/testing_pull_requests.rst b/community/contributing/testing_pull_requests.md similarity index 100% rename from community/contributing/testing_pull_requests.rst rename to community/contributing/testing_pull_requests.md diff --git a/community/contributing/updating_the_class_reference.rst b/community/contributing/updating_the_class_reference.md similarity index 100% rename from community/contributing/updating_the_class_reference.rst rename to community/contributing/updating_the_class_reference.md diff --git a/community/contributing/ways_to_contribute.rst b/community/contributing/ways_to_contribute.md similarity index 100% rename from community/contributing/ways_to_contribute.rst rename to community/contributing/ways_to_contribute.md diff --git a/community/tutorials.rst b/community/tutorials.md similarity index 100% rename from community/tutorials.rst rename to community/tutorials.md diff --git a/development/compiling/compiling_for_android.rst b/development/compiling/compiling_for_android.md similarity index 100% rename from development/compiling/compiling_for_android.rst rename to development/compiling/compiling_for_android.md diff --git a/development/compiling/compiling_for_ios.rst b/development/compiling/compiling_for_ios.md similarity index 100% rename from development/compiling/compiling_for_ios.rst rename to development/compiling/compiling_for_ios.md diff --git a/development/compiling/compiling_for_osx.rst b/development/compiling/compiling_for_osx.md similarity index 100% rename from development/compiling/compiling_for_osx.rst rename to development/compiling/compiling_for_osx.md diff --git a/development/compiling/compiling_for_uwp.rst b/development/compiling/compiling_for_uwp.md similarity index 100% rename from development/compiling/compiling_for_uwp.rst rename to development/compiling/compiling_for_uwp.md diff --git a/development/compiling/compiling_for_web.rst b/development/compiling/compiling_for_web.md similarity index 100% rename from development/compiling/compiling_for_web.rst rename to development/compiling/compiling_for_web.md diff --git a/development/compiling/compiling_for_windows.rst b/development/compiling/compiling_for_windows.md similarity index 100% rename from development/compiling/compiling_for_windows.rst rename to development/compiling/compiling_for_windows.md diff --git a/development/compiling/compiling_for_x11.rst b/development/compiling/compiling_for_x11.md similarity index 100% rename from development/compiling/compiling_for_x11.rst rename to development/compiling/compiling_for_x11.md diff --git a/development/compiling/compiling_with_mono.rst b/development/compiling/compiling_with_mono.md similarity index 100% rename from development/compiling/compiling_with_mono.rst rename to development/compiling/compiling_with_mono.md diff --git a/development/compiling/compiling_with_script_encryption_key.rst b/development/compiling/compiling_with_script_encryption_key.md similarity index 100% rename from development/compiling/compiling_with_script_encryption_key.rst rename to development/compiling/compiling_with_script_encryption_key.md diff --git a/development/compiling/cross-compiling_for_ios_on_linux.rst b/development/compiling/cross-compiling_for_ios_on_linux.md similarity index 100% rename from development/compiling/cross-compiling_for_ios_on_linux.rst rename to development/compiling/cross-compiling_for_ios_on_linux.md diff --git a/development/compiling/getting_source.rst b/development/compiling/getting_source.md similarity index 100% rename from development/compiling/getting_source.rst rename to development/compiling/getting_source.md diff --git a/development/compiling/index.rst b/development/compiling/index.md similarity index 100% rename from development/compiling/index.rst rename to development/compiling/index.md diff --git a/development/compiling/introduction_to_the_buildsystem.rst b/development/compiling/introduction_to_the_buildsystem.md similarity index 100% rename from development/compiling/introduction_to_the_buildsystem.rst rename to development/compiling/introduction_to_the_buildsystem.md diff --git a/development/compiling/optimizing_for_size.rst b/development/compiling/optimizing_for_size.md similarity index 100% rename from development/compiling/optimizing_for_size.rst rename to development/compiling/optimizing_for_size.md diff --git a/development/cpp/binding_to_external_libraries.rst b/development/cpp/binding_to_external_libraries.md similarity index 100% rename from development/cpp/binding_to_external_libraries.rst rename to development/cpp/binding_to_external_libraries.md diff --git a/development/cpp/common_engine_methods_and_macros.rst b/development/cpp/common_engine_methods_and_macros.md similarity index 100% rename from development/cpp/common_engine_methods_and_macros.rst rename to development/cpp/common_engine_methods_and_macros.md diff --git a/development/cpp/configuring_an_ide/android_studio.rst b/development/cpp/configuring_an_ide/android_studio.md similarity index 100% rename from development/cpp/configuring_an_ide/android_studio.rst rename to development/cpp/configuring_an_ide/android_studio.md diff --git a/development/cpp/configuring_an_ide/clion.rst b/development/cpp/configuring_an_ide/clion.md similarity index 100% rename from development/cpp/configuring_an_ide/clion.rst rename to development/cpp/configuring_an_ide/clion.md diff --git a/development/cpp/configuring_an_ide/code_blocks.rst b/development/cpp/configuring_an_ide/code_blocks.md similarity index 100% rename from development/cpp/configuring_an_ide/code_blocks.rst rename to development/cpp/configuring_an_ide/code_blocks.md diff --git a/development/cpp/configuring_an_ide/index.rst b/development/cpp/configuring_an_ide/index.md similarity index 100% rename from development/cpp/configuring_an_ide/index.rst rename to development/cpp/configuring_an_ide/index.md diff --git a/development/cpp/configuring_an_ide/kdevelop.rst b/development/cpp/configuring_an_ide/kdevelop.md similarity index 100% rename from development/cpp/configuring_an_ide/kdevelop.rst rename to development/cpp/configuring_an_ide/kdevelop.md diff --git a/development/cpp/configuring_an_ide/qt_creator.rst b/development/cpp/configuring_an_ide/qt_creator.md similarity index 100% rename from development/cpp/configuring_an_ide/qt_creator.rst rename to development/cpp/configuring_an_ide/qt_creator.md diff --git a/development/cpp/configuring_an_ide/visual_studio.rst b/development/cpp/configuring_an_ide/visual_studio.md similarity index 100% rename from development/cpp/configuring_an_ide/visual_studio.rst rename to development/cpp/configuring_an_ide/visual_studio.md diff --git a/development/cpp/configuring_an_ide/visual_studio_code.rst b/development/cpp/configuring_an_ide/visual_studio_code.md similarity index 100% rename from development/cpp/configuring_an_ide/visual_studio_code.rst rename to development/cpp/configuring_an_ide/visual_studio_code.md diff --git a/development/cpp/configuring_an_ide/xcode.rst b/development/cpp/configuring_an_ide/xcode.md similarity index 100% rename from development/cpp/configuring_an_ide/xcode.rst rename to development/cpp/configuring_an_ide/xcode.md diff --git a/development/cpp/core_types.rst b/development/cpp/core_types.md similarity index 100% rename from development/cpp/core_types.rst rename to development/cpp/core_types.md diff --git a/development/cpp/custom_audiostreams.rst b/development/cpp/custom_audiostreams.md similarity index 100% rename from development/cpp/custom_audiostreams.rst rename to development/cpp/custom_audiostreams.md diff --git a/development/cpp/custom_godot_servers.rst b/development/cpp/custom_godot_servers.md similarity index 100% rename from development/cpp/custom_godot_servers.rst rename to development/cpp/custom_godot_servers.md diff --git a/development/cpp/custom_modules_in_cpp.rst b/development/cpp/custom_modules_in_cpp.md similarity index 100% rename from development/cpp/custom_modules_in_cpp.rst rename to development/cpp/custom_modules_in_cpp.md diff --git a/development/cpp/custom_resource_format_loaders.rst b/development/cpp/custom_resource_format_loaders.md similarity index 100% rename from development/cpp/custom_resource_format_loaders.rst rename to development/cpp/custom_resource_format_loaders.md diff --git a/development/cpp/index.rst b/development/cpp/index.md similarity index 100% rename from development/cpp/index.rst rename to development/cpp/index.md diff --git a/development/cpp/inheritance_class_tree.rst b/development/cpp/inheritance_class_tree.md similarity index 100% rename from development/cpp/inheritance_class_tree.rst rename to development/cpp/inheritance_class_tree.md diff --git a/development/cpp/introduction_to_godot_development.rst b/development/cpp/introduction_to_godot_development.md similarity index 100% rename from development/cpp/introduction_to_godot_development.rst rename to development/cpp/introduction_to_godot_development.md diff --git a/development/cpp/macos_debug.rst b/development/cpp/macos_debug.md similarity index 100% rename from development/cpp/macos_debug.rst rename to development/cpp/macos_debug.md diff --git a/development/cpp/object_class.rst b/development/cpp/object_class.md similarity index 100% rename from development/cpp/object_class.rst rename to development/cpp/object_class.md diff --git a/development/cpp/using_cpp_profilers.rst b/development/cpp/using_cpp_profilers.md similarity index 100% rename from development/cpp/using_cpp_profilers.rst rename to development/cpp/using_cpp_profilers.md diff --git a/development/cpp/variant_class.rst b/development/cpp/variant_class.md similarity index 100% rename from development/cpp/variant_class.rst rename to development/cpp/variant_class.md diff --git a/development/editor/creating_icons.rst b/development/editor/creating_icons.md similarity index 100% rename from development/editor/creating_icons.rst rename to development/editor/creating_icons.md diff --git a/development/editor/editor_style_guide.rst b/development/editor/editor_style_guide.md similarity index 100% rename from development/editor/editor_style_guide.rst rename to development/editor/editor_style_guide.md diff --git a/development/editor/index.rst b/development/editor/index.md similarity index 100% rename from development/editor/index.rst rename to development/editor/index.md diff --git a/development/editor/introduction_to_editor_development.rst b/development/editor/introduction_to_editor_development.md similarity index 100% rename from development/editor/introduction_to_editor_development.rst rename to development/editor/introduction_to_editor_development.md diff --git a/development/file_formats/index.rst b/development/file_formats/index.md similarity index 100% rename from development/file_formats/index.rst rename to development/file_formats/index.md diff --git a/development/file_formats/tscn.rst b/development/file_formats/tscn.md similarity index 100% rename from development/file_formats/tscn.rst rename to development/file_formats/tscn.md diff --git a/getting_started/first_2d_game/01.project_setup.rst b/getting_started/first_2d_game/01.project_setup.md similarity index 100% rename from getting_started/first_2d_game/01.project_setup.rst rename to getting_started/first_2d_game/01.project_setup.md diff --git a/getting_started/first_2d_game/02.player_scene.rst b/getting_started/first_2d_game/02.player_scene.md similarity index 100% rename from getting_started/first_2d_game/02.player_scene.rst rename to getting_started/first_2d_game/02.player_scene.md diff --git a/getting_started/first_2d_game/03.coding_the_player.rst b/getting_started/first_2d_game/03.coding_the_player.md similarity index 100% rename from getting_started/first_2d_game/03.coding_the_player.rst rename to getting_started/first_2d_game/03.coding_the_player.md diff --git a/getting_started/first_2d_game/04.creating_the_enemy.rst b/getting_started/first_2d_game/04.creating_the_enemy.md similarity index 100% rename from getting_started/first_2d_game/04.creating_the_enemy.rst rename to getting_started/first_2d_game/04.creating_the_enemy.md diff --git a/getting_started/first_2d_game/05.the_main_game_scene.rst b/getting_started/first_2d_game/05.the_main_game_scene.md similarity index 100% rename from getting_started/first_2d_game/05.the_main_game_scene.rst rename to getting_started/first_2d_game/05.the_main_game_scene.md diff --git a/getting_started/first_2d_game/06.heads_up_display.rst b/getting_started/first_2d_game/06.heads_up_display.md similarity index 100% rename from getting_started/first_2d_game/06.heads_up_display.rst rename to getting_started/first_2d_game/06.heads_up_display.md diff --git a/getting_started/first_2d_game/07.finishing-up.rst b/getting_started/first_2d_game/07.finishing-up.md similarity index 100% rename from getting_started/first_2d_game/07.finishing-up.rst rename to getting_started/first_2d_game/07.finishing-up.md diff --git a/getting_started/first_2d_game/index.rst b/getting_started/first_2d_game/index.md similarity index 100% rename from getting_started/first_2d_game/index.rst rename to getting_started/first_2d_game/index.md diff --git a/getting_started/first_3d_game/01.game_setup.rst b/getting_started/first_3d_game/01.game_setup.md similarity index 100% rename from getting_started/first_3d_game/01.game_setup.rst rename to getting_started/first_3d_game/01.game_setup.md diff --git a/getting_started/first_3d_game/02.player_input.rst b/getting_started/first_3d_game/02.player_input.md similarity index 100% rename from getting_started/first_3d_game/02.player_input.rst rename to getting_started/first_3d_game/02.player_input.md diff --git a/getting_started/first_3d_game/03.player_movement_code.rst b/getting_started/first_3d_game/03.player_movement_code.md similarity index 100% rename from getting_started/first_3d_game/03.player_movement_code.rst rename to getting_started/first_3d_game/03.player_movement_code.md diff --git a/getting_started/first_3d_game/04.mob_scene.rst b/getting_started/first_3d_game/04.mob_scene.md similarity index 100% rename from getting_started/first_3d_game/04.mob_scene.rst rename to getting_started/first_3d_game/04.mob_scene.md diff --git a/getting_started/first_3d_game/05.spawning_mobs.rst b/getting_started/first_3d_game/05.spawning_mobs.md similarity index 100% rename from getting_started/first_3d_game/05.spawning_mobs.rst rename to getting_started/first_3d_game/05.spawning_mobs.md diff --git a/getting_started/first_3d_game/06.jump_and_squash.rst b/getting_started/first_3d_game/06.jump_and_squash.md similarity index 100% rename from getting_started/first_3d_game/06.jump_and_squash.rst rename to getting_started/first_3d_game/06.jump_and_squash.md diff --git a/getting_started/first_3d_game/07.killing_player.rst b/getting_started/first_3d_game/07.killing_player.md similarity index 100% rename from getting_started/first_3d_game/07.killing_player.rst rename to getting_started/first_3d_game/07.killing_player.md diff --git a/getting_started/first_3d_game/08.score_and_replay.rst b/getting_started/first_3d_game/08.score_and_replay.md similarity index 100% rename from getting_started/first_3d_game/08.score_and_replay.rst rename to getting_started/first_3d_game/08.score_and_replay.md diff --git a/getting_started/first_3d_game/09.adding_animations.rst b/getting_started/first_3d_game/09.adding_animations.md similarity index 100% rename from getting_started/first_3d_game/09.adding_animations.rst rename to getting_started/first_3d_game/09.adding_animations.md diff --git a/getting_started/first_3d_game/going_further.rst b/getting_started/first_3d_game/going_further.md similarity index 100% rename from getting_started/first_3d_game/going_further.rst rename to getting_started/first_3d_game/going_further.md diff --git a/getting_started/first_3d_game/index.rst b/getting_started/first_3d_game/index.md similarity index 100% rename from getting_started/first_3d_game/index.rst rename to getting_started/first_3d_game/index.md diff --git a/getting_started/introduction/first_look_at_the_editor.rst b/getting_started/introduction/first_look_at_the_editor.md similarity index 100% rename from getting_started/introduction/first_look_at_the_editor.rst rename to getting_started/introduction/first_look_at_the_editor.md diff --git a/getting_started/introduction/godot_design_philosophy.rst b/getting_started/introduction/godot_design_philosophy.md similarity index 100% rename from getting_started/introduction/godot_design_philosophy.rst rename to getting_started/introduction/godot_design_philosophy.md diff --git a/getting_started/introduction/index.rst b/getting_started/introduction/index.md similarity index 100% rename from getting_started/introduction/index.rst rename to getting_started/introduction/index.md diff --git a/getting_started/introduction/introduction_to_godot.rst b/getting_started/introduction/introduction_to_godot.md similarity index 100% rename from getting_started/introduction/introduction_to_godot.rst rename to getting_started/introduction/introduction_to_godot.md diff --git a/getting_started/introduction/key_concepts_overview.rst b/getting_started/introduction/key_concepts_overview.md similarity index 100% rename from getting_started/introduction/key_concepts_overview.rst rename to getting_started/introduction/key_concepts_overview.md diff --git a/getting_started/introduction/learning_new_features.rst b/getting_started/introduction/learning_new_features.md similarity index 100% rename from getting_started/introduction/learning_new_features.rst rename to getting_started/introduction/learning_new_features.md diff --git a/getting_started/step_by_step/index.rst b/getting_started/step_by_step/index.md similarity index 100% rename from getting_started/step_by_step/index.rst rename to getting_started/step_by_step/index.md diff --git a/getting_started/step_by_step/instancing.rst b/getting_started/step_by_step/instancing.md similarity index 100% rename from getting_started/step_by_step/instancing.rst rename to getting_started/step_by_step/instancing.md diff --git a/getting_started/step_by_step/nodes_and_scenes.rst b/getting_started/step_by_step/nodes_and_scenes.md similarity index 100% rename from getting_started/step_by_step/nodes_and_scenes.rst rename to getting_started/step_by_step/nodes_and_scenes.md diff --git a/getting_started/step_by_step/scripting_first_script.rst b/getting_started/step_by_step/scripting_first_script.md similarity index 100% rename from getting_started/step_by_step/scripting_first_script.rst rename to getting_started/step_by_step/scripting_first_script.md diff --git a/getting_started/step_by_step/scripting_languages.rst b/getting_started/step_by_step/scripting_languages.md similarity index 100% rename from getting_started/step_by_step/scripting_languages.rst rename to getting_started/step_by_step/scripting_languages.md diff --git a/getting_started/step_by_step/scripting_player_input.rst b/getting_started/step_by_step/scripting_player_input.md similarity index 100% rename from getting_started/step_by_step/scripting_player_input.rst rename to getting_started/step_by_step/scripting_player_input.md diff --git a/getting_started/step_by_step/signals.rst b/getting_started/step_by_step/signals.md similarity index 100% rename from getting_started/step_by_step/signals.rst rename to getting_started/step_by_step/signals.md diff --git a/index.rst b/index.md similarity index 100% rename from index.rst rename to index.md diff --git a/tutorials/2d/2d_lights_and_shadows.rst b/tutorials/2d/2d_lights_and_shadows.md similarity index 100% rename from tutorials/2d/2d_lights_and_shadows.rst rename to tutorials/2d/2d_lights_and_shadows.md diff --git a/tutorials/2d/2d_meshes.rst b/tutorials/2d/2d_meshes.md similarity index 100% rename from tutorials/2d/2d_meshes.rst rename to tutorials/2d/2d_meshes.md diff --git a/tutorials/2d/2d_movement.rst b/tutorials/2d/2d_movement.md similarity index 100% rename from tutorials/2d/2d_movement.rst rename to tutorials/2d/2d_movement.md diff --git a/tutorials/2d/2d_sprite_animation.rst b/tutorials/2d/2d_sprite_animation.md similarity index 100% rename from tutorials/2d/2d_sprite_animation.rst rename to tutorials/2d/2d_sprite_animation.md diff --git a/tutorials/2d/2d_transforms.rst b/tutorials/2d/2d_transforms.md similarity index 100% rename from tutorials/2d/2d_transforms.rst rename to tutorials/2d/2d_transforms.md diff --git a/tutorials/2d/canvas_layers.rst b/tutorials/2d/canvas_layers.md similarity index 100% rename from tutorials/2d/canvas_layers.rst rename to tutorials/2d/canvas_layers.md diff --git a/tutorials/2d/custom_drawing_in_2d.rst b/tutorials/2d/custom_drawing_in_2d.md similarity index 100% rename from tutorials/2d/custom_drawing_in_2d.rst rename to tutorials/2d/custom_drawing_in_2d.md diff --git a/tutorials/2d/index.rst b/tutorials/2d/index.md similarity index 100% rename from tutorials/2d/index.rst rename to tutorials/2d/index.md diff --git a/tutorials/2d/particle_systems_2d.rst b/tutorials/2d/particle_systems_2d.md similarity index 100% rename from tutorials/2d/particle_systems_2d.rst rename to tutorials/2d/particle_systems_2d.md diff --git a/tutorials/2d/using_tilemaps.rst b/tutorials/2d/using_tilemaps.md similarity index 100% rename from tutorials/2d/using_tilemaps.rst rename to tutorials/2d/using_tilemaps.md diff --git a/tutorials/3d/3d_rendering_limitations.rst b/tutorials/3d/3d_rendering_limitations.md similarity index 100% rename from tutorials/3d/3d_rendering_limitations.rst rename to tutorials/3d/3d_rendering_limitations.md diff --git a/tutorials/3d/3d_text.rst b/tutorials/3d/3d_text.md similarity index 100% rename from tutorials/3d/3d_text.rst rename to tutorials/3d/3d_text.md diff --git a/tutorials/3d/baked_lightmaps.rst b/tutorials/3d/baked_lightmaps.md similarity index 100% rename from tutorials/3d/baked_lightmaps.rst rename to tutorials/3d/baked_lightmaps.md diff --git a/tutorials/3d/csg_tools.rst b/tutorials/3d/csg_tools.md similarity index 100% rename from tutorials/3d/csg_tools.rst rename to tutorials/3d/csg_tools.md diff --git a/tutorials/3d/environment_and_post_processing.rst b/tutorials/3d/environment_and_post_processing.md similarity index 100% rename from tutorials/3d/environment_and_post_processing.rst rename to tutorials/3d/environment_and_post_processing.md diff --git a/tutorials/3d/gi_probes.rst b/tutorials/3d/gi_probes.md similarity index 100% rename from tutorials/3d/gi_probes.rst rename to tutorials/3d/gi_probes.md diff --git a/tutorials/3d/high_dynamic_range.rst b/tutorials/3d/high_dynamic_range.md similarity index 100% rename from tutorials/3d/high_dynamic_range.rst rename to tutorials/3d/high_dynamic_range.md diff --git a/tutorials/3d/index.rst b/tutorials/3d/index.md similarity index 100% rename from tutorials/3d/index.rst rename to tutorials/3d/index.md diff --git a/tutorials/3d/introduction_to_3d.rst b/tutorials/3d/introduction_to_3d.md similarity index 100% rename from tutorials/3d/introduction_to_3d.rst rename to tutorials/3d/introduction_to_3d.md diff --git a/tutorials/3d/lights_and_shadows.rst b/tutorials/3d/lights_and_shadows.md similarity index 100% rename from tutorials/3d/lights_and_shadows.rst rename to tutorials/3d/lights_and_shadows.md diff --git a/tutorials/3d/occluders.rst b/tutorials/3d/occluders.md similarity index 100% rename from tutorials/3d/occluders.rst rename to tutorials/3d/occluders.md diff --git a/tutorials/3d/portals/advanced_room_and_portal_usage.rst b/tutorials/3d/portals/advanced_room_and_portal_usage.md similarity index 100% rename from tutorials/3d/portals/advanced_room_and_portal_usage.rst rename to tutorials/3d/portals/advanced_room_and_portal_usage.md diff --git a/tutorials/3d/portals/editing_rooms_and_portals.rst b/tutorials/3d/portals/editing_rooms_and_portals.md similarity index 100% rename from tutorials/3d/portals/editing_rooms_and_portals.rst rename to tutorials/3d/portals/editing_rooms_and_portals.md diff --git a/tutorials/3d/portals/first_steps_with_rooms_and_portals.rst b/tutorials/3d/portals/first_steps_with_rooms_and_portals.md similarity index 100% rename from tutorials/3d/portals/first_steps_with_rooms_and_portals.rst rename to tutorials/3d/portals/first_steps_with_rooms_and_portals.md diff --git a/tutorials/3d/portals/index.rst b/tutorials/3d/portals/index.md similarity index 100% rename from tutorials/3d/portals/index.rst rename to tutorials/3d/portals/index.md diff --git a/tutorials/3d/portals/introduction_to_rooms_and_portals.rst b/tutorials/3d/portals/introduction_to_rooms_and_portals.md similarity index 100% rename from tutorials/3d/portals/introduction_to_rooms_and_portals.rst rename to tutorials/3d/portals/introduction_to_rooms_and_portals.md diff --git a/tutorials/3d/portals/rooms_and_portals_example.rst b/tutorials/3d/portals/rooms_and_portals_example.md similarity index 100% rename from tutorials/3d/portals/rooms_and_portals_example.rst rename to tutorials/3d/portals/rooms_and_portals_example.md diff --git a/tutorials/3d/portals/using_objects_in_rooms_and_portals.rst b/tutorials/3d/portals/using_objects_in_rooms_and_portals.md similarity index 100% rename from tutorials/3d/portals/using_objects_in_rooms_and_portals.rst rename to tutorials/3d/portals/using_objects_in_rooms_and_portals.md diff --git a/tutorials/3d/procedural_geometry/arraymesh.rst b/tutorials/3d/procedural_geometry/arraymesh.md similarity index 100% rename from tutorials/3d/procedural_geometry/arraymesh.rst rename to tutorials/3d/procedural_geometry/arraymesh.md diff --git a/tutorials/3d/procedural_geometry/immediategeometry.rst b/tutorials/3d/procedural_geometry/immediategeometry.md similarity index 100% rename from tutorials/3d/procedural_geometry/immediategeometry.rst rename to tutorials/3d/procedural_geometry/immediategeometry.md diff --git a/tutorials/3d/procedural_geometry/index.rst b/tutorials/3d/procedural_geometry/index.md similarity index 100% rename from tutorials/3d/procedural_geometry/index.rst rename to tutorials/3d/procedural_geometry/index.md diff --git a/tutorials/3d/procedural_geometry/meshdatatool.rst b/tutorials/3d/procedural_geometry/meshdatatool.md similarity index 100% rename from tutorials/3d/procedural_geometry/meshdatatool.rst rename to tutorials/3d/procedural_geometry/meshdatatool.md diff --git a/tutorials/3d/procedural_geometry/surfacetool.rst b/tutorials/3d/procedural_geometry/surfacetool.md similarity index 100% rename from tutorials/3d/procedural_geometry/surfacetool.rst rename to tutorials/3d/procedural_geometry/surfacetool.md diff --git a/tutorials/3d/reflection_probes.rst b/tutorials/3d/reflection_probes.md similarity index 100% rename from tutorials/3d/reflection_probes.rst rename to tutorials/3d/reflection_probes.md diff --git a/tutorials/3d/spatial_material.rst b/tutorials/3d/spatial_material.md similarity index 100% rename from tutorials/3d/spatial_material.rst rename to tutorials/3d/spatial_material.md diff --git a/tutorials/3d/using_gridmaps.rst b/tutorials/3d/using_gridmaps.md similarity index 100% rename from tutorials/3d/using_gridmaps.rst rename to tutorials/3d/using_gridmaps.md diff --git a/tutorials/3d/using_multi_mesh_instance.rst b/tutorials/3d/using_multi_mesh_instance.md similarity index 100% rename from tutorials/3d/using_multi_mesh_instance.rst rename to tutorials/3d/using_multi_mesh_instance.md diff --git a/tutorials/3d/using_transforms.rst b/tutorials/3d/using_transforms.md similarity index 100% rename from tutorials/3d/using_transforms.rst rename to tutorials/3d/using_transforms.md diff --git a/tutorials/animation/2d_skeletons.rst b/tutorials/animation/2d_skeletons.md similarity index 100% rename from tutorials/animation/2d_skeletons.rst rename to tutorials/animation/2d_skeletons.md diff --git a/tutorials/animation/animation_tree.rst b/tutorials/animation/animation_tree.md similarity index 100% rename from tutorials/animation/animation_tree.rst rename to tutorials/animation/animation_tree.md diff --git a/tutorials/animation/cutout_animation.rst b/tutorials/animation/cutout_animation.md similarity index 100% rename from tutorials/animation/cutout_animation.rst rename to tutorials/animation/cutout_animation.md diff --git a/tutorials/animation/index.rst b/tutorials/animation/index.md similarity index 100% rename from tutorials/animation/index.rst rename to tutorials/animation/index.md diff --git a/tutorials/animation/introduction.rst b/tutorials/animation/introduction.md similarity index 100% rename from tutorials/animation/introduction.rst rename to tutorials/animation/introduction.md diff --git a/tutorials/animation/playing_videos.rst b/tutorials/animation/playing_videos.md similarity index 100% rename from tutorials/animation/playing_videos.rst rename to tutorials/animation/playing_videos.md diff --git a/tutorials/assets_pipeline/escn_exporter/animation.rst b/tutorials/assets_pipeline/escn_exporter/animation.md similarity index 100% rename from tutorials/assets_pipeline/escn_exporter/animation.rst rename to tutorials/assets_pipeline/escn_exporter/animation.md diff --git a/tutorials/assets_pipeline/escn_exporter/index.rst b/tutorials/assets_pipeline/escn_exporter/index.md similarity index 100% rename from tutorials/assets_pipeline/escn_exporter/index.rst rename to tutorials/assets_pipeline/escn_exporter/index.md diff --git a/tutorials/assets_pipeline/escn_exporter/lights.rst b/tutorials/assets_pipeline/escn_exporter/lights.md similarity index 100% rename from tutorials/assets_pipeline/escn_exporter/lights.rst rename to tutorials/assets_pipeline/escn_exporter/lights.md diff --git a/tutorials/assets_pipeline/escn_exporter/material.rst b/tutorials/assets_pipeline/escn_exporter/material.md similarity index 100% rename from tutorials/assets_pipeline/escn_exporter/material.rst rename to tutorials/assets_pipeline/escn_exporter/material.md diff --git a/tutorials/assets_pipeline/escn_exporter/mesh.rst b/tutorials/assets_pipeline/escn_exporter/mesh.md similarity index 100% rename from tutorials/assets_pipeline/escn_exporter/mesh.rst rename to tutorials/assets_pipeline/escn_exporter/mesh.md diff --git a/tutorials/assets_pipeline/escn_exporter/physics.rst b/tutorials/assets_pipeline/escn_exporter/physics.md similarity index 100% rename from tutorials/assets_pipeline/escn_exporter/physics.rst rename to tutorials/assets_pipeline/escn_exporter/physics.md diff --git a/tutorials/assets_pipeline/escn_exporter/skeleton.rst b/tutorials/assets_pipeline/escn_exporter/skeleton.md similarity index 100% rename from tutorials/assets_pipeline/escn_exporter/skeleton.rst rename to tutorials/assets_pipeline/escn_exporter/skeleton.md diff --git a/tutorials/assets_pipeline/exporting_3d_scenes.rst b/tutorials/assets_pipeline/exporting_3d_scenes.md similarity index 100% rename from tutorials/assets_pipeline/exporting_3d_scenes.rst rename to tutorials/assets_pipeline/exporting_3d_scenes.md diff --git a/tutorials/assets_pipeline/import_process.rst b/tutorials/assets_pipeline/import_process.md similarity index 100% rename from tutorials/assets_pipeline/import_process.rst rename to tutorials/assets_pipeline/import_process.md diff --git a/tutorials/assets_pipeline/importing_audio_samples.rst b/tutorials/assets_pipeline/importing_audio_samples.md similarity index 100% rename from tutorials/assets_pipeline/importing_audio_samples.rst rename to tutorials/assets_pipeline/importing_audio_samples.md diff --git a/tutorials/assets_pipeline/importing_images.rst b/tutorials/assets_pipeline/importing_images.md similarity index 100% rename from tutorials/assets_pipeline/importing_images.rst rename to tutorials/assets_pipeline/importing_images.md diff --git a/tutorials/assets_pipeline/importing_scenes.rst b/tutorials/assets_pipeline/importing_scenes.md similarity index 100% rename from tutorials/assets_pipeline/importing_scenes.rst rename to tutorials/assets_pipeline/importing_scenes.md diff --git a/tutorials/assets_pipeline/importing_translations.rst b/tutorials/assets_pipeline/importing_translations.md similarity index 100% rename from tutorials/assets_pipeline/importing_translations.rst rename to tutorials/assets_pipeline/importing_translations.md diff --git a/tutorials/assets_pipeline/index.rst b/tutorials/assets_pipeline/index.md similarity index 100% rename from tutorials/assets_pipeline/index.rst rename to tutorials/assets_pipeline/index.md diff --git a/tutorials/audio/audio_buses.rst b/tutorials/audio/audio_buses.md similarity index 100% rename from tutorials/audio/audio_buses.rst rename to tutorials/audio/audio_buses.md diff --git a/tutorials/audio/audio_streams.rst b/tutorials/audio/audio_streams.md similarity index 100% rename from tutorials/audio/audio_streams.rst rename to tutorials/audio/audio_streams.md diff --git a/tutorials/audio/index.rst b/tutorials/audio/index.md similarity index 100% rename from tutorials/audio/index.rst rename to tutorials/audio/index.md diff --git a/tutorials/audio/recording_with_microphone.rst b/tutorials/audio/recording_with_microphone.md similarity index 100% rename from tutorials/audio/recording_with_microphone.rst rename to tutorials/audio/recording_with_microphone.md diff --git a/tutorials/audio/sync_with_audio.rst b/tutorials/audio/sync_with_audio.md similarity index 100% rename from tutorials/audio/sync_with_audio.rst rename to tutorials/audio/sync_with_audio.md diff --git a/tutorials/best_practices/autoloads_versus_internal_nodes.rst b/tutorials/best_practices/autoloads_versus_internal_nodes.md similarity index 100% rename from tutorials/best_practices/autoloads_versus_internal_nodes.rst rename to tutorials/best_practices/autoloads_versus_internal_nodes.md diff --git a/tutorials/best_practices/data_preferences.rst b/tutorials/best_practices/data_preferences.md similarity index 100% rename from tutorials/best_practices/data_preferences.rst rename to tutorials/best_practices/data_preferences.md diff --git a/tutorials/best_practices/godot_interfaces.rst b/tutorials/best_practices/godot_interfaces.md similarity index 100% rename from tutorials/best_practices/godot_interfaces.rst rename to tutorials/best_practices/godot_interfaces.md diff --git a/tutorials/best_practices/godot_notifications.rst b/tutorials/best_practices/godot_notifications.md similarity index 100% rename from tutorials/best_practices/godot_notifications.rst rename to tutorials/best_practices/godot_notifications.md diff --git a/tutorials/best_practices/index.rst b/tutorials/best_practices/index.md similarity index 100% rename from tutorials/best_practices/index.rst rename to tutorials/best_practices/index.md diff --git a/tutorials/best_practices/introduction_best_practices.rst b/tutorials/best_practices/introduction_best_practices.md similarity index 100% rename from tutorials/best_practices/introduction_best_practices.rst rename to tutorials/best_practices/introduction_best_practices.md diff --git a/tutorials/best_practices/logic_preferences.rst b/tutorials/best_practices/logic_preferences.md similarity index 100% rename from tutorials/best_practices/logic_preferences.rst rename to tutorials/best_practices/logic_preferences.md diff --git a/tutorials/best_practices/node_alternatives.rst b/tutorials/best_practices/node_alternatives.md similarity index 100% rename from tutorials/best_practices/node_alternatives.rst rename to tutorials/best_practices/node_alternatives.md diff --git a/tutorials/best_practices/project_organization.rst b/tutorials/best_practices/project_organization.md similarity index 100% rename from tutorials/best_practices/project_organization.rst rename to tutorials/best_practices/project_organization.md diff --git a/tutorials/best_practices/scene_organization.rst b/tutorials/best_practices/scene_organization.md similarity index 100% rename from tutorials/best_practices/scene_organization.rst rename to tutorials/best_practices/scene_organization.md diff --git a/tutorials/best_practices/scenes_versus_scripts.rst b/tutorials/best_practices/scenes_versus_scripts.md similarity index 100% rename from tutorials/best_practices/scenes_versus_scripts.rst rename to tutorials/best_practices/scenes_versus_scripts.md diff --git a/tutorials/best_practices/version_control_systems.rst b/tutorials/best_practices/version_control_systems.md similarity index 100% rename from tutorials/best_practices/version_control_systems.rst rename to tutorials/best_practices/version_control_systems.md diff --git a/tutorials/best_practices/what_are_godot_classes.rst b/tutorials/best_practices/what_are_godot_classes.md similarity index 100% rename from tutorials/best_practices/what_are_godot_classes.rst rename to tutorials/best_practices/what_are_godot_classes.md diff --git a/tutorials/editor/command_line_tutorial.rst b/tutorials/editor/command_line_tutorial.md similarity index 100% rename from tutorials/editor/command_line_tutorial.rst rename to tutorials/editor/command_line_tutorial.md diff --git a/tutorials/editor/default_key_mapping.rst b/tutorials/editor/default_key_mapping.md similarity index 100% rename from tutorials/editor/default_key_mapping.rst rename to tutorials/editor/default_key_mapping.md diff --git a/tutorials/editor/external_editor.rst b/tutorials/editor/external_editor.md similarity index 100% rename from tutorials/editor/external_editor.rst rename to tutorials/editor/external_editor.md diff --git a/tutorials/editor/index.rst b/tutorials/editor/index.md similarity index 100% rename from tutorials/editor/index.rst rename to tutorials/editor/index.md diff --git a/tutorials/editor/managing_editor_features.rst b/tutorials/editor/managing_editor_features.md similarity index 100% rename from tutorials/editor/managing_editor_features.rst rename to tutorials/editor/managing_editor_features.md diff --git a/tutorials/editor/using_the_web_editor.rst b/tutorials/editor/using_the_web_editor.md similarity index 100% rename from tutorials/editor/using_the_web_editor.rst rename to tutorials/editor/using_the_web_editor.md diff --git a/tutorials/export/android_custom_build.rst b/tutorials/export/android_custom_build.md similarity index 100% rename from tutorials/export/android_custom_build.rst rename to tutorials/export/android_custom_build.md diff --git a/tutorials/export/changing_application_icon_for_windows.rst b/tutorials/export/changing_application_icon_for_windows.md similarity index 100% rename from tutorials/export/changing_application_icon_for_windows.rst rename to tutorials/export/changing_application_icon_for_windows.md diff --git a/tutorials/export/exporting_basics.rst b/tutorials/export/exporting_basics.md similarity index 100% rename from tutorials/export/exporting_basics.rst rename to tutorials/export/exporting_basics.md diff --git a/tutorials/export/exporting_for_android.rst b/tutorials/export/exporting_for_android.md similarity index 100% rename from tutorials/export/exporting_for_android.rst rename to tutorials/export/exporting_for_android.md diff --git a/tutorials/export/exporting_for_dedicated_servers.rst b/tutorials/export/exporting_for_dedicated_servers.md similarity index 100% rename from tutorials/export/exporting_for_dedicated_servers.rst rename to tutorials/export/exporting_for_dedicated_servers.md diff --git a/tutorials/export/exporting_for_ios.rst b/tutorials/export/exporting_for_ios.md similarity index 100% rename from tutorials/export/exporting_for_ios.rst rename to tutorials/export/exporting_for_ios.md diff --git a/tutorials/export/exporting_for_linux.rst b/tutorials/export/exporting_for_linux.md similarity index 100% rename from tutorials/export/exporting_for_linux.rst rename to tutorials/export/exporting_for_linux.md diff --git a/tutorials/export/exporting_for_macos.rst b/tutorials/export/exporting_for_macos.md similarity index 100% rename from tutorials/export/exporting_for_macos.rst rename to tutorials/export/exporting_for_macos.md diff --git a/tutorials/export/exporting_for_uwp.rst b/tutorials/export/exporting_for_uwp.md similarity index 100% rename from tutorials/export/exporting_for_uwp.rst rename to tutorials/export/exporting_for_uwp.md diff --git a/tutorials/export/exporting_for_web.rst b/tutorials/export/exporting_for_web.md similarity index 100% rename from tutorials/export/exporting_for_web.rst rename to tutorials/export/exporting_for_web.md diff --git a/tutorials/export/exporting_for_windows.rst b/tutorials/export/exporting_for_windows.md similarity index 100% rename from tutorials/export/exporting_for_windows.rst rename to tutorials/export/exporting_for_windows.md diff --git a/tutorials/export/exporting_pcks.rst b/tutorials/export/exporting_pcks.md similarity index 100% rename from tutorials/export/exporting_pcks.rst rename to tutorials/export/exporting_pcks.md diff --git a/tutorials/export/exporting_projects.rst b/tutorials/export/exporting_projects.md similarity index 100% rename from tutorials/export/exporting_projects.rst rename to tutorials/export/exporting_projects.md diff --git a/tutorials/export/feature_tags.rst b/tutorials/export/feature_tags.md similarity index 100% rename from tutorials/export/feature_tags.rst rename to tutorials/export/feature_tags.md diff --git a/tutorials/export/index.rst b/tutorials/export/index.md similarity index 100% rename from tutorials/export/index.rst rename to tutorials/export/index.md diff --git a/tutorials/export/one-click_deploy.rst b/tutorials/export/one-click_deploy.md similarity index 100% rename from tutorials/export/one-click_deploy.rst rename to tutorials/export/one-click_deploy.md diff --git a/tutorials/export/running_on_macos.rst b/tutorials/export/running_on_macos.md similarity index 100% rename from tutorials/export/running_on_macos.rst rename to tutorials/export/running_on_macos.md diff --git a/tutorials/i18n/index.rst b/tutorials/i18n/index.md similarity index 100% rename from tutorials/i18n/index.rst rename to tutorials/i18n/index.md diff --git a/tutorials/i18n/internationalizing_games.rst b/tutorials/i18n/internationalizing_games.md similarity index 100% rename from tutorials/i18n/internationalizing_games.rst rename to tutorials/i18n/internationalizing_games.md diff --git a/tutorials/i18n/locales.rst b/tutorials/i18n/locales.md similarity index 100% rename from tutorials/i18n/locales.rst rename to tutorials/i18n/locales.md diff --git a/tutorials/i18n/localization_using_gettext.rst b/tutorials/i18n/localization_using_gettext.md similarity index 100% rename from tutorials/i18n/localization_using_gettext.rst rename to tutorials/i18n/localization_using_gettext.md diff --git a/tutorials/inputs/controllers_gamepads_joysticks.rst b/tutorials/inputs/controllers_gamepads_joysticks.md similarity index 100% rename from tutorials/inputs/controllers_gamepads_joysticks.rst rename to tutorials/inputs/controllers_gamepads_joysticks.md diff --git a/tutorials/inputs/custom_mouse_cursor.rst b/tutorials/inputs/custom_mouse_cursor.md similarity index 100% rename from tutorials/inputs/custom_mouse_cursor.rst rename to tutorials/inputs/custom_mouse_cursor.md diff --git a/tutorials/inputs/handling_quit_requests.rst b/tutorials/inputs/handling_quit_requests.md similarity index 100% rename from tutorials/inputs/handling_quit_requests.rst rename to tutorials/inputs/handling_quit_requests.md diff --git a/tutorials/inputs/index.rst b/tutorials/inputs/index.md similarity index 100% rename from tutorials/inputs/index.rst rename to tutorials/inputs/index.md diff --git a/tutorials/inputs/input_examples.rst b/tutorials/inputs/input_examples.md similarity index 100% rename from tutorials/inputs/input_examples.rst rename to tutorials/inputs/input_examples.md diff --git a/tutorials/inputs/inputevent.rst b/tutorials/inputs/inputevent.md similarity index 100% rename from tutorials/inputs/inputevent.rst rename to tutorials/inputs/inputevent.md diff --git a/tutorials/inputs/mouse_and_input_coordinates.rst b/tutorials/inputs/mouse_and_input_coordinates.md similarity index 100% rename from tutorials/inputs/mouse_and_input_coordinates.rst rename to tutorials/inputs/mouse_and_input_coordinates.md diff --git a/tutorials/io/background_loading.rst b/tutorials/io/background_loading.md similarity index 100% rename from tutorials/io/background_loading.rst rename to tutorials/io/background_loading.md diff --git a/tutorials/io/binary_serialization_api.rst b/tutorials/io/binary_serialization_api.md similarity index 100% rename from tutorials/io/binary_serialization_api.rst rename to tutorials/io/binary_serialization_api.md diff --git a/tutorials/io/data_paths.rst b/tutorials/io/data_paths.md similarity index 100% rename from tutorials/io/data_paths.rst rename to tutorials/io/data_paths.md diff --git a/tutorials/io/index.rst b/tutorials/io/index.md similarity index 100% rename from tutorials/io/index.rst rename to tutorials/io/index.md diff --git a/tutorials/io/saving_games.rst b/tutorials/io/saving_games.md similarity index 100% rename from tutorials/io/saving_games.rst rename to tutorials/io/saving_games.md diff --git a/tutorials/math/beziers_and_curves.rst b/tutorials/math/beziers_and_curves.md similarity index 100% rename from tutorials/math/beziers_and_curves.rst rename to tutorials/math/beziers_and_curves.md diff --git a/tutorials/math/index.rst b/tutorials/math/index.md similarity index 100% rename from tutorials/math/index.rst rename to tutorials/math/index.md diff --git a/tutorials/math/interpolation.rst b/tutorials/math/interpolation.md similarity index 100% rename from tutorials/math/interpolation.rst rename to tutorials/math/interpolation.md diff --git a/tutorials/math/matrices_and_transforms.rst b/tutorials/math/matrices_and_transforms.md similarity index 100% rename from tutorials/math/matrices_and_transforms.rst rename to tutorials/math/matrices_and_transforms.md diff --git a/tutorials/math/random_number_generation.rst b/tutorials/math/random_number_generation.md similarity index 100% rename from tutorials/math/random_number_generation.rst rename to tutorials/math/random_number_generation.md diff --git a/tutorials/math/vector_math.rst b/tutorials/math/vector_math.md similarity index 100% rename from tutorials/math/vector_math.rst rename to tutorials/math/vector_math.md diff --git a/tutorials/math/vectors_advanced.rst b/tutorials/math/vectors_advanced.md similarity index 100% rename from tutorials/math/vectors_advanced.rst rename to tutorials/math/vectors_advanced.md diff --git a/tutorials/navigation/index.rst b/tutorials/navigation/index.md similarity index 100% rename from tutorials/navigation/index.rst rename to tutorials/navigation/index.md diff --git a/tutorials/navigation/real_time_navigation_3d.rst b/tutorials/navigation/real_time_navigation_3d.md similarity index 100% rename from tutorials/navigation/real_time_navigation_3d.rst rename to tutorials/navigation/real_time_navigation_3d.md diff --git a/tutorials/networking/high_level_multiplayer.rst b/tutorials/networking/high_level_multiplayer.md similarity index 100% rename from tutorials/networking/high_level_multiplayer.rst rename to tutorials/networking/high_level_multiplayer.md diff --git a/tutorials/networking/http_client_class.rst b/tutorials/networking/http_client_class.md similarity index 100% rename from tutorials/networking/http_client_class.rst rename to tutorials/networking/http_client_class.md diff --git a/tutorials/networking/http_request_class.rst b/tutorials/networking/http_request_class.md similarity index 100% rename from tutorials/networking/http_request_class.rst rename to tutorials/networking/http_request_class.md diff --git a/tutorials/networking/index.rst b/tutorials/networking/index.md similarity index 100% rename from tutorials/networking/index.rst rename to tutorials/networking/index.md diff --git a/tutorials/networking/ssl_certificates.rst b/tutorials/networking/ssl_certificates.md similarity index 100% rename from tutorials/networking/ssl_certificates.rst rename to tutorials/networking/ssl_certificates.md diff --git a/tutorials/networking/webrtc.rst b/tutorials/networking/webrtc.md similarity index 100% rename from tutorials/networking/webrtc.rst rename to tutorials/networking/webrtc.md diff --git a/tutorials/networking/websocket.rst b/tutorials/networking/websocket.md similarity index 100% rename from tutorials/networking/websocket.rst rename to tutorials/networking/websocket.md diff --git a/tutorials/performance/batching.rst b/tutorials/performance/batching.md similarity index 100% rename from tutorials/performance/batching.rst rename to tutorials/performance/batching.md diff --git a/tutorials/performance/cpu_optimization.rst b/tutorials/performance/cpu_optimization.md similarity index 100% rename from tutorials/performance/cpu_optimization.rst rename to tutorials/performance/cpu_optimization.md diff --git a/tutorials/performance/general_optimization.rst b/tutorials/performance/general_optimization.md similarity index 100% rename from tutorials/performance/general_optimization.rst rename to tutorials/performance/general_optimization.md diff --git a/tutorials/performance/gpu_optimization.rst b/tutorials/performance/gpu_optimization.md similarity index 100% rename from tutorials/performance/gpu_optimization.rst rename to tutorials/performance/gpu_optimization.md diff --git a/tutorials/performance/index.rst b/tutorials/performance/index.md similarity index 100% rename from tutorials/performance/index.rst rename to tutorials/performance/index.md diff --git a/tutorials/performance/optimizing_3d_performance.rst b/tutorials/performance/optimizing_3d_performance.md similarity index 100% rename from tutorials/performance/optimizing_3d_performance.rst rename to tutorials/performance/optimizing_3d_performance.md diff --git a/tutorials/performance/threads/thread_safe_apis.rst b/tutorials/performance/threads/thread_safe_apis.md similarity index 100% rename from tutorials/performance/threads/thread_safe_apis.rst rename to tutorials/performance/threads/thread_safe_apis.md diff --git a/tutorials/performance/threads/using_multiple_threads.rst b/tutorials/performance/threads/using_multiple_threads.md similarity index 100% rename from tutorials/performance/threads/using_multiple_threads.rst rename to tutorials/performance/threads/using_multiple_threads.md diff --git a/tutorials/performance/using_multimesh.rst b/tutorials/performance/using_multimesh.md similarity index 100% rename from tutorials/performance/using_multimesh.rst rename to tutorials/performance/using_multimesh.md diff --git a/tutorials/performance/using_servers.rst b/tutorials/performance/using_servers.md similarity index 100% rename from tutorials/performance/using_servers.rst rename to tutorials/performance/using_servers.md diff --git a/tutorials/performance/vertex_animation/animating_thousands_of_fish.rst b/tutorials/performance/vertex_animation/animating_thousands_of_fish.md similarity index 100% rename from tutorials/performance/vertex_animation/animating_thousands_of_fish.rst rename to tutorials/performance/vertex_animation/animating_thousands_of_fish.md diff --git a/tutorials/performance/vertex_animation/controlling_thousands_of_fish.rst b/tutorials/performance/vertex_animation/controlling_thousands_of_fish.md similarity index 100% rename from tutorials/performance/vertex_animation/controlling_thousands_of_fish.rst rename to tutorials/performance/vertex_animation/controlling_thousands_of_fish.md diff --git a/tutorials/performance/vertex_animation/index.rst b/tutorials/performance/vertex_animation/index.md similarity index 100% rename from tutorials/performance/vertex_animation/index.rst rename to tutorials/performance/vertex_animation/index.md diff --git a/tutorials/physics/collision_shapes_3d.rst b/tutorials/physics/collision_shapes_3d.md similarity index 100% rename from tutorials/physics/collision_shapes_3d.rst rename to tutorials/physics/collision_shapes_3d.md diff --git a/tutorials/physics/index.rst b/tutorials/physics/index.md similarity index 100% rename from tutorials/physics/index.rst rename to tutorials/physics/index.md diff --git a/tutorials/physics/interpolation/advanced_physics_interpolation.rst b/tutorials/physics/interpolation/advanced_physics_interpolation.md similarity index 100% rename from tutorials/physics/interpolation/advanced_physics_interpolation.rst rename to tutorials/physics/interpolation/advanced_physics_interpolation.md diff --git a/tutorials/physics/interpolation/index.rst b/tutorials/physics/interpolation/index.md similarity index 100% rename from tutorials/physics/interpolation/index.rst rename to tutorials/physics/interpolation/index.md diff --git a/tutorials/physics/interpolation/physics_interpolation_introduction.rst b/tutorials/physics/interpolation/physics_interpolation_introduction.md similarity index 100% rename from tutorials/physics/interpolation/physics_interpolation_introduction.rst rename to tutorials/physics/interpolation/physics_interpolation_introduction.md diff --git a/tutorials/physics/interpolation/physics_interpolation_quick_start_guide.rst b/tutorials/physics/interpolation/physics_interpolation_quick_start_guide.md similarity index 100% rename from tutorials/physics/interpolation/physics_interpolation_quick_start_guide.rst rename to tutorials/physics/interpolation/physics_interpolation_quick_start_guide.md diff --git a/tutorials/physics/interpolation/using_physics_interpolation.rst b/tutorials/physics/interpolation/using_physics_interpolation.md similarity index 100% rename from tutorials/physics/interpolation/using_physics_interpolation.rst rename to tutorials/physics/interpolation/using_physics_interpolation.md diff --git a/tutorials/physics/kinematic_character_2d.rst b/tutorials/physics/kinematic_character_2d.md similarity index 100% rename from tutorials/physics/kinematic_character_2d.rst rename to tutorials/physics/kinematic_character_2d.md diff --git a/tutorials/physics/physics_introduction.rst b/tutorials/physics/physics_introduction.md similarity index 100% rename from tutorials/physics/physics_introduction.rst rename to tutorials/physics/physics_introduction.md diff --git a/tutorials/physics/ragdoll_system.rst b/tutorials/physics/ragdoll_system.md similarity index 100% rename from tutorials/physics/ragdoll_system.rst rename to tutorials/physics/ragdoll_system.md diff --git a/tutorials/physics/ray-casting.rst b/tutorials/physics/ray-casting.md similarity index 100% rename from tutorials/physics/ray-casting.rst rename to tutorials/physics/ray-casting.md diff --git a/tutorials/physics/rigid_body.rst b/tutorials/physics/rigid_body.md similarity index 100% rename from tutorials/physics/rigid_body.rst rename to tutorials/physics/rigid_body.md diff --git a/tutorials/physics/soft_body.rst b/tutorials/physics/soft_body.md similarity index 100% rename from tutorials/physics/soft_body.rst rename to tutorials/physics/soft_body.md diff --git a/tutorials/physics/using_area_2d.rst b/tutorials/physics/using_area_2d.md similarity index 100% rename from tutorials/physics/using_area_2d.rst rename to tutorials/physics/using_area_2d.md diff --git a/tutorials/physics/using_kinematic_body_2d.rst b/tutorials/physics/using_kinematic_body_2d.md similarity index 100% rename from tutorials/physics/using_kinematic_body_2d.rst rename to tutorials/physics/using_kinematic_body_2d.md diff --git a/tutorials/platform/android/android_in_app_purchases.rst b/tutorials/platform/android/android_in_app_purchases.md similarity index 100% rename from tutorials/platform/android/android_in_app_purchases.rst rename to tutorials/platform/android/android_in_app_purchases.md diff --git a/tutorials/platform/android/android_plugin.rst b/tutorials/platform/android/android_plugin.md similarity index 100% rename from tutorials/platform/android/android_plugin.rst rename to tutorials/platform/android/android_plugin.md diff --git a/tutorials/platform/android/index.rst b/tutorials/platform/android/index.md similarity index 100% rename from tutorials/platform/android/index.rst rename to tutorials/platform/android/index.md diff --git a/tutorials/platform/consoles.rst b/tutorials/platform/consoles.md similarity index 100% rename from tutorials/platform/consoles.rst rename to tutorials/platform/consoles.md diff --git a/tutorials/platform/customizing_html5_shell.rst b/tutorials/platform/customizing_html5_shell.md similarity index 100% rename from tutorials/platform/customizing_html5_shell.rst rename to tutorials/platform/customizing_html5_shell.md diff --git a/tutorials/platform/html5_shell_classref.rst b/tutorials/platform/html5_shell_classref.md similarity index 100% rename from tutorials/platform/html5_shell_classref.rst rename to tutorials/platform/html5_shell_classref.md diff --git a/tutorials/platform/index.rst b/tutorials/platform/index.md similarity index 100% rename from tutorials/platform/index.rst rename to tutorials/platform/index.md diff --git a/tutorials/platform/ios/index.rst b/tutorials/platform/ios/index.md similarity index 100% rename from tutorials/platform/ios/index.rst rename to tutorials/platform/ios/index.md diff --git a/tutorials/platform/ios/ios_plugin.rst b/tutorials/platform/ios/ios_plugin.md similarity index 100% rename from tutorials/platform/ios/ios_plugin.rst rename to tutorials/platform/ios/ios_plugin.md diff --git a/tutorials/platform/ios/plugins_for_ios.rst b/tutorials/platform/ios/plugins_for_ios.md similarity index 100% rename from tutorials/platform/ios/plugins_for_ios.rst rename to tutorials/platform/ios/plugins_for_ios.md diff --git a/tutorials/platform/mobile_rendering_limitations.rst b/tutorials/platform/mobile_rendering_limitations.md similarity index 100% rename from tutorials/platform/mobile_rendering_limitations.rst rename to tutorials/platform/mobile_rendering_limitations.md diff --git a/tutorials/platform/platform_html5.rst b/tutorials/platform/platform_html5.md similarity index 100% rename from tutorials/platform/platform_html5.rst rename to tutorials/platform/platform_html5.md diff --git a/tutorials/plugins/editor/import_plugins.rst b/tutorials/plugins/editor/import_plugins.md similarity index 100% rename from tutorials/plugins/editor/import_plugins.rst rename to tutorials/plugins/editor/import_plugins.md diff --git a/tutorials/plugins/editor/index.rst b/tutorials/plugins/editor/index.md similarity index 100% rename from tutorials/plugins/editor/index.rst rename to tutorials/plugins/editor/index.md diff --git a/tutorials/plugins/editor/inspector_plugins.rst b/tutorials/plugins/editor/inspector_plugins.md similarity index 100% rename from tutorials/plugins/editor/inspector_plugins.rst rename to tutorials/plugins/editor/inspector_plugins.md diff --git a/tutorials/plugins/editor/installing_plugins.rst b/tutorials/plugins/editor/installing_plugins.md similarity index 100% rename from tutorials/plugins/editor/installing_plugins.rst rename to tutorials/plugins/editor/installing_plugins.md diff --git a/tutorials/plugins/editor/making_main_screen_plugins.rst b/tutorials/plugins/editor/making_main_screen_plugins.md similarity index 100% rename from tutorials/plugins/editor/making_main_screen_plugins.rst rename to tutorials/plugins/editor/making_main_screen_plugins.md diff --git a/tutorials/plugins/editor/making_plugins.rst b/tutorials/plugins/editor/making_plugins.md similarity index 100% rename from tutorials/plugins/editor/making_plugins.rst rename to tutorials/plugins/editor/making_plugins.md diff --git a/tutorials/plugins/editor/spatial_gizmos.rst b/tutorials/plugins/editor/spatial_gizmos.md similarity index 100% rename from tutorials/plugins/editor/spatial_gizmos.rst rename to tutorials/plugins/editor/spatial_gizmos.md diff --git a/tutorials/plugins/editor/visual_shader_plugins.rst b/tutorials/plugins/editor/visual_shader_plugins.md similarity index 100% rename from tutorials/plugins/editor/visual_shader_plugins.rst rename to tutorials/plugins/editor/visual_shader_plugins.md diff --git a/tutorials/plugins/index.rst b/tutorials/plugins/index.md similarity index 100% rename from tutorials/plugins/index.rst rename to tutorials/plugins/index.md diff --git a/tutorials/plugins/running_code_in_the_editor.rst b/tutorials/plugins/running_code_in_the_editor.md similarity index 100% rename from tutorials/plugins/running_code_in_the_editor.rst rename to tutorials/plugins/running_code_in_the_editor.md diff --git a/tutorials/rendering/index.rst b/tutorials/rendering/index.md similarity index 100% rename from tutorials/rendering/index.rst rename to tutorials/rendering/index.md diff --git a/tutorials/rendering/jitter_stutter.rst b/tutorials/rendering/jitter_stutter.md similarity index 100% rename from tutorials/rendering/jitter_stutter.rst rename to tutorials/rendering/jitter_stutter.md diff --git a/tutorials/rendering/multiple_resolutions.rst b/tutorials/rendering/multiple_resolutions.md similarity index 100% rename from tutorials/rendering/multiple_resolutions.rst rename to tutorials/rendering/multiple_resolutions.md diff --git a/tutorials/rendering/viewports.rst b/tutorials/rendering/viewports.md similarity index 100% rename from tutorials/rendering/viewports.rst rename to tutorials/rendering/viewports.md diff --git a/tutorials/scripting/change_scenes_manually.rst b/tutorials/scripting/change_scenes_manually.md similarity index 100% rename from tutorials/scripting/change_scenes_manually.rst rename to tutorials/scripting/change_scenes_manually.md diff --git a/tutorials/scripting/creating_script_templates.rst b/tutorials/scripting/creating_script_templates.md similarity index 100% rename from tutorials/scripting/creating_script_templates.rst rename to tutorials/scripting/creating_script_templates.md diff --git a/tutorials/scripting/cross_language_scripting.rst b/tutorials/scripting/cross_language_scripting.md similarity index 100% rename from tutorials/scripting/cross_language_scripting.rst rename to tutorials/scripting/cross_language_scripting.md diff --git a/tutorials/scripting/debug/debugger_panel.rst b/tutorials/scripting/debug/debugger_panel.md similarity index 100% rename from tutorials/scripting/debug/debugger_panel.rst rename to tutorials/scripting/debug/debugger_panel.md diff --git a/tutorials/scripting/debug/index.rst b/tutorials/scripting/debug/index.md similarity index 100% rename from tutorials/scripting/debug/index.rst rename to tutorials/scripting/debug/index.md diff --git a/tutorials/scripting/debug/overview_of_debugging_tools.rst b/tutorials/scripting/debug/overview_of_debugging_tools.md similarity index 100% rename from tutorials/scripting/debug/overview_of_debugging_tools.rst rename to tutorials/scripting/debug/overview_of_debugging_tools.md diff --git a/tutorials/scripting/evaluating_expressions.rst b/tutorials/scripting/evaluating_expressions.md similarity index 100% rename from tutorials/scripting/evaluating_expressions.rst rename to tutorials/scripting/evaluating_expressions.md diff --git a/tutorials/scripting/filesystem.rst b/tutorials/scripting/filesystem.md similarity index 100% rename from tutorials/scripting/filesystem.rst rename to tutorials/scripting/filesystem.md diff --git a/tutorials/scripting/gdscript/gdscript_advanced.rst b/tutorials/scripting/gdscript/gdscript_advanced.md similarity index 100% rename from tutorials/scripting/gdscript/gdscript_advanced.rst rename to tutorials/scripting/gdscript/gdscript_advanced.md diff --git a/tutorials/scripting/gdscript/gdscript_basics.rst b/tutorials/scripting/gdscript/gdscript_basics.md similarity index 100% rename from tutorials/scripting/gdscript/gdscript_basics.rst rename to tutorials/scripting/gdscript/gdscript_basics.md diff --git a/tutorials/scripting/gdscript/gdscript_exports.rst b/tutorials/scripting/gdscript/gdscript_exports.md similarity index 100% rename from tutorials/scripting/gdscript/gdscript_exports.rst rename to tutorials/scripting/gdscript/gdscript_exports.md diff --git a/tutorials/scripting/gdscript/gdscript_format_string.rst b/tutorials/scripting/gdscript/gdscript_format_string.md similarity index 100% rename from tutorials/scripting/gdscript/gdscript_format_string.rst rename to tutorials/scripting/gdscript/gdscript_format_string.md diff --git a/tutorials/scripting/gdscript/gdscript_styleguide.rst b/tutorials/scripting/gdscript/gdscript_styleguide.md similarity index 100% rename from tutorials/scripting/gdscript/gdscript_styleguide.rst rename to tutorials/scripting/gdscript/gdscript_styleguide.md diff --git a/tutorials/scripting/gdscript/index.rst b/tutorials/scripting/gdscript/index.md similarity index 100% rename from tutorials/scripting/gdscript/index.rst rename to tutorials/scripting/gdscript/index.md diff --git a/tutorials/scripting/gdscript/static_typing.rst b/tutorials/scripting/gdscript/static_typing.md similarity index 100% rename from tutorials/scripting/gdscript/static_typing.rst rename to tutorials/scripting/gdscript/static_typing.md diff --git a/tutorials/scripting/gdscript/warning_system.rst b/tutorials/scripting/gdscript/warning_system.md similarity index 100% rename from tutorials/scripting/gdscript/warning_system.rst rename to tutorials/scripting/gdscript/warning_system.md diff --git a/tutorials/scripting/groups.rst b/tutorials/scripting/groups.md similarity index 100% rename from tutorials/scripting/groups.rst rename to tutorials/scripting/groups.md diff --git a/tutorials/scripting/idle_and_physics_processing.rst b/tutorials/scripting/idle_and_physics_processing.md similarity index 100% rename from tutorials/scripting/idle_and_physics_processing.rst rename to tutorials/scripting/idle_and_physics_processing.md diff --git a/tutorials/scripting/index.rst b/tutorials/scripting/index.md similarity index 100% rename from tutorials/scripting/index.rst rename to tutorials/scripting/index.md diff --git a/tutorials/scripting/instancing_with_signals.rst b/tutorials/scripting/instancing_with_signals.md similarity index 100% rename from tutorials/scripting/instancing_with_signals.rst rename to tutorials/scripting/instancing_with_signals.md diff --git a/tutorials/scripting/nodes_and_scene_instances.rst b/tutorials/scripting/nodes_and_scene_instances.md similarity index 100% rename from tutorials/scripting/nodes_and_scene_instances.rst rename to tutorials/scripting/nodes_and_scene_instances.md diff --git a/tutorials/scripting/overridable_functions.rst b/tutorials/scripting/overridable_functions.md similarity index 100% rename from tutorials/scripting/overridable_functions.rst rename to tutorials/scripting/overridable_functions.md diff --git a/tutorials/scripting/pausing_games.rst b/tutorials/scripting/pausing_games.md similarity index 100% rename from tutorials/scripting/pausing_games.rst rename to tutorials/scripting/pausing_games.md diff --git a/tutorials/scripting/resources.rst b/tutorials/scripting/resources.md similarity index 100% rename from tutorials/scripting/resources.rst rename to tutorials/scripting/resources.md diff --git a/tutorials/scripting/scene_tree.rst b/tutorials/scripting/scene_tree.md similarity index 100% rename from tutorials/scripting/scene_tree.rst rename to tutorials/scripting/scene_tree.md diff --git a/tutorials/scripting/scene_unique_nodes.rst b/tutorials/scripting/scene_unique_nodes.md similarity index 100% rename from tutorials/scripting/scene_unique_nodes.rst rename to tutorials/scripting/scene_unique_nodes.md diff --git a/tutorials/scripting/singletons_autoload.rst b/tutorials/scripting/singletons_autoload.md similarity index 100% rename from tutorials/scripting/singletons_autoload.rst rename to tutorials/scripting/singletons_autoload.md diff --git a/tutorials/shaders/advanced_postprocessing.rst b/tutorials/shaders/advanced_postprocessing.md similarity index 100% rename from tutorials/shaders/advanced_postprocessing.rst rename to tutorials/shaders/advanced_postprocessing.md diff --git a/tutorials/shaders/converting_glsl_to_godot_shaders.rst b/tutorials/shaders/converting_glsl_to_godot_shaders.md similarity index 100% rename from tutorials/shaders/converting_glsl_to_godot_shaders.rst rename to tutorials/shaders/converting_glsl_to_godot_shaders.md diff --git a/tutorials/shaders/custom_postprocessing.rst b/tutorials/shaders/custom_postprocessing.md similarity index 100% rename from tutorials/shaders/custom_postprocessing.rst rename to tutorials/shaders/custom_postprocessing.md diff --git a/tutorials/shaders/index.rst b/tutorials/shaders/index.md similarity index 100% rename from tutorials/shaders/index.rst rename to tutorials/shaders/index.md diff --git a/tutorials/shaders/introduction_to_shaders.rst b/tutorials/shaders/introduction_to_shaders.md similarity index 100% rename from tutorials/shaders/introduction_to_shaders.rst rename to tutorials/shaders/introduction_to_shaders.md diff --git a/tutorials/shaders/making_trees.rst b/tutorials/shaders/making_trees.md similarity index 100% rename from tutorials/shaders/making_trees.rst rename to tutorials/shaders/making_trees.md diff --git a/tutorials/shaders/screen-reading_shaders.rst b/tutorials/shaders/screen-reading_shaders.md similarity index 100% rename from tutorials/shaders/screen-reading_shaders.rst rename to tutorials/shaders/screen-reading_shaders.md diff --git a/tutorials/shaders/shader_materials.rst b/tutorials/shaders/shader_materials.md similarity index 100% rename from tutorials/shaders/shader_materials.rst rename to tutorials/shaders/shader_materials.md diff --git a/tutorials/shaders/shader_reference/canvas_item_shader.rst b/tutorials/shaders/shader_reference/canvas_item_shader.md similarity index 100% rename from tutorials/shaders/shader_reference/canvas_item_shader.rst rename to tutorials/shaders/shader_reference/canvas_item_shader.md diff --git a/tutorials/shaders/shader_reference/index.rst b/tutorials/shaders/shader_reference/index.md similarity index 100% rename from tutorials/shaders/shader_reference/index.rst rename to tutorials/shaders/shader_reference/index.md diff --git a/tutorials/shaders/shader_reference/shading_language.rst b/tutorials/shaders/shader_reference/shading_language.md similarity index 100% rename from tutorials/shaders/shader_reference/shading_language.rst rename to tutorials/shaders/shader_reference/shading_language.md diff --git a/tutorials/shaders/shader_reference/spatial_shader.rst b/tutorials/shaders/shader_reference/spatial_shader.md similarity index 100% rename from tutorials/shaders/shader_reference/spatial_shader.rst rename to tutorials/shaders/shader_reference/spatial_shader.md diff --git a/tutorials/shaders/shaders_style_guide.rst b/tutorials/shaders/shaders_style_guide.md similarity index 100% rename from tutorials/shaders/shaders_style_guide.rst rename to tutorials/shaders/shaders_style_guide.md diff --git a/tutorials/shaders/using_viewport_as_texture.rst b/tutorials/shaders/using_viewport_as_texture.md similarity index 100% rename from tutorials/shaders/using_viewport_as_texture.rst rename to tutorials/shaders/using_viewport_as_texture.md diff --git a/tutorials/shaders/your_first_shader/index.rst b/tutorials/shaders/your_first_shader/index.md similarity index 100% rename from tutorials/shaders/your_first_shader/index.rst rename to tutorials/shaders/your_first_shader/index.md diff --git a/tutorials/shaders/your_first_shader/your_first_2d_shader.rst b/tutorials/shaders/your_first_shader/your_first_2d_shader.md similarity index 100% rename from tutorials/shaders/your_first_shader/your_first_2d_shader.rst rename to tutorials/shaders/your_first_shader/your_first_2d_shader.md diff --git a/tutorials/shaders/your_first_shader/your_first_3d_shader.rst b/tutorials/shaders/your_first_shader/your_first_3d_shader.md similarity index 100% rename from tutorials/shaders/your_first_shader/your_first_3d_shader.rst rename to tutorials/shaders/your_first_shader/your_first_3d_shader.md diff --git a/tutorials/shaders/your_first_shader/your_second_3d_shader.rst b/tutorials/shaders/your_first_shader/your_second_3d_shader.md similarity index 100% rename from tutorials/shaders/your_first_shader/your_second_3d_shader.rst rename to tutorials/shaders/your_first_shader/your_second_3d_shader.md diff --git a/tutorials/ui/bbcode_in_richtextlabel.rst b/tutorials/ui/bbcode_in_richtextlabel.md similarity index 100% rename from tutorials/ui/bbcode_in_richtextlabel.rst rename to tutorials/ui/bbcode_in_richtextlabel.md diff --git a/tutorials/ui/control_node_gallery.rst b/tutorials/ui/control_node_gallery.md similarity index 100% rename from tutorials/ui/control_node_gallery.rst rename to tutorials/ui/control_node_gallery.md diff --git a/tutorials/ui/custom_gui_controls.rst b/tutorials/ui/custom_gui_controls.md similarity index 100% rename from tutorials/ui/custom_gui_controls.rst rename to tutorials/ui/custom_gui_controls.md diff --git a/tutorials/ui/gui_containers.rst b/tutorials/ui/gui_containers.md similarity index 100% rename from tutorials/ui/gui_containers.rst rename to tutorials/ui/gui_containers.md diff --git a/tutorials/ui/gui_navigation.rst b/tutorials/ui/gui_navigation.md similarity index 100% rename from tutorials/ui/gui_navigation.rst rename to tutorials/ui/gui_navigation.md diff --git a/tutorials/ui/gui_skinning.rst b/tutorials/ui/gui_skinning.md similarity index 100% rename from tutorials/ui/gui_skinning.rst rename to tutorials/ui/gui_skinning.md diff --git a/tutorials/ui/gui_theme_type_variations.rst b/tutorials/ui/gui_theme_type_variations.md similarity index 100% rename from tutorials/ui/gui_theme_type_variations.rst rename to tutorials/ui/gui_theme_type_variations.md diff --git a/tutorials/ui/gui_using_theme_editor.rst b/tutorials/ui/gui_using_theme_editor.md similarity index 100% rename from tutorials/ui/gui_using_theme_editor.rst rename to tutorials/ui/gui_using_theme_editor.md diff --git a/tutorials/ui/index.rst b/tutorials/ui/index.md similarity index 100% rename from tutorials/ui/index.rst rename to tutorials/ui/index.md diff --git a/tutorials/ui/size_and_anchors.rst b/tutorials/ui/size_and_anchors.md similarity index 100% rename from tutorials/ui/size_and_anchors.rst rename to tutorials/ui/size_and_anchors.md