Closes #4180
@@ -27,7 +27,7 @@ Tutorials
- :doc:`../getting_started/step_by_step/scene_tree`
-- :doc:`../tutorials/viewports/multiple_resolutions`
+- :doc:`../tutorials/rendering/multiple_resolutions`
Properties
----------
@@ -33,7 +33,7 @@ Tutorials
- :doc:`../tutorials/2d/2d_transforms`
-- :doc:`../tutorials/viewports/index`
+- :doc:`../tutorials/rendering/viewports`
- `GUI in 3D Demo <https://godotengine.org/asset-library/asset/127>`__
@@ -96,7 +96,6 @@ The main documentation for the site is organized into the following sections:
tutorials/io/index
tutorials/i18n/index
tutorials/gui/index
- tutorials/viewports/index
tutorials/rendering/index
tutorials/shading/index
tutorials/networking/index
@@ -4,3 +4,6 @@ Rendering
.. toctree::
:maxdepth: 1
:name: toc-learn-features-rendering
+
+ viewports
+ multiple_resolutions
@@ -14,3 +14,5 @@ Shading
migrating_to_godot_shader_language
godot_shader_language_style_guide
advanced_postprocessing
+ using_viewport_as_texture
+ custom_postprocessing
@@ -1,11 +0,0 @@
-Viewports
-=========
-
-.. toctree::
- :maxdepth: 1
- :name: toc-learn-features-viewports
- viewports
- multiple_resolutions
- using_viewport_as_texture
- custom_postprocessing