diff options
author | Nicholas Chin <nic.c3.14@gmail.com> | 2024-05-02 20:16:37 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-05-06 10:41:50 +0000 |
commit | 63f975b68fc2b3a3e8c0717c7b292104e15f595c (patch) | |
tree | 30b1ec8fe234ff89ceb9b3a906d3273cade29992 /util/util_readme | |
parent | 6cd9f1a24c4746a11f0d3ac14abfe360baeba1a1 (diff) |
util/util_readme: Update post_util.md for MyST Parser
This file is appended to Documentation/util.md by the util_readme.sh
script, and contains toctree entries for utilities with more in-depth
documentation than the description automatically pulled from the
description.md files throughout the util directory. As of commit
35599f9a6671 (Docs: Replace Recommonmark with MyST Parser), the syntax
for creating a toctree has changed, so update this post_util.md
accordingly.
Change-Id: Ia7ae3c513781e53512763578fd97db7e2f75e65c
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82163
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'util/util_readme')
-rw-r--r-- | util/util_readme/post_util.md | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/util/util_readme/post_util.md b/util/util_readme/post_util.md index 892dc8a766..b0b7bac41d 100644 --- a/util/util_readme/post_util.md +++ b/util/util_readme/post_util.md @@ -1,10 +1,14 @@ ## In depth documentation -* [abuild](util/abuild/index.md) -* [cbfstool](util/cbfstool/index.md) -* [ifdtool](util/ifdtool/index.md) -* [intelp2m](util/intelp2m/index.md) -* [smmstoretool](util/smmstoretool/index.md) +```{toctree} +:maxdepth: 1 + +abuild <util/abuild/index.md> +cbfstool <util/cbfstool/index.md> +ifdtool <util/ifdtool/index.md> +intelp2m <util/intelp2m/index.md> +smmstoretool <util/smmstoretool/index.md> +``` ## Generated documentation |