diff options
author | Simon Glass | 2024-07-17 09:30:52 +0100 |
---|---|---|
committer | Heinrich Schuchardt | 2024-07-19 13:53:05 +0200 |
commit | c684db989e86cc041da30114c4d7f8d549260875 (patch) | |
tree | e6828a4e42f3bc4993162f20152b65bd5693d053 /doc/develop/index.rst | |
parent | d5b6800374e73e1b50422baa290814ddb7d69e6c (diff) |
doc: Move bootstd into its own directory
Before adding more files, move the bootstd docs into a new directory,
with an index.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Diffstat (limited to 'doc/develop/index.rst')
-rw-r--r-- | doc/develop/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/index.rst b/doc/develop/index.rst index f9c4bf839ee..c0107a783fc 100644 --- a/doc/develop/index.rst +++ b/doc/develop/index.rst @@ -29,7 +29,7 @@ Implementation directories bloblist - bootstd + bootstd/index ci_testing commands config_binding |