From 7dea53de2d90a0e52627cab1de871a7f953d731f Mon Sep 17 00:00:00 2001 From: tetrapod00 <145553014+tetrapod00@users.noreply.github.com> Date: Sun, 8 Dec 2024 17:28:00 -0800 Subject: [PATCH] Add introduction to Platform-specific index page --- tutorials/export/index.rst | 2 ++ tutorials/platform/index.rst | 11 ++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/tutorials/export/index.rst b/tutorials/export/index.rst index 6a46dabd7dc..0baba17d42b 100644 --- a/tutorials/export/index.rst +++ b/tutorials/export/index.rst @@ -1,5 +1,7 @@ :allow_comments: False +.. _doc_export_index: + Export ====== diff --git a/tutorials/platform/index.rst b/tutorials/platform/index.rst index d240db4e9d1..178d89a9849 100644 --- a/tutorials/platform/index.rst +++ b/tutorials/platform/index.rst @@ -1,9 +1,18 @@ :allow_comments: False -:article_outdated: True Platform-specific ================= +Godot supports both running the editor and exporting projects on several +platforms. Usage of the engine is generally similar across platforms, but there +are some platform-specific considerations, which are covered in this section. + +.. seealso:: + + For platform-specific versions of the editor, see :ref:`doc_using_the_xr_editor`, + :ref:`doc_using_the_android_editor`, and :ref:`doc_using_the_web_editor`. For + exporting to specific platforms, see the :ref:`doc_export_index` section. + .. toctree:: :maxdepth: 1 :name: toc-learn-features-platform