summaryrefslogtreecommitdiff
path: root/Documentation/security/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/security/index.md')
-rw-r--r--Documentation/security/index.md26
1 files changed, 19 insertions, 7 deletions
diff --git a/Documentation/security/index.md b/Documentation/security/index.md
index c9cb4a77de..0b5ef5fed3 100644
--- a/Documentation/security/index.md
+++ b/Documentation/security/index.md
@@ -4,16 +4,28 @@ This section describes documentation about the security architecture of coreboot
## Vendor
-- [Verified Boot](vboot/index.md)
-- [Measured Boot](vboot/measured_boot.md)
-- [Memory clearing](memory_clearing.md)
+```{toctree}
+:maxdepth: 1
+
+Verified Boot <vboot/index.md>
+Measured Boot <vboot/measured_boot.md>
+Memory clearing <memory_clearing.md>
+```
## Intel TXT
-- [Intel TXT in general](intel/txt.md)
-- [Intel TXT Initial Boot Block](intel/txt_ibb.md)
-- [Intel Authenticated Code Modules](intel/acm.md)
+```{toctree}
+:maxdepth: 1
+
+Intel TXT in general <intel/txt.md>
+Intel TXT Initial Boot Block <intel/txt_ibb.md>
+Intel Authenticated Code Modules <intel/acm.md>
+```
## SMM
-- [System Management Mode](smm.md)
+```{toctree}
+:maxdepth: 1
+
+System Management Mode <smm.md>
+```