From 63f975b68fc2b3a3e8c0717c7b292104e15f595c Mon Sep 17 00:00:00 2001 From: Nicholas Chin Date: Thu, 2 May 2024 20:16:37 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/82163 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- util/util_readme/post_util.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'util') 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 +cbfstool +ifdtool +intelp2m +smmstoretool +``` ## Generated documentation -- cgit v1.2.3