docs(Guides): add structure to TOC for Guides section (#9281)

This commit is contained in:
Victor Wheeler
2025-11-23 21:02:21 -07:00
committed by GitHub
parent 6f9f2134a7
commit c9a916d831
4 changed files with 30 additions and 0 deletions
@@ -0,0 +1,9 @@
.. _how-to articles:
===============
How-To Articles
===============
.. toctree::
:maxdepth: 2
+11
View File
@@ -0,0 +1,11 @@
.. _guides:
======
Guides
======
.. toctree::
:maxdepth: 2
how-to-articles/index
internal-subsystems/index
@@ -0,0 +1,9 @@
.. _internal subsystems:
===================
Internal Subsystems
===================
.. toctree::
:maxdepth: 2
+1
View File
@@ -81,6 +81,7 @@ Details
details/auxiliary-modules/index
details/libs/index
details/debugging/index
guides/index
Appendix