mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
fix warnings with files not appearing in any table of contents
This commit is contained in:
@@ -29,7 +29,7 @@ Tutorials
|
|||||||
|
|
||||||
- :doc:`../tutorials/performance/vertex_animation/animating_thousands_of_fish`
|
- :doc:`../tutorials/performance/vertex_animation/animating_thousands_of_fish`
|
||||||
|
|
||||||
- :doc:`../tutorials/optimization/using_multimesh`
|
- :doc:`../tutorials/performance/using_multimesh`
|
||||||
|
|
||||||
Properties
|
Properties
|
||||||
----------
|
----------
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ Tutorials
|
|||||||
|
|
||||||
- :doc:`../tutorials/3d/using_multi_mesh_instance`
|
- :doc:`../tutorials/3d/using_multi_mesh_instance`
|
||||||
|
|
||||||
- :doc:`../tutorials/optimization/using_multimesh`
|
- :doc:`../tutorials/performance/using_multimesh`
|
||||||
|
|
||||||
Properties
|
Properties
|
||||||
----------
|
----------
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ In 2D, all visible objects are some form of canvas item. In order to be visible,
|
|||||||
Tutorials
|
Tutorials
|
||||||
---------
|
---------
|
||||||
|
|
||||||
- :doc:`../tutorials/optimization/using_servers`
|
- :doc:`../tutorials/performance/using_servers`
|
||||||
|
|
||||||
Properties
|
Properties
|
||||||
----------
|
----------
|
||||||
|
|||||||
@@ -8,3 +8,4 @@ Asset Library
|
|||||||
what_is_assetlib
|
what_is_assetlib
|
||||||
using_assetlib
|
using_assetlib
|
||||||
submitting_to_assetlib
|
submitting_to_assetlib
|
||||||
|
uploading_to_assetlib
|
||||||
|
|||||||
@@ -64,6 +64,7 @@ documentation.
|
|||||||
|
|
||||||
content_guidelines
|
content_guidelines
|
||||||
docs_writing_guidelines
|
docs_writing_guidelines
|
||||||
|
documentation_guidelines
|
||||||
|
|
||||||
Writing the manual
|
Writing the manual
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|||||||
@@ -75,7 +75,10 @@ The main documentation for the site is organized into the following sections:
|
|||||||
:caption: Getting started
|
:caption: Getting started
|
||||||
:name: sec-learn
|
:name: sec-learn
|
||||||
|
|
||||||
|
getting_started/introduction/index
|
||||||
getting_started/step_by_step/index
|
getting_started/step_by_step/index
|
||||||
|
getting_started/first_2d_game/index
|
||||||
|
getting_started/first_3d_game/index
|
||||||
|
|
||||||
|
|
||||||
.. The sections below are sorted alphabetically. Please keep them that way.
|
.. The sections below are sorted alphabetically. Please keep them that way.
|
||||||
@@ -96,6 +99,7 @@ The main documentation for the site is organized into the following sections:
|
|||||||
tutorials/inputs/index
|
tutorials/inputs/index
|
||||||
tutorials/io/index
|
tutorials/io/index
|
||||||
tutorials/math/index
|
tutorials/math/index
|
||||||
|
tutorials/navigation/index
|
||||||
tutorials/networking/index
|
tutorials/networking/index
|
||||||
tutorials/performance/index
|
tutorials/performance/index
|
||||||
tutorials/physics/index
|
tutorials/physics/index
|
||||||
|
|||||||
@@ -19,3 +19,4 @@
|
|||||||
using_multi_mesh_instance
|
using_multi_mesh_instance
|
||||||
csg_tools
|
csg_tools
|
||||||
procedural_geometry/index
|
procedural_geometry/index
|
||||||
|
portals/index
|
||||||
|
|||||||
@@ -10,3 +10,4 @@ Inputs
|
|||||||
mouse_and_input_coordinates
|
mouse_and_input_coordinates
|
||||||
custom_mouse_cursor
|
custom_mouse_cursor
|
||||||
handling_quit_requests
|
handling_quit_requests
|
||||||
|
controllers_gamepads_joysticks
|
||||||
|
|||||||
@@ -8,5 +8,4 @@ Input and Output (I/O)
|
|||||||
background_loading
|
background_loading
|
||||||
data_paths
|
data_paths
|
||||||
saving_games
|
saving_games
|
||||||
encrypting_save_games
|
|
||||||
binary_serialization_api
|
binary_serialization_api
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ GPU
|
|||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
:name: toc-learn-features-3d-optimization
|
:name: toc-learn-features-2d-optimization
|
||||||
|
|
||||||
optimizing_3d_performance
|
optimizing_3d_performance
|
||||||
vertex_animation/index
|
vertex_animation/index
|
||||||
|
|||||||
@@ -6,6 +6,6 @@ Platform-specific
|
|||||||
:name: toc-learn-features-platform
|
:name: toc-learn-features-platform
|
||||||
|
|
||||||
android/index
|
android/index
|
||||||
services_for_ios
|
ios/index
|
||||||
platform_html5
|
platform_html5
|
||||||
consoles
|
consoles
|
||||||
|
|||||||
@@ -8,5 +8,4 @@ C#
|
|||||||
c_sharp_basics
|
c_sharp_basics
|
||||||
c_sharp_features
|
c_sharp_features
|
||||||
c_sharp_differences
|
c_sharp_differences
|
||||||
c_sharp_exports
|
|
||||||
c_sharp_style_guide
|
c_sharp_style_guide
|
||||||
|
|||||||
Reference in New Issue
Block a user