doc: simplify top level TOC
Simplify top-level table of contents and create the user guide which includes the application development primer and other guides and refereces instead of having them at the top-level. Also move glossary section away from top-level TOC and remove broken search link. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
19c823e2e9
commit
e381a61ff0
|
@ -1,11 +1,12 @@
|
|||
.. _application_dev:
|
||||
|
||||
Application Development
|
||||
#######################
|
||||
.. _developer_guides:
|
||||
|
||||
Developer Guides
|
||||
################
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
../porting/porting.rst
|
||||
application.rst
|
||||
../samples/samples.rst
|
||||
../reference/kconfig/index.rst
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
:orphan:
|
||||
|
||||
.. _glossary:
|
||||
|
||||
Glossary of Terms
|
||||
|
|
|
@ -38,25 +38,22 @@ Sections
|
|||
getting_started/getting_started.rst
|
||||
contribute/contribute.rst
|
||||
kernel/kernel.rst
|
||||
boards/boards.rst
|
||||
application/index.rst
|
||||
samples/samples.rst
|
||||
porting/porting.rst
|
||||
boards/boards.rst
|
||||
devices/index.rst
|
||||
subsystems/subsystems.rst
|
||||
api/api.rst
|
||||
security/security.rst
|
||||
release-notes.rst
|
||||
LICENSING.rst
|
||||
glossary.rst
|
||||
|
||||
|
||||
Indices and Tables
|
||||
******************
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`glossary`
|
||||
|
||||
* :ref:`search`
|
||||
* :ref:`genindex`
|
||||
|
||||
.. _Zephyr 1.8.0: https://www.zephyrproject.org/doc/1.8.0/
|
||||
.. _Zephyr 1.7.0: https://www.zephyrproject.org/doc/1.7.0/
|
||||
|
|
Loading…
Reference in New Issue