From bc2ff75da2d0252d91e6b18f6c3f14e42806980c Mon Sep 17 00:00:00 2001 From: Cerno_b Date: Sat, 11 Nov 2023 13:15:09 +0100 Subject: [PATCH] Reorganise "about" headers --- _tools/redirects/redirects.csv | 1 + index.rst | 8 ++++---- .../troubleshooting_graphics_driver_sharpening.webp | Bin {about => tutorials}/troubleshooting.rst | 0 4 files changed, 5 insertions(+), 4 deletions(-) rename {about => tutorials}/img/troubleshooting_graphics_driver_sharpening.webp (100%) rename {about => tutorials}/troubleshooting.rst (100%) diff --git a/_tools/redirects/redirects.csv b/_tools/redirects/redirects.csv index f85a7179eba..f5a0417f77e 100644 --- a/_tools/redirects/redirects.csv +++ b/_tools/redirects/redirects.csv @@ -1,5 +1,6 @@ source,destination /about/index.html,/index.html +/about/troubleshooting.html,/tutorials/troubleshooting.html /classes/_classes.html,/classes/ /community/contributing/best_practices_for_engine_contributors.html,/contributing/development/best_practices_for_engine_contributors.html /community/contributing/bisecting_regressions.html,/contributing/workflow/bisecting_regressions.html diff --git a/index.rst b/index.rst index d861e51d973..62c1fa73489 100644 --- a/index.rst +++ b/index.rst @@ -79,12 +79,11 @@ the ``GodotEngine.epub`` file in an e-book reader application. :name: sec-general about/introduction - about/faq - about/troubleshooting about/list_of_features - about/docs_changelog - about/release_policy + about/faq about/complying_with_licenses + about/release_policy + about/docs_changelog .. toctree:: :hidden: @@ -108,6 +107,7 @@ the ``GodotEngine.epub`` file in an e-book reader application. :name: sec-tutorials tutorials/best_practices/index + tutorials/troubleshooting tutorials/editor/index tutorials/migrating/index diff --git a/about/img/troubleshooting_graphics_driver_sharpening.webp b/tutorials/img/troubleshooting_graphics_driver_sharpening.webp similarity index 100% rename from about/img/troubleshooting_graphics_driver_sharpening.webp rename to tutorials/img/troubleshooting_graphics_driver_sharpening.webp diff --git a/about/troubleshooting.rst b/tutorials/troubleshooting.rst similarity index 100% rename from about/troubleshooting.rst rename to tutorials/troubleshooting.rst