mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +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/optimization/using_multimesh`
|
||||
- :doc:`../tutorials/performance/using_multimesh`
|
||||
|
||||
Properties
|
||||
----------
|
||||
|
||||
@@ -27,7 +27,7 @@ Tutorials
|
||||
|
||||
- :doc:`../tutorials/3d/using_multi_mesh_instance`
|
||||
|
||||
- :doc:`../tutorials/optimization/using_multimesh`
|
||||
- :doc:`../tutorials/performance/using_multimesh`
|
||||
|
||||
Properties
|
||||
----------
|
||||
|
||||
@@ -37,7 +37,7 @@ In 2D, all visible objects are some form of canvas item. In order to be visible,
|
||||
Tutorials
|
||||
---------
|
||||
|
||||
- :doc:`../tutorials/optimization/using_servers`
|
||||
- :doc:`../tutorials/performance/using_servers`
|
||||
|
||||
Properties
|
||||
----------
|
||||
|
||||
@@ -8,3 +8,4 @@ Asset Library
|
||||
what_is_assetlib
|
||||
using_assetlib
|
||||
submitting_to_assetlib
|
||||
uploading_to_assetlib
|
||||
|
||||
@@ -64,6 +64,7 @@ documentation.
|
||||
|
||||
content_guidelines
|
||||
docs_writing_guidelines
|
||||
documentation_guidelines
|
||||
|
||||
Writing the manual
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
@@ -75,7 +75,10 @@ The main documentation for the site is organized into the following sections:
|
||||
:caption: Getting started
|
||||
:name: sec-learn
|
||||
|
||||
getting_started/introduction/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.
|
||||
@@ -96,6 +99,7 @@ The main documentation for the site is organized into the following sections:
|
||||
tutorials/inputs/index
|
||||
tutorials/io/index
|
||||
tutorials/math/index
|
||||
tutorials/navigation/index
|
||||
tutorials/networking/index
|
||||
tutorials/performance/index
|
||||
tutorials/physics/index
|
||||
|
||||
@@ -19,3 +19,4 @@
|
||||
using_multi_mesh_instance
|
||||
csg_tools
|
||||
procedural_geometry/index
|
||||
portals/index
|
||||
|
||||
@@ -10,3 +10,4 @@ Inputs
|
||||
mouse_and_input_coordinates
|
||||
custom_mouse_cursor
|
||||
handling_quit_requests
|
||||
controllers_gamepads_joysticks
|
||||
|
||||
@@ -8,5 +8,4 @@ Input and Output (I/O)
|
||||
background_loading
|
||||
data_paths
|
||||
saving_games
|
||||
encrypting_save_games
|
||||
binary_serialization_api
|
||||
|
||||
@@ -71,7 +71,7 @@ GPU
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:name: toc-learn-features-3d-optimization
|
||||
:name: toc-learn-features-2d-optimization
|
||||
|
||||
optimizing_3d_performance
|
||||
vertex_animation/index
|
||||
|
||||
@@ -6,6 +6,6 @@ Platform-specific
|
||||
:name: toc-learn-features-platform
|
||||
|
||||
android/index
|
||||
services_for_ios
|
||||
ios/index
|
||||
platform_html5
|
||||
consoles
|
||||
|
||||
@@ -8,5 +8,4 @@ C#
|
||||
c_sharp_basics
|
||||
c_sharp_features
|
||||
c_sharp_differences
|
||||
c_sharp_exports
|
||||
c_sharp_style_guide
|
||||
|
||||
Reference in New Issue
Block a user