zephyr/boards/boards.rst
David B. Kinder abcb8d446e doc: fix sidebar nav issues with board docs
Sidebar navigation for supported boards is wonky: opens to show
all boards (making for lots of scrolling to see the sidebar) and
sidebar items aren't always clickable (as explained in the JIRA
issue).

Fix is to not use multiple toctree directives in boards.rst and
create intermediate architecture-specific supported board docs.

JIRA: INF-132

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2017-06-27 19:21:29 -04:00

21 lines
383 B
ReStructuredText

.. _boards:
Supported Boards
################
Zephyr project developers are continually adding board-specific support as
documented below.
To add support documentation for a new board, please use the template available
under :file:`doc/templates/board.tmpl`
.. toctree::
:maxdepth: 2
x86/index.rst
arm/index.rst
arc/index.rst
nios2/index.rst
xtensa/index.rst