mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Rename documentation pages that have the same name as classref pages
This prevents confusion in search engine results.
(cherry picked from commit 6babc68649)
This commit is contained in:
committed by
Rémi Verschelde
parent
1fb62d802e
commit
4a5fcf25d1
@@ -1,7 +1,7 @@
|
|||||||
.. _doc_scene_tree:
|
.. _doc_scene_tree:
|
||||||
|
|
||||||
SceneTree
|
Using SceneTree
|
||||||
=========
|
===============
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
------------
|
------------
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
.. _doc_using_tilemaps:
|
.. _doc_using_tilemaps:
|
||||||
|
|
||||||
Using tilemaps
|
Using TileMaps
|
||||||
==============
|
==============
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.. _doc_gi_probes:
|
.. _doc_gi_probes:
|
||||||
|
|
||||||
GI Probes
|
Using GIProbe
|
||||||
=========
|
=============
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
------------
|
------------
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
.. _doc_using_gridmaps:
|
.. _doc_using_gridmaps:
|
||||||
|
|
||||||
Using gridmaps
|
Using GridMaps
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.. _doc_animation_tree:
|
.. _doc_animation_tree:
|
||||||
|
|
||||||
AnimationTree
|
Using AnimationTree
|
||||||
=============
|
===================
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
------------
|
------------
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.. _doc_gui_containers:
|
.. _doc_gui_containers:
|
||||||
|
|
||||||
Containers
|
Using Containers
|
||||||
==========
|
================
|
||||||
|
|
||||||
:ref:`Anchors <doc_size_and_anchors>` are an efficient way to handle
|
:ref:`Anchors <doc_size_and_anchors>` are an efficient way to handle
|
||||||
different aspect ratios for basic multiple resolution handling in GUIs,
|
different aspect ratios for basic multiple resolution handling in GUIs,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.. _doc_inputevent:
|
.. _doc_inputevent:
|
||||||
|
|
||||||
InputEvent
|
Using InputEvent
|
||||||
==========
|
================
|
||||||
|
|
||||||
What is it?
|
What is it?
|
||||||
-----------
|
-----------
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.. _doc_rigid_body:
|
.. _doc_rigid_body:
|
||||||
|
|
||||||
RigidBody
|
Using RigidBody
|
||||||
=========
|
===============
|
||||||
|
|
||||||
What is a rigid body?
|
What is a rigid body?
|
||||||
---------------------
|
---------------------
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.. _doc_soft_body:
|
.. _doc_soft_body:
|
||||||
|
|
||||||
SoftBody
|
Using SoftBody
|
||||||
========
|
==============
|
||||||
|
|
||||||
Soft bodies (or *soft-body dynamics*) simulate movement, changing shape and other physical properties of deformable objects.
|
Soft bodies (or *soft-body dynamics*) simulate movement, changing shape and other physical properties of deformable objects.
|
||||||
This can for example be used to simulate cloth or to create more realistic characters.
|
This can for example be used to simulate cloth or to create more realistic characters.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.. _doc_visual_shaders:
|
.. _doc_visual_shaders:
|
||||||
|
|
||||||
VisualShaders
|
Using VisualShaders
|
||||||
=============
|
===================
|
||||||
|
|
||||||
Just as VisualScript is an alternative for users that prefer a graphical
|
Just as VisualScript is an alternative for users that prefer a graphical
|
||||||
approach to coding, VisualShaders are the visual alternative for creating
|
approach to coding, VisualShaders are the visual alternative for creating
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.. _doc_viewports:
|
.. _doc_viewports:
|
||||||
|
|
||||||
Viewports
|
Using Viewports
|
||||||
=========
|
===============
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
------------
|
------------
|
||||||
|
|||||||
Reference in New Issue
Block a user