aboutsummaryrefslogtreecommitdiff
path: root/Documentation/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/acpi')
-rw-r--r--Documentation/acpi/index.md28
1 files changed, 22 insertions, 6 deletions
diff --git a/Documentation/acpi/index.md b/Documentation/acpi/index.md
index f9ae425760..15d3dddc2b 100644
--- a/Documentation/acpi/index.md
+++ b/Documentation/acpi/index.md
@@ -5,18 +5,34 @@ backwards support for ACPI 1.0 and is only compatible to ACPI version 2.0 and
upwards.
-- [SSDT UID generation](uid.md)
+```{toctree}
+:maxdepth: 1
+
+SSDT UID generation <uid.md>
+```
## GPIO
-- [GPIO toggling in ACPI AML](gpio.md)
+```{toctree}
+:maxdepth: 1
+
+GPIO toggling in ACPI AML <gpio.md>
+```
## Windows-specific ACPI documentation
-- [Windows-specific documentation](windows.md)
+```{toctree}
+:maxdepth: 1
+
+Windows-specific documentation <windows.md>
+```
## ACPI specification - Useful links
-- [ACPI Specification 6.5](https://uefi.org/specs/ACPI/6.5/index.html)
-- [ASL 2.0 Syntax](https://uefi.org/specs/ACPI/6.5/19_ASL_Reference.html#asl-2-0-symbolic-operators-and-expressions)
-- [Predefined ACPI Names](https://uefi.org/specs/ACPI/6.5/05_ACPI_Software_Programming_Model.html#predefined-acpi-names)
+```{toctree}
+:maxdepth: 1
+
+ACPI Specification 6.5 <https://uefi.org/specs/ACPI/6.5/index.html>
+ASL 2.0 Syntax <https://uefi.org/specs/ACPI/6.5/19_ASL_Reference.html#asl-2-0-symbolic-operators-and-expressions>
+Predefined ACPI Names <https://uefi.org/specs/ACPI/6.5/05_ACPI_Software_Programming_Model.html#predefined-acpi-names>
+```