diff options
author | Bin Meng | 2019-07-18 00:34:04 -0700 |
---|---|---|
committer | Tom Rini | 2019-07-24 10:07:24 -0400 |
commit | 428c3f55286192d3ec932698b50985dd9f212545 (patch) | |
tree | c9002c4694a6bd96f538bf5e81686210070382cc /doc/board | |
parent | 5f2c16dab20281f427c1138f33cefeb2e9785b7e (diff) |
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>
Diffstat (limited to 'doc/board')
-rw-r--r-- | doc/board/index.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/board/index.rst b/doc/board/index.rst new file mode 100644 index 00000000000..b47f672ddf4 --- /dev/null +++ b/doc/board/index.rst @@ -0,0 +1,7 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +Board-specific doc +================== + +.. toctree:: + :maxdepth: 2 |