diff options
author | Anastasia Klimchuk <aklm@flashrom.org> | 2023-08-19 22:27:48 +1000 |
---|---|---|
committer | Alexander Goncharov <chat@joursoir.net> | 2023-08-30 21:08:41 +0000 |
commit | 910ef0cad6ce11a49d26e7f4c91b8d1909b47fd6 (patch) | |
tree | e4de3a8ee6d2531ff744094a86678fdb8fdb3b03 | |
parent | 86907148c6a02142564d551ebe76aad81612cffd (diff) | |
download | flashrom-910ef0cad6ce11a49d26e7f4c91b8d1909b47fd6.tar.gz flashrom-910ef0cad6ce11a49d26e7f4c91b8d1909b47fd6.tar.bz2 flashrom-910ef0cad6ce11a49d26e7f4c91b8d1909b47fd6.zip |
doc: Fix nesting of About flashrom group of menu items
Adding the title to About flashrom index page allows the engine
to recognise it as a group with a list of menu items inside, which
is as expected.
Without the title on the index page, all menu items inside About
flashrom are inlined into the menu.
Change-Id: I595acc282a536a6d5fa26cf2f8d18dbe549f9716
Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/77293
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Alexander Goncharov <chat@joursoir.net>
-rw-r--r-- | doc/about_flashrom/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/about_flashrom/index.rst b/doc/about_flashrom/index.rst index 11d845f63..de36fc2a6 100644 --- a/doc/about_flashrom/index.rst +++ b/doc/about_flashrom/index.rst @@ -1,3 +1,6 @@ +About flashrom +============== + .. toctree:: :maxdepth: 1 |