doc: add os services
Add a new 'OS Services' section to contain all dedicated os services from other sections of the doc (reference and guides). Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
6bc70460ff
commit
2cd03080ad
3 changed files with 10 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ Zephyr Project Documentation
|
||||||
build/index.rst
|
build/index.rst
|
||||||
kernel/index.rst
|
kernel/index.rst
|
||||||
connectivity/index.rst
|
connectivity/index.rst
|
||||||
|
services/index.rst
|
||||||
development_process/index.rst
|
development_process/index.rst
|
||||||
application/index.rst
|
application/index.rst
|
||||||
reference/index.rst
|
reference/index.rst
|
||||||
|
|
|
||||||
|
|
@ -109,6 +109,7 @@ Sections
|
||||||
build/index.rst
|
build/index.rst
|
||||||
kernel/index.rst
|
kernel/index.rst
|
||||||
connectivity/index.rst
|
connectivity/index.rst
|
||||||
|
services/index.rst
|
||||||
reference/index.rst
|
reference/index.rst
|
||||||
guides/index.rst
|
guides/index.rst
|
||||||
security/index.rst
|
security/index.rst
|
||||||
|
|
|
||||||
8
doc/services/index.rst
Normal file
8
doc/services/index.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
.. _os_services:
|
||||||
|
|
||||||
|
OS Services
|
||||||
|
###########
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
Loading…
Reference in a new issue