Mark potentially outdated pages with a WIP warning

This commit is contained in:
Yuri Sizov
2023-02-26 14:21:15 +01:00
parent ff4f111677
commit 978a13bb0a
94 changed files with 189 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_docs_changelog:
Documentation changelog
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_release_policy:
Godot release policy
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_troubleshooting:
Troubleshooting
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_gdscript_grammar:
GDScript grammar
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_tscn_file_format:
TSCN file format
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_godot_design_philosophy:
Godot's design philosophy
+2
View File
@@ -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?".
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_introduction_to_godot:
Introduction to Godot
@@ -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.
@@ -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.
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
Step by step
============
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_instancing:
Creating instances
@@ -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:
@@ -1,3 +1,5 @@
:article_outdated: True
..
Intention:
@@ -1,3 +1,5 @@
:article_outdated: True
.. Intention: only introduce what a script does in general and options for
scripting languages.
@@ -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.
+2
View File
@@ -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
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_2d_meshes:
2D meshes
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_viewport_and_canvas_transforms:
Viewport and canvas transforms
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_particle_systems_2d:
Particle systems (2D)
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_using_tilemaps:
Using TileMaps
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_csg_tools:
Prototyping levels with CSG
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_high_dynamic_range:
High dynamic range lighting
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_using_multi_mesh_instance:
Using MultiMeshInstance3D
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_animation_track_types:
Animation Track types
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_audio_buses:
Audio buses
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_audio_effects:
Audio effects
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_audio_streams:
Audio streams
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
Audio
=====
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_recording_with_microphone:
Recording with microphone
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_sync_with_audio:
Sync the gameplay with audio and music
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_autoloads_versus_internal_nodes:
Autoloads versus regular nodes
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_data_preferences:
Data preferences
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_godot_interfaces:
Godot interfaces
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_godot_notifications:
Godot notifications
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
Best practices
==============
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_introduction_best_practices:
Introduction
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_logic_preferences:
Logic preferences
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_node_alternatives:
When and how to avoid using nodes for everything
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_scene_organization:
Scene organization
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_scenes_versus_scripts:
When to use scenes versus scripts
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_version_control_systems:
Version Control Systems
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_what_are_godot_classes:
Applying object-oriented principles in Godot
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_command_line_tutorial:
Command line tutorial
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_customizing_editor:
Customizing the interface
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. meta::
:keywords: cheatsheet, cheat sheet, shortcut
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_external_editor:
Using an external text editor
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
Editor introduction
===================
+1
View File
@@ -1,3 +1,4 @@
:article_outdated: True
.. _doc_editor_inspector_dock:
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_managing_editor_features:
Managing editor features
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_project_manager:
Using the Project manager
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_project_settings:
Project Settings
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_using_the_web_editor:
Using the Web editor
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_exporting_for_dedicated_servers:
Exporting for dedicated servers
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_exporting_for_uwp:
Exporting for Universal Windows Platform
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_exporting_projects:
Exporting projects
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_background_loading:
Background loading
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_binary_serialization_api:
Binary serialization API
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_high_level_multiplayer:
High-level multiplayer
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_http_client_class:
HTTP client class
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_http_request_class:
Making HTTP requests
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
Networking
==========
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_ssl_certificates:
SSL certificates
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_webrtc:
WebRTC
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_websocket:
WebSocket
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_cpu_optimization:
CPU optimization
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_general_optimization:
General optimization tips
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_gpu_optimization:
GPU optimization
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_performance:
Performance
@@ -1,3 +1,5 @@
:article_outdated: True
.. meta::
:keywords: optimization
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_thread_safe_apis:
Thread-safe APIs
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_using_multimesh:
Optimization using MultiMeshes
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_using_multiple_threads:
Using multiple threads
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_using_servers:
Optimization using Servers
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_animating_thousands_of_fish:
Animating thousands of fish with MultiMeshInstance3D
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_controlling_thousands_of_fish:
Controlling thousands of fish with Particles
@@ -1,3 +1,5 @@
:article_outdated: True
Animating thousands of objects
==============================
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_android_in_app_purchases:
Android in-app purchases
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_android_plugin:
Creating Android plugins
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
Android plugins
===============
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_customizing_html5_shell:
Custom HTML page for Web export
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_html5_shell_classref:
HTML5 shell class reference
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
Platform-specific
=================
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
iOS plugins
===========
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_ios_plugin:
Creating iOS plugins
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_plugins_for_ios:
Plugins for iOS
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_platform_html5:
HTML5
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_3d_gizmo_plugins:
3D gizmo plugins
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_import_plugins:
Import plugins
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_making_main_screen_plugins:
Making main screen plugins
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_multiple_resolutions:
Multiple resolutions
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_custom_gui_controls:
Custom GUI controls
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_gui_containers:
Using Containers
+2
View File
@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_size_and_anchors:
Size and anchors