From: Bin Meng <bmeng.cn@gmail.com>
Date: Thu, 18 Jul 2019 07:34:04 +0000 (-0700)
Subject: doc: Add board specific info to Sphinx TOC tree
X-Git-Tag: v2025.01-rc5-pxa1908~2872^2~31
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=428c3f55286192d3ec932698b50985dd9f212545;p=u-boot.git

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 <bmeng.cn@gmail.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---

diff --git a/doc/board/index.rst b/doc/board/index.rst
new file mode 100644
index 0000000000..b47f672ddf
--- /dev/null
+++ b/doc/board/index.rst
@@ -0,0 +1,7 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+Board-specific doc
+==================
+
+.. toctree::
+   :maxdepth: 2
diff --git a/doc/index.rst b/doc/index.rst
index 6d42d9454d..9ae2e167bc 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
 ==================