docs/develop: introduce intermediate index for each section
The table of content of the top level will include everything that's up to 2 levels down. Currently this results in a lot of pages and no clear organization. Extra index pages allow for more intermediate levels, resulting in less things being listed in the main page. This way the organization is a bit clearer, even if this is still not great due to many missing pages and sections in the documentation currently. Change-Id: I5bbdd96b3c2ff3334b9ad1b86fd9e7fb00fd63a6 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6008 Tested-by: Commit checker robot <[email protected]> Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
7cfd9e92cf
commit
6b1db710f7
@@ -0,0 +1,19 @@
|
||||
Device drivers
|
||||
##############
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
/drivers/disk/ioctls
|
||||
/drivers/intel_extreme/generations
|
||||
|
||||
Bus drivers
|
||||
###########
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
/busses/agp_gart/ReadMe
|
||||
/busses/bluetooth/overview
|
||||
/busses/sdhci/sdhci_mmc_driver
|
||||
/busses/usb/USB_stack_design
|
||||
Reference in New Issue
Block a user