diff options
author | Simon Glass <sjg@chromium.org> | 2024-08-21 10:19:26 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-08-26 14:06:08 -0600 |
commit | 09c58e02638ffb3d7d307c0531f98c4b8e3c89fc (patch) | |
tree | 51bc9f45e5abffe51af303aec9ba5c6b079ec6c6 /doc/develop/index.rst | |
parent | 66ca5b78640578d6176031b3cc1018dc4e550dd3 (diff) |
doc: Move generic-board documentation into rst
This information is useful for people looking at how U-Boot has changed
over the years and the design decisions which led to it. Move it into
doc/ in an 'historical' section.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/develop/index.rst')
-rw-r--r-- | doc/develop/index.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/develop/index.rst b/doc/develop/index.rst index c0107a783fc..0d0e60ab56c 100644 --- a/doc/develop/index.rst +++ b/doc/develop/index.rst @@ -99,3 +99,11 @@ Code quality :maxdepth: 1 python_cq + +Historical documentation +------------------------ + +.. toctree:: + :maxdepth: 2 + + historical/index |