From 33e34fe16a8ead51a4f91f2a3e857f0ad3032372 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 27 Mar 2025 16:04:22 +0100 Subject: [PATCH] Redesign homepage into a landing page for various user profiles The landing page was simplified and now points to several home pages. --- index.rst | 62 +++++++++++++++++++++++++++++++++++++++++++-- tutorials/index.rst | 49 +++++++++++++++++++++++++++++++++++ 2 files changed, 109 insertions(+), 2 deletions(-) create mode 100644 tutorials/index.rst diff --git a/index.rst b/index.rst index 1615a93af51..e5c089f7851 100644 --- a/index.rst +++ b/index.rst @@ -31,8 +31,66 @@ to this documentation, we recommend that you read the :ref:`introduction page ` to get an overview of what this documentation has to offer. -The table of contents in the sidebar should let you easily access the documentation -for your topic of interest. You can also use the search function in the top-left corner. +To begin reading the relevant documentation, select the tile that matches your profile: + +.. raw:: html + + + +
+ +You can also use the table of contents in the sidebar to access easily access +any section of the documentation for your topic of interest. You can also use +the search function in the top-left corner. Get involved ------------ diff --git a/tutorials/index.rst b/tutorials/index.rst new file mode 100644 index 00000000000..7738f6a0d46 --- /dev/null +++ b/tutorials/index.rst @@ -0,0 +1,49 @@ +.. _doc_tutorials: + +Tutorials +========= + +.. Sections below are split into two groups. First come meta sections, covering + general matters. Below that different areas of the engine are listed. + These sections are sorted alphabetically. Please keep them that way. + +General +------- + +.. toctree:: + :maxdepth: 1 + :name: toc-learn-tutorials-general + + best_practices/index + editor/index + migrating/index + troubleshooting + +Topics +------ + +.. toctree:: + :maxdepth: 1 + :name: toc-learn-tutorials-topics + + 2d/index + 3d/index + animation/index + assets_pipeline/index + audio/index + export/index + i18n/index + inputs/index + io/index + math/index + navigation/index + networking/index + performance/index + physics/index + platform/index + plugins/index + rendering/index + scripting/index + shaders/index + ui/index + xr/index