Merge pull request #8450 from Cerno-b/reorganise-about-headers

Reorganise "about" headers
This commit is contained in:
Max Hilbrunner
2023-11-25 19:19:00 +01:00
committed by GitHub
4 changed files with 5 additions and 4 deletions

View File

@@ -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
1 source destination
2 /about/index.html /index.html
3 /about/troubleshooting.html /tutorials/troubleshooting.html
4 /classes/_classes.html /classes/
5 /community/contributing/best_practices_for_engine_contributors.html /contributing/development/best_practices_for_engine_contributors.html
6 /community/contributing/bisecting_regressions.html /contributing/workflow/bisecting_regressions.html

View File

@@ -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

View File

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB