From 428c3f55286192d3ec932698b50985dd9f212545 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Thu, 18 Jul 2019 00:34:04 -0700 Subject: doc: Add board specific info to Sphinx TOC tree Add index.rst for board. More docs will be added later. Signed-off-by: Bin Meng Reviewed-by: Heinrich Schuchardt --- doc/index.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/index.rst') diff --git a/doc/index.rst b/doc/index.rst index 6d42d9454d5..9ae2e167bc9 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -51,6 +51,17 @@ implementation. arch/index +Board-specific doc +------------------ + +These books provide details about board-specific information. They are +organized in a vendor subdirectory. + +.. toctree:: + :maxdepth: 2 + + board/index + Indices and tables ================== -- cgit