From 978a13bb0a95e27de690f6a495c6b2a1069fecdd Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Sun, 26 Feb 2023 13:53:07 +0100 Subject: [PATCH] Mark potentially outdated pages with a WIP warning --- about/docs_changelog.rst | 2 ++ about/release_policy.rst | 2 ++ about/troubleshooting.rst | 2 ++ contributing/development/file_formats/gdscript_grammar.rst | 2 ++ contributing/development/file_formats/tscn.rst | 2 ++ getting_started/introduction/godot_design_philosophy.rst | 2 ++ getting_started/introduction/index.rst | 2 ++ getting_started/introduction/introduction_to_godot.rst | 2 ++ getting_started/introduction/key_concepts_overview.rst | 2 ++ getting_started/introduction/learning_new_features.rst | 2 ++ getting_started/step_by_step/index.rst | 2 ++ getting_started/step_by_step/instancing.rst | 2 ++ getting_started/step_by_step/nodes_and_scenes.rst | 5 ++++- getting_started/step_by_step/scripting_first_script.rst | 2 ++ getting_started/step_by_step/scripting_languages.rst | 2 ++ getting_started/step_by_step/scripting_player_input.rst | 2 ++ getting_started/step_by_step/signals.rst | 2 ++ tutorials/2d/2d_meshes.rst | 2 ++ tutorials/2d/2d_transforms.rst | 2 ++ tutorials/2d/particle_systems_2d.rst | 2 ++ tutorials/2d/using_tilemaps.rst | 2 ++ tutorials/3d/csg_tools.rst | 2 ++ tutorials/3d/high_dynamic_range.rst | 2 ++ tutorials/3d/using_multi_mesh_instance.rst | 2 ++ tutorials/animation/animation_track_types.rst | 2 ++ tutorials/audio/audio_buses.rst | 2 ++ tutorials/audio/audio_effects.rst | 2 ++ tutorials/audio/audio_streams.rst | 2 ++ tutorials/audio/index.rst | 2 ++ tutorials/audio/recording_with_microphone.rst | 2 ++ tutorials/audio/sync_with_audio.rst | 2 ++ tutorials/best_practices/autoloads_versus_internal_nodes.rst | 2 ++ tutorials/best_practices/data_preferences.rst | 2 ++ tutorials/best_practices/godot_interfaces.rst | 2 ++ tutorials/best_practices/godot_notifications.rst | 2 ++ tutorials/best_practices/index.rst | 2 ++ tutorials/best_practices/introduction_best_practices.rst | 2 ++ tutorials/best_practices/logic_preferences.rst | 2 ++ tutorials/best_practices/node_alternatives.rst | 2 ++ tutorials/best_practices/scene_organization.rst | 2 ++ tutorials/best_practices/scenes_versus_scripts.rst | 2 ++ tutorials/best_practices/version_control_systems.rst | 2 ++ tutorials/best_practices/what_are_godot_classes.rst | 2 ++ tutorials/editor/command_line_tutorial.rst | 2 ++ tutorials/editor/customizing_editor.rst | 2 ++ tutorials/editor/default_key_mapping.rst | 2 ++ tutorials/editor/external_editor.rst | 2 ++ tutorials/editor/index.rst | 2 ++ tutorials/editor/inspector_dock.rst | 1 + tutorials/editor/managing_editor_features.rst | 2 ++ tutorials/editor/project_manager.rst | 2 ++ tutorials/editor/project_settings.rst | 2 ++ tutorials/editor/using_the_web_editor.rst | 2 ++ tutorials/export/exporting_for_dedicated_servers.rst | 2 ++ tutorials/export/exporting_for_uwp.rst | 2 ++ tutorials/export/exporting_projects.rst | 2 ++ tutorials/io/background_loading.rst | 2 ++ tutorials/io/binary_serialization_api.rst | 2 ++ tutorials/networking/high_level_multiplayer.rst | 2 ++ tutorials/networking/http_client_class.rst | 2 ++ tutorials/networking/http_request_class.rst | 2 ++ tutorials/networking/index.rst | 2 ++ tutorials/networking/ssl_certificates.rst | 2 ++ tutorials/networking/webrtc.rst | 2 ++ tutorials/networking/websocket.rst | 2 ++ tutorials/performance/cpu_optimization.rst | 2 ++ tutorials/performance/general_optimization.rst | 2 ++ tutorials/performance/gpu_optimization.rst | 2 ++ tutorials/performance/index.rst | 2 ++ tutorials/performance/optimizing_3d_performance.rst | 2 ++ tutorials/performance/thread_safe_apis.rst | 2 ++ tutorials/performance/using_multimesh.rst | 2 ++ tutorials/performance/using_multiple_threads.rst | 2 ++ tutorials/performance/using_servers.rst | 2 ++ .../vertex_animation/animating_thousands_of_fish.rst | 2 ++ .../vertex_animation/controlling_thousands_of_fish.rst | 2 ++ tutorials/performance/vertex_animation/index.rst | 2 ++ tutorials/platform/android/android_in_app_purchases.rst | 2 ++ tutorials/platform/android/android_plugin.rst | 2 ++ tutorials/platform/android/index.rst | 2 ++ tutorials/platform/customizing_html5_shell.rst | 2 ++ tutorials/platform/html5_shell_classref.rst | 2 ++ tutorials/platform/index.rst | 2 ++ tutorials/platform/ios/index.rst | 2 ++ tutorials/platform/ios/ios_plugin.rst | 2 ++ tutorials/platform/ios/plugins_for_ios.rst | 2 ++ tutorials/platform/platform_html5.rst | 2 ++ tutorials/plugins/editor/3d_gizmos.rst | 2 ++ tutorials/plugins/editor/import_plugins.rst | 2 ++ tutorials/plugins/editor/making_main_screen_plugins.rst | 2 ++ tutorials/rendering/multiple_resolutions.rst | 2 ++ tutorials/ui/custom_gui_controls.rst | 2 ++ tutorials/ui/gui_containers.rst | 2 ++ tutorials/ui/size_and_anchors.rst | 2 ++ 94 files changed, 189 insertions(+), 1 deletion(-) diff --git a/about/docs_changelog.rst b/about/docs_changelog.rst index bd28199a6..8c35a9dc2 100644 --- a/about/docs_changelog.rst +++ b/about/docs_changelog.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_docs_changelog: Documentation changelog diff --git a/about/release_policy.rst b/about/release_policy.rst index 1d8494fcb..58d7f9d02 100644 --- a/about/release_policy.rst +++ b/about/release_policy.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_release_policy: Godot release policy diff --git a/about/troubleshooting.rst b/about/troubleshooting.rst index a8d21833e..ae0b9b1a6 100644 --- a/about/troubleshooting.rst +++ b/about/troubleshooting.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_troubleshooting: Troubleshooting diff --git a/contributing/development/file_formats/gdscript_grammar.rst b/contributing/development/file_formats/gdscript_grammar.rst index 07d08d260..29141af84 100644 --- a/contributing/development/file_formats/gdscript_grammar.rst +++ b/contributing/development/file_formats/gdscript_grammar.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_gdscript_grammar: GDScript grammar diff --git a/contributing/development/file_formats/tscn.rst b/contributing/development/file_formats/tscn.rst index 093cdac76..078f67276 100644 --- a/contributing/development/file_formats/tscn.rst +++ b/contributing/development/file_formats/tscn.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_tscn_file_format: TSCN file format diff --git a/getting_started/introduction/godot_design_philosophy.rst b/getting_started/introduction/godot_design_philosophy.rst index 7a15b4c24..1fcfbf30c 100644 --- a/getting_started/introduction/godot_design_philosophy.rst +++ b/getting_started/introduction/godot_design_philosophy.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_godot_design_philosophy: Godot's design philosophy diff --git a/getting_started/introduction/index.rst b/getting_started/introduction/index.rst index 8c1412aeb..2bce432f5 100644 --- a/getting_started/introduction/index.rst +++ b/getting_started/introduction/index.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. Intention: provide the necessary information to make the most of the getting started series, answering questions like "do I want to learn Godot?", "how does it look and feel?", "how does it work?", and "how do I best learn it?". diff --git a/getting_started/introduction/introduction_to_godot.rst b/getting_started/introduction/introduction_to_godot.rst index 11a3f7288..970a8fea9 100644 --- a/getting_started/introduction/introduction_to_godot.rst +++ b/getting_started/introduction/introduction_to_godot.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_introduction_to_godot: Introduction to Godot diff --git a/getting_started/introduction/key_concepts_overview.rst b/getting_started/introduction/key_concepts_overview.rst index e7123fd5c..91e80f3a3 100644 --- a/getting_started/introduction/key_concepts_overview.rst +++ b/getting_started/introduction/key_concepts_overview.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. Intention: introduce only a handful of key concepts and avoid a big cognitive load. Readers will then be reminded of the concepts further in the getting started series, reinforcing their learning. diff --git a/getting_started/introduction/learning_new_features.rst b/getting_started/introduction/learning_new_features.rst index 63b480ef4..bc9f44b21 100644 --- a/getting_started/introduction/learning_new_features.rst +++ b/getting_started/introduction/learning_new_features.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. Keep this page short and sweet! We want users to read it to the end, so they know where to find information, how to get help, and how to maximize chances of getting answers. diff --git a/getting_started/step_by_step/index.rst b/getting_started/step_by_step/index.rst index 1a43ccfac..1d27c9454 100644 --- a/getting_started/step_by_step/index.rst +++ b/getting_started/step_by_step/index.rst @@ -1,3 +1,5 @@ +:article_outdated: True + Step by step ============ diff --git a/getting_started/step_by_step/instancing.rst b/getting_started/step_by_step/instancing.rst index b262156cf..93b47f390 100644 --- a/getting_started/step_by_step/instancing.rst +++ b/getting_started/step_by_step/instancing.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_instancing: Creating instances diff --git a/getting_started/step_by_step/nodes_and_scenes.rst b/getting_started/step_by_step/nodes_and_scenes.rst index b1b90febe..cd4f47b17 100644 --- a/getting_started/step_by_step/nodes_and_scenes.rst +++ b/getting_started/step_by_step/nodes_and_scenes.rst @@ -1,4 +1,7 @@ -.. The goal of this page is to explain more than doc_key_concepts_overview about nodes and scenes, get the user to create their first concrete scene. +:article_outdated: True + +.. The goal of this page is to explain more than doc_key_concepts_overview about nodes and scenes, + get the user to create their first concrete scene. .. _doc_nodes_and_scenes: diff --git a/getting_started/step_by_step/scripting_first_script.rst b/getting_started/step_by_step/scripting_first_script.rst index 49734efdb..54be59550 100644 --- a/getting_started/step_by_step/scripting_first_script.rst +++ b/getting_started/step_by_step/scripting_first_script.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. Intention: diff --git a/getting_started/step_by_step/scripting_languages.rst b/getting_started/step_by_step/scripting_languages.rst index 4cd33def7..088bb0323 100644 --- a/getting_started/step_by_step/scripting_languages.rst +++ b/getting_started/step_by_step/scripting_languages.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. Intention: only introduce what a script does in general and options for scripting languages. diff --git a/getting_started/step_by_step/scripting_player_input.rst b/getting_started/step_by_step/scripting_player_input.rst index d8bdd4778..4defec8b0 100644 --- a/getting_started/step_by_step/scripting_player_input.rst +++ b/getting_started/step_by_step/scripting_player_input.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. Intention: only introduce one necessary input method at this point. The Inputs section of the docs should provide more guides comparing the various tools you have to manage the complexity of user input. diff --git a/getting_started/step_by_step/signals.rst b/getting_started/step_by_step/signals.rst index 62d141638..599eb6475 100644 --- a/getting_started/step_by_step/signals.rst +++ b/getting_started/step_by_step/signals.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. Intention: give the user a first taste of signals. We should write more documentation in the scripting/ section. .. Note: GDScript snippets use one line return instead of two because they're diff --git a/tutorials/2d/2d_meshes.rst b/tutorials/2d/2d_meshes.rst index 28cdc471b..31c5d474d 100644 --- a/tutorials/2d/2d_meshes.rst +++ b/tutorials/2d/2d_meshes.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_2d_meshes: 2D meshes diff --git a/tutorials/2d/2d_transforms.rst b/tutorials/2d/2d_transforms.rst index f875ee1a2..10b148c93 100644 --- a/tutorials/2d/2d_transforms.rst +++ b/tutorials/2d/2d_transforms.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_viewport_and_canvas_transforms: Viewport and canvas transforms diff --git a/tutorials/2d/particle_systems_2d.rst b/tutorials/2d/particle_systems_2d.rst index 8bf9e7268..e907da0b3 100644 --- a/tutorials/2d/particle_systems_2d.rst +++ b/tutorials/2d/particle_systems_2d.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_particle_systems_2d: Particle systems (2D) diff --git a/tutorials/2d/using_tilemaps.rst b/tutorials/2d/using_tilemaps.rst index 2359793db..a9d314274 100644 --- a/tutorials/2d/using_tilemaps.rst +++ b/tutorials/2d/using_tilemaps.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_using_tilemaps: Using TileMaps diff --git a/tutorials/3d/csg_tools.rst b/tutorials/3d/csg_tools.rst index 396e7e119..36263e388 100644 --- a/tutorials/3d/csg_tools.rst +++ b/tutorials/3d/csg_tools.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_csg_tools: Prototyping levels with CSG diff --git a/tutorials/3d/high_dynamic_range.rst b/tutorials/3d/high_dynamic_range.rst index 591f84686..73d08ef2c 100644 --- a/tutorials/3d/high_dynamic_range.rst +++ b/tutorials/3d/high_dynamic_range.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_high_dynamic_range: High dynamic range lighting diff --git a/tutorials/3d/using_multi_mesh_instance.rst b/tutorials/3d/using_multi_mesh_instance.rst index 6ff0398ba..8941ce0f8 100644 --- a/tutorials/3d/using_multi_mesh_instance.rst +++ b/tutorials/3d/using_multi_mesh_instance.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_using_multi_mesh_instance: Using MultiMeshInstance3D diff --git a/tutorials/animation/animation_track_types.rst b/tutorials/animation/animation_track_types.rst index 1c0ebc13f..961681b29 100644 --- a/tutorials/animation/animation_track_types.rst +++ b/tutorials/animation/animation_track_types.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_animation_track_types: Animation Track types diff --git a/tutorials/audio/audio_buses.rst b/tutorials/audio/audio_buses.rst index e08175a90..b0211ec47 100644 --- a/tutorials/audio/audio_buses.rst +++ b/tutorials/audio/audio_buses.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_audio_buses: Audio buses diff --git a/tutorials/audio/audio_effects.rst b/tutorials/audio/audio_effects.rst index 920fabc57..72bf61c04 100644 --- a/tutorials/audio/audio_effects.rst +++ b/tutorials/audio/audio_effects.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_audio_effects: Audio effects diff --git a/tutorials/audio/audio_streams.rst b/tutorials/audio/audio_streams.rst index fe3326723..b831fa14e 100644 --- a/tutorials/audio/audio_streams.rst +++ b/tutorials/audio/audio_streams.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_audio_streams: Audio streams diff --git a/tutorials/audio/index.rst b/tutorials/audio/index.rst index 5ac6318d4..28001a70e 100644 --- a/tutorials/audio/index.rst +++ b/tutorials/audio/index.rst @@ -1,3 +1,5 @@ +:article_outdated: True + Audio ===== diff --git a/tutorials/audio/recording_with_microphone.rst b/tutorials/audio/recording_with_microphone.rst index 5420f7469..dd6dc015e 100644 --- a/tutorials/audio/recording_with_microphone.rst +++ b/tutorials/audio/recording_with_microphone.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_recording_with_microphone: Recording with microphone diff --git a/tutorials/audio/sync_with_audio.rst b/tutorials/audio/sync_with_audio.rst index d45d83c3a..8a789d657 100644 --- a/tutorials/audio/sync_with_audio.rst +++ b/tutorials/audio/sync_with_audio.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_sync_with_audio: Sync the gameplay with audio and music diff --git a/tutorials/best_practices/autoloads_versus_internal_nodes.rst b/tutorials/best_practices/autoloads_versus_internal_nodes.rst index 117f807c6..18471ed9f 100644 --- a/tutorials/best_practices/autoloads_versus_internal_nodes.rst +++ b/tutorials/best_practices/autoloads_versus_internal_nodes.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_autoloads_versus_internal_nodes: Autoloads versus regular nodes diff --git a/tutorials/best_practices/data_preferences.rst b/tutorials/best_practices/data_preferences.rst index 32382e769..aa56ffba1 100644 --- a/tutorials/best_practices/data_preferences.rst +++ b/tutorials/best_practices/data_preferences.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_data_preferences: Data preferences diff --git a/tutorials/best_practices/godot_interfaces.rst b/tutorials/best_practices/godot_interfaces.rst index b35947279..4685c1725 100644 --- a/tutorials/best_practices/godot_interfaces.rst +++ b/tutorials/best_practices/godot_interfaces.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_godot_interfaces: Godot interfaces diff --git a/tutorials/best_practices/godot_notifications.rst b/tutorials/best_practices/godot_notifications.rst index 6fcbaebf5..5ea7366ee 100644 --- a/tutorials/best_practices/godot_notifications.rst +++ b/tutorials/best_practices/godot_notifications.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_godot_notifications: Godot notifications diff --git a/tutorials/best_practices/index.rst b/tutorials/best_practices/index.rst index 2f5040156..8374571a9 100644 --- a/tutorials/best_practices/index.rst +++ b/tutorials/best_practices/index.rst @@ -1,3 +1,5 @@ +:article_outdated: True + Best practices ============== diff --git a/tutorials/best_practices/introduction_best_practices.rst b/tutorials/best_practices/introduction_best_practices.rst index 349ec01c0..ec7f37777 100644 --- a/tutorials/best_practices/introduction_best_practices.rst +++ b/tutorials/best_practices/introduction_best_practices.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_introduction_best_practices: Introduction diff --git a/tutorials/best_practices/logic_preferences.rst b/tutorials/best_practices/logic_preferences.rst index 2beb82c53..dc353a5ee 100644 --- a/tutorials/best_practices/logic_preferences.rst +++ b/tutorials/best_practices/logic_preferences.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_logic_preferences: Logic preferences diff --git a/tutorials/best_practices/node_alternatives.rst b/tutorials/best_practices/node_alternatives.rst index 5c17add39..94a47e53c 100644 --- a/tutorials/best_practices/node_alternatives.rst +++ b/tutorials/best_practices/node_alternatives.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_node_alternatives: When and how to avoid using nodes for everything diff --git a/tutorials/best_practices/scene_organization.rst b/tutorials/best_practices/scene_organization.rst index b1c9cb470..103813d78 100644 --- a/tutorials/best_practices/scene_organization.rst +++ b/tutorials/best_practices/scene_organization.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_scene_organization: Scene organization diff --git a/tutorials/best_practices/scenes_versus_scripts.rst b/tutorials/best_practices/scenes_versus_scripts.rst index 75f745071..63f13c925 100644 --- a/tutorials/best_practices/scenes_versus_scripts.rst +++ b/tutorials/best_practices/scenes_versus_scripts.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_scenes_versus_scripts: When to use scenes versus scripts diff --git a/tutorials/best_practices/version_control_systems.rst b/tutorials/best_practices/version_control_systems.rst index ce00f4dac..d40abb93c 100644 --- a/tutorials/best_practices/version_control_systems.rst +++ b/tutorials/best_practices/version_control_systems.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_version_control_systems: Version Control Systems diff --git a/tutorials/best_practices/what_are_godot_classes.rst b/tutorials/best_practices/what_are_godot_classes.rst index 78f3fcbd3..5b1e9ee91 100644 --- a/tutorials/best_practices/what_are_godot_classes.rst +++ b/tutorials/best_practices/what_are_godot_classes.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_what_are_godot_classes: Applying object-oriented principles in Godot diff --git a/tutorials/editor/command_line_tutorial.rst b/tutorials/editor/command_line_tutorial.rst index de41e5287..48b34a908 100644 --- a/tutorials/editor/command_line_tutorial.rst +++ b/tutorials/editor/command_line_tutorial.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_command_line_tutorial: Command line tutorial diff --git a/tutorials/editor/customizing_editor.rst b/tutorials/editor/customizing_editor.rst index 87e80c0d4..1f550b2ef 100644 --- a/tutorials/editor/customizing_editor.rst +++ b/tutorials/editor/customizing_editor.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_customizing_editor: Customizing the interface diff --git a/tutorials/editor/default_key_mapping.rst b/tutorials/editor/default_key_mapping.rst index 0801ac9c7..50cbc652a 100644 --- a/tutorials/editor/default_key_mapping.rst +++ b/tutorials/editor/default_key_mapping.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. meta:: :keywords: cheatsheet, cheat sheet, shortcut diff --git a/tutorials/editor/external_editor.rst b/tutorials/editor/external_editor.rst index d5a6efc4f..5aa87a764 100644 --- a/tutorials/editor/external_editor.rst +++ b/tutorials/editor/external_editor.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_external_editor: Using an external text editor diff --git a/tutorials/editor/index.rst b/tutorials/editor/index.rst index eee770449..383ae61bd 100644 --- a/tutorials/editor/index.rst +++ b/tutorials/editor/index.rst @@ -1,3 +1,5 @@ +:article_outdated: True + Editor introduction =================== diff --git a/tutorials/editor/inspector_dock.rst b/tutorials/editor/inspector_dock.rst index 37d6565c3..fa98398b6 100644 --- a/tutorials/editor/inspector_dock.rst +++ b/tutorials/editor/inspector_dock.rst @@ -1,3 +1,4 @@ +:article_outdated: True .. _doc_editor_inspector_dock: diff --git a/tutorials/editor/managing_editor_features.rst b/tutorials/editor/managing_editor_features.rst index af93688b4..10bd40e47 100644 --- a/tutorials/editor/managing_editor_features.rst +++ b/tutorials/editor/managing_editor_features.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_managing_editor_features: Managing editor features diff --git a/tutorials/editor/project_manager.rst b/tutorials/editor/project_manager.rst index 07e952fc4..4bd059101 100644 --- a/tutorials/editor/project_manager.rst +++ b/tutorials/editor/project_manager.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_project_manager: Using the Project manager diff --git a/tutorials/editor/project_settings.rst b/tutorials/editor/project_settings.rst index d3c3f7a0b..fdf9e06c6 100644 --- a/tutorials/editor/project_settings.rst +++ b/tutorials/editor/project_settings.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_project_settings: Project Settings diff --git a/tutorials/editor/using_the_web_editor.rst b/tutorials/editor/using_the_web_editor.rst index 22ae77212..0119c288a 100644 --- a/tutorials/editor/using_the_web_editor.rst +++ b/tutorials/editor/using_the_web_editor.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_using_the_web_editor: Using the Web editor diff --git a/tutorials/export/exporting_for_dedicated_servers.rst b/tutorials/export/exporting_for_dedicated_servers.rst index 88cae9df4..3c9582728 100644 --- a/tutorials/export/exporting_for_dedicated_servers.rst +++ b/tutorials/export/exporting_for_dedicated_servers.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_exporting_for_dedicated_servers: Exporting for dedicated servers diff --git a/tutorials/export/exporting_for_uwp.rst b/tutorials/export/exporting_for_uwp.rst index 729e7abb9..8a8d0acd2 100644 --- a/tutorials/export/exporting_for_uwp.rst +++ b/tutorials/export/exporting_for_uwp.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_exporting_for_uwp: Exporting for Universal Windows Platform diff --git a/tutorials/export/exporting_projects.rst b/tutorials/export/exporting_projects.rst index ffd36069f..fa13c79f8 100644 --- a/tutorials/export/exporting_projects.rst +++ b/tutorials/export/exporting_projects.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_exporting_projects: Exporting projects diff --git a/tutorials/io/background_loading.rst b/tutorials/io/background_loading.rst index 75a6457a3..b8564baf6 100644 --- a/tutorials/io/background_loading.rst +++ b/tutorials/io/background_loading.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_background_loading: Background loading diff --git a/tutorials/io/binary_serialization_api.rst b/tutorials/io/binary_serialization_api.rst index 09179f96e..52924c486 100644 --- a/tutorials/io/binary_serialization_api.rst +++ b/tutorials/io/binary_serialization_api.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_binary_serialization_api: Binary serialization API diff --git a/tutorials/networking/high_level_multiplayer.rst b/tutorials/networking/high_level_multiplayer.rst index f8751706e..2e3d965d7 100644 --- a/tutorials/networking/high_level_multiplayer.rst +++ b/tutorials/networking/high_level_multiplayer.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_high_level_multiplayer: High-level multiplayer diff --git a/tutorials/networking/http_client_class.rst b/tutorials/networking/http_client_class.rst index e4686f882..269af19f5 100644 --- a/tutorials/networking/http_client_class.rst +++ b/tutorials/networking/http_client_class.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_http_client_class: HTTP client class diff --git a/tutorials/networking/http_request_class.rst b/tutorials/networking/http_request_class.rst index 964392bae..9a0850655 100644 --- a/tutorials/networking/http_request_class.rst +++ b/tutorials/networking/http_request_class.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_http_request_class: Making HTTP requests diff --git a/tutorials/networking/index.rst b/tutorials/networking/index.rst index dd7780c8f..7ef2dc0f1 100644 --- a/tutorials/networking/index.rst +++ b/tutorials/networking/index.rst @@ -1,3 +1,5 @@ +:article_outdated: True + Networking ========== diff --git a/tutorials/networking/ssl_certificates.rst b/tutorials/networking/ssl_certificates.rst index 2397db002..09da65d08 100644 --- a/tutorials/networking/ssl_certificates.rst +++ b/tutorials/networking/ssl_certificates.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_ssl_certificates: SSL certificates diff --git a/tutorials/networking/webrtc.rst b/tutorials/networking/webrtc.rst index c486f3eb2..d862a3f62 100644 --- a/tutorials/networking/webrtc.rst +++ b/tutorials/networking/webrtc.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_webrtc: WebRTC diff --git a/tutorials/networking/websocket.rst b/tutorials/networking/websocket.rst index f1fd6d406..c37580660 100644 --- a/tutorials/networking/websocket.rst +++ b/tutorials/networking/websocket.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_websocket: WebSocket diff --git a/tutorials/performance/cpu_optimization.rst b/tutorials/performance/cpu_optimization.rst index 2934bd0b0..e48279e41 100644 --- a/tutorials/performance/cpu_optimization.rst +++ b/tutorials/performance/cpu_optimization.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_cpu_optimization: CPU optimization diff --git a/tutorials/performance/general_optimization.rst b/tutorials/performance/general_optimization.rst index 70c597395..26b854585 100644 --- a/tutorials/performance/general_optimization.rst +++ b/tutorials/performance/general_optimization.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_general_optimization: General optimization tips diff --git a/tutorials/performance/gpu_optimization.rst b/tutorials/performance/gpu_optimization.rst index 98e6cb8c5..b36938d38 100644 --- a/tutorials/performance/gpu_optimization.rst +++ b/tutorials/performance/gpu_optimization.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_gpu_optimization: GPU optimization diff --git a/tutorials/performance/index.rst b/tutorials/performance/index.rst index df3ce77cb..69da64ebb 100644 --- a/tutorials/performance/index.rst +++ b/tutorials/performance/index.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_performance: Performance diff --git a/tutorials/performance/optimizing_3d_performance.rst b/tutorials/performance/optimizing_3d_performance.rst index 978df4df6..f7f7e6de3 100644 --- a/tutorials/performance/optimizing_3d_performance.rst +++ b/tutorials/performance/optimizing_3d_performance.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. meta:: :keywords: optimization diff --git a/tutorials/performance/thread_safe_apis.rst b/tutorials/performance/thread_safe_apis.rst index b93f92cbf..d1861d7e0 100644 --- a/tutorials/performance/thread_safe_apis.rst +++ b/tutorials/performance/thread_safe_apis.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_thread_safe_apis: Thread-safe APIs diff --git a/tutorials/performance/using_multimesh.rst b/tutorials/performance/using_multimesh.rst index 2c727a076..dd0614ec6 100644 --- a/tutorials/performance/using_multimesh.rst +++ b/tutorials/performance/using_multimesh.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_using_multimesh: Optimization using MultiMeshes diff --git a/tutorials/performance/using_multiple_threads.rst b/tutorials/performance/using_multiple_threads.rst index 90803a71a..17fa79bf0 100644 --- a/tutorials/performance/using_multiple_threads.rst +++ b/tutorials/performance/using_multiple_threads.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_using_multiple_threads: Using multiple threads diff --git a/tutorials/performance/using_servers.rst b/tutorials/performance/using_servers.rst index f250cf819..9cb9849a5 100644 --- a/tutorials/performance/using_servers.rst +++ b/tutorials/performance/using_servers.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_using_servers: Optimization using Servers diff --git a/tutorials/performance/vertex_animation/animating_thousands_of_fish.rst b/tutorials/performance/vertex_animation/animating_thousands_of_fish.rst index 8f4a5f381..f6dc25f7d 100644 --- a/tutorials/performance/vertex_animation/animating_thousands_of_fish.rst +++ b/tutorials/performance/vertex_animation/animating_thousands_of_fish.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_animating_thousands_of_fish: Animating thousands of fish with MultiMeshInstance3D diff --git a/tutorials/performance/vertex_animation/controlling_thousands_of_fish.rst b/tutorials/performance/vertex_animation/controlling_thousands_of_fish.rst index 8dcdbf64a..bbf0ace45 100644 --- a/tutorials/performance/vertex_animation/controlling_thousands_of_fish.rst +++ b/tutorials/performance/vertex_animation/controlling_thousands_of_fish.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_controlling_thousands_of_fish: Controlling thousands of fish with Particles diff --git a/tutorials/performance/vertex_animation/index.rst b/tutorials/performance/vertex_animation/index.rst index 446445845..fe3c4017d 100644 --- a/tutorials/performance/vertex_animation/index.rst +++ b/tutorials/performance/vertex_animation/index.rst @@ -1,3 +1,5 @@ +:article_outdated: True + Animating thousands of objects ============================== diff --git a/tutorials/platform/android/android_in_app_purchases.rst b/tutorials/platform/android/android_in_app_purchases.rst index c452fb8d1..125a7cc60 100644 --- a/tutorials/platform/android/android_in_app_purchases.rst +++ b/tutorials/platform/android/android_in_app_purchases.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_android_in_app_purchases: Android in-app purchases diff --git a/tutorials/platform/android/android_plugin.rst b/tutorials/platform/android/android_plugin.rst index 72c5fa110..6ecb221c9 100644 --- a/tutorials/platform/android/android_plugin.rst +++ b/tutorials/platform/android/android_plugin.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_android_plugin: Creating Android plugins diff --git a/tutorials/platform/android/index.rst b/tutorials/platform/android/index.rst index e2406e6d8..6d64d277c 100644 --- a/tutorials/platform/android/index.rst +++ b/tutorials/platform/android/index.rst @@ -1,3 +1,5 @@ +:article_outdated: True + Android plugins =============== diff --git a/tutorials/platform/customizing_html5_shell.rst b/tutorials/platform/customizing_html5_shell.rst index 9e8b83dfa..68e7f29fb 100644 --- a/tutorials/platform/customizing_html5_shell.rst +++ b/tutorials/platform/customizing_html5_shell.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_customizing_html5_shell: Custom HTML page for Web export diff --git a/tutorials/platform/html5_shell_classref.rst b/tutorials/platform/html5_shell_classref.rst index 98d858771..0f65604b3 100644 --- a/tutorials/platform/html5_shell_classref.rst +++ b/tutorials/platform/html5_shell_classref.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_html5_shell_classref: HTML5 shell class reference diff --git a/tutorials/platform/index.rst b/tutorials/platform/index.rst index 54f67bca2..9776f72ee 100644 --- a/tutorials/platform/index.rst +++ b/tutorials/platform/index.rst @@ -1,3 +1,5 @@ +:article_outdated: True + Platform-specific ================= diff --git a/tutorials/platform/ios/index.rst b/tutorials/platform/ios/index.rst index d8776a95a..ff65be5f3 100644 --- a/tutorials/platform/ios/index.rst +++ b/tutorials/platform/ios/index.rst @@ -1,3 +1,5 @@ +:article_outdated: True + iOS plugins =========== diff --git a/tutorials/platform/ios/ios_plugin.rst b/tutorials/platform/ios/ios_plugin.rst index 0c2093552..954ac5107 100644 --- a/tutorials/platform/ios/ios_plugin.rst +++ b/tutorials/platform/ios/ios_plugin.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_ios_plugin: Creating iOS plugins diff --git a/tutorials/platform/ios/plugins_for_ios.rst b/tutorials/platform/ios/plugins_for_ios.rst index df2b13f1e..ec84d3aeb 100644 --- a/tutorials/platform/ios/plugins_for_ios.rst +++ b/tutorials/platform/ios/plugins_for_ios.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_plugins_for_ios: Plugins for iOS diff --git a/tutorials/platform/platform_html5.rst b/tutorials/platform/platform_html5.rst index 2bf6cdd67..777426792 100644 --- a/tutorials/platform/platform_html5.rst +++ b/tutorials/platform/platform_html5.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_platform_html5: HTML5 diff --git a/tutorials/plugins/editor/3d_gizmos.rst b/tutorials/plugins/editor/3d_gizmos.rst index aa4944372..a7f3c79c3 100644 --- a/tutorials/plugins/editor/3d_gizmos.rst +++ b/tutorials/plugins/editor/3d_gizmos.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_3d_gizmo_plugins: 3D gizmo plugins diff --git a/tutorials/plugins/editor/import_plugins.rst b/tutorials/plugins/editor/import_plugins.rst index 85a12cce5..244e3ac5d 100644 --- a/tutorials/plugins/editor/import_plugins.rst +++ b/tutorials/plugins/editor/import_plugins.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_import_plugins: Import plugins diff --git a/tutorials/plugins/editor/making_main_screen_plugins.rst b/tutorials/plugins/editor/making_main_screen_plugins.rst index 722b20e6c..0a1b5f828 100644 --- a/tutorials/plugins/editor/making_main_screen_plugins.rst +++ b/tutorials/plugins/editor/making_main_screen_plugins.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_making_main_screen_plugins: Making main screen plugins diff --git a/tutorials/rendering/multiple_resolutions.rst b/tutorials/rendering/multiple_resolutions.rst index 4b5048e41..f552fbf56 100644 --- a/tutorials/rendering/multiple_resolutions.rst +++ b/tutorials/rendering/multiple_resolutions.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_multiple_resolutions: Multiple resolutions diff --git a/tutorials/ui/custom_gui_controls.rst b/tutorials/ui/custom_gui_controls.rst index c9d38e8d9..79733e47a 100644 --- a/tutorials/ui/custom_gui_controls.rst +++ b/tutorials/ui/custom_gui_controls.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_custom_gui_controls: Custom GUI controls diff --git a/tutorials/ui/gui_containers.rst b/tutorials/ui/gui_containers.rst index 761a20a82..258a68103 100644 --- a/tutorials/ui/gui_containers.rst +++ b/tutorials/ui/gui_containers.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_gui_containers: Using Containers diff --git a/tutorials/ui/size_and_anchors.rst b/tutorials/ui/size_and_anchors.rst index 52a105ea4..38940cfbd 100644 --- a/tutorials/ui/size_and_anchors.rst +++ b/tutorials/ui/size_and_anchors.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_size_and_anchors: Size and anchors