26bd7d6b43
Search engines recommend having only one heading on level 1. Modified the headings in the documentation index file to follow the recommendation and help ensure that search engines place Zephyr higher on their results lists. Change-Id: I5590138f88721d1f2cdcbb49ad2aaad1d2dcd466 Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
50 lines
682 B
ReStructuredText
50 lines
682 B
ReStructuredText
..
|
|
Zephyr Project documentation master file
|
|
|
|
Zephyr Project Documentation
|
|
############################
|
|
|
|
Getting Started
|
|
***************
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
about_zephyr.rst
|
|
getting_started/getting_started.rst
|
|
kernel/kernel.rst
|
|
|
|
Developer Guides
|
|
****************
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
reference/kbuild/kbuild.rst
|
|
application/application.rst
|
|
api/api.rst
|
|
collaboration/collaboration
|
|
|
|
Reference Guides
|
|
****************
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
reference/kconfig/index.rst
|
|
|
|
Supported Boards
|
|
****************
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
board/board.rst
|
|
|
|
Indices and Tables
|
|
******************
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`search`
|