Mark potentially outdated pages with a WIP warning

This commit is contained in:
Yuri Sizov
2023-02-26 13:53:07 +01:00
parent ff4f111677
commit 978a13bb0a
94 changed files with 189 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_docs_changelog:
Documentation changelog

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_release_policy:
Godot release policy

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_troubleshooting:
Troubleshooting

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_gdscript_grammar:
GDScript grammar

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_tscn_file_format:
TSCN file format

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_godot_design_philosophy:
Godot's design philosophy

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?".

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_introduction_to_godot:
Introduction to Godot

View File

@@ -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.

View File

@@ -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.

View File

@@ -1,3 +1,5 @@
:article_outdated: True
Step by step
============

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_instancing:
Creating instances

View File

@@ -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:

View File

@@ -1,3 +1,5 @@
:article_outdated: True
..
Intention:

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. Intention: only introduce what a script does in general and options for
scripting languages.

View File

@@ -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.

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

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_2d_meshes:
2D meshes

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_viewport_and_canvas_transforms:
Viewport and canvas transforms

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_particle_systems_2d:
Particle systems (2D)

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_using_tilemaps:
Using TileMaps

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_csg_tools:
Prototyping levels with CSG

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_high_dynamic_range:
High dynamic range lighting

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_using_multi_mesh_instance:
Using MultiMeshInstance3D

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_animation_track_types:
Animation Track types

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_audio_buses:
Audio buses

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_audio_effects:
Audio effects

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_audio_streams:
Audio streams

View File

@@ -1,3 +1,5 @@
:article_outdated: True
Audio
=====

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_recording_with_microphone:
Recording with microphone

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_sync_with_audio:
Sync the gameplay with audio and music

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_autoloads_versus_internal_nodes:
Autoloads versus regular nodes

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_data_preferences:
Data preferences

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_godot_interfaces:
Godot interfaces

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_godot_notifications:
Godot notifications

View File

@@ -1,3 +1,5 @@
:article_outdated: True
Best practices
==============

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_introduction_best_practices:
Introduction

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_logic_preferences:
Logic preferences

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_node_alternatives:
When and how to avoid using nodes for everything

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_scene_organization:
Scene organization

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_scenes_versus_scripts:
When to use scenes versus scripts

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_version_control_systems:
Version Control Systems

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_what_are_godot_classes:
Applying object-oriented principles in Godot

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_command_line_tutorial:
Command line tutorial

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_customizing_editor:
Customizing the interface

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. meta::
:keywords: cheatsheet, cheat sheet, shortcut

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_external_editor:
Using an external text editor

View File

@@ -1,3 +1,5 @@
:article_outdated: True
Editor introduction
===================

View File

@@ -1,3 +1,4 @@
:article_outdated: True
.. _doc_editor_inspector_dock:

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_managing_editor_features:
Managing editor features

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_project_manager:
Using the Project manager

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_project_settings:
Project Settings

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_using_the_web_editor:
Using the Web editor

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_exporting_for_dedicated_servers:
Exporting for dedicated servers

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_exporting_for_uwp:
Exporting for Universal Windows Platform

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_exporting_projects:
Exporting projects

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_background_loading:
Background loading

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_binary_serialization_api:
Binary serialization API

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_high_level_multiplayer:
High-level multiplayer

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_http_client_class:
HTTP client class

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_http_request_class:
Making HTTP requests

View File

@@ -1,3 +1,5 @@
:article_outdated: True
Networking
==========

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_ssl_certificates:
SSL certificates

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_webrtc:
WebRTC

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_websocket:
WebSocket

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_cpu_optimization:
CPU optimization

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_general_optimization:
General optimization tips

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_gpu_optimization:
GPU optimization

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_performance:
Performance

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. meta::
:keywords: optimization

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_thread_safe_apis:
Thread-safe APIs

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_using_multimesh:
Optimization using MultiMeshes

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_using_multiple_threads:
Using multiple threads

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_using_servers:
Optimization using Servers

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_animating_thousands_of_fish:
Animating thousands of fish with MultiMeshInstance3D

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_controlling_thousands_of_fish:
Controlling thousands of fish with Particles

View File

@@ -1,3 +1,5 @@
:article_outdated: True
Animating thousands of objects
==============================

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_android_in_app_purchases:
Android in-app purchases

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_android_plugin:
Creating Android plugins

View File

@@ -1,3 +1,5 @@
:article_outdated: True
Android plugins
===============

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_customizing_html5_shell:
Custom HTML page for Web export

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_html5_shell_classref:
HTML5 shell class reference

View File

@@ -1,3 +1,5 @@
:article_outdated: True
Platform-specific
=================

View File

@@ -1,3 +1,5 @@
:article_outdated: True
iOS plugins
===========

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_ios_plugin:
Creating iOS plugins

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_plugins_for_ios:
Plugins for iOS

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_platform_html5:
HTML5

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_3d_gizmo_plugins:
3D gizmo plugins

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_import_plugins:
Import plugins

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_making_main_screen_plugins:
Making main screen plugins

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_multiple_resolutions:
Multiple resolutions

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_custom_gui_controls:
Custom GUI controls

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_gui_containers:
Using Containers

View File

@@ -1,3 +1,5 @@
:article_outdated: True
.. _doc_size_and_anchors:
Size and anchors