doc: move kernel docs as a main chapter

Move the kernel documentation up and make it a main chapter. Right now
it is hidden very low in the structure under references.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-12-04 12:38:55 -05:00 committed by Carles Cufí
parent b64b29cd2b
commit 8e9e0b7087
42 changed files with 4 additions and 3 deletions

View file

@ -812,5 +812,5 @@ scripts/gen_image_info.py @tejlmand
/tests/subsys/shell/ @jakub-uC @nordic-krch /tests/subsys/shell/ @jakub-uC @nordic-krch
# Get all docs reviewed # Get all docs reviewed
*.rst @nashif *.rst @nashif
/doc/reference/kernel/ @andyross @nashif /doc/kernel/ @andyross @nashif
*posix*.rst @aescolar @daor-oti *posix*.rst @aescolar @daor-oti

View file

@ -1071,7 +1071,7 @@ Kernel:
- dcpleung - dcpleung
- peter-mitsis - peter-mitsis
files: files:
- doc/reference/kernel/ - doc/kernel/
- include/kernel*.h - include/kernel*.h
- kernel/ - kernel/
- tests/kernel/ - tests/kernel/

View file

@ -16,6 +16,7 @@ Zephyr Project Documentation
introduction/index.rst introduction/index.rst
getting_started/index.rst getting_started/index.rst
contribute/index.rst contribute/index.rst
kernel/index.rst
development_process/index.rst development_process/index.rst
guides/build/index.rst guides/build/index.rst
application/index.rst application/index.rst

View file

@ -107,6 +107,7 @@ Sections
development_process/index.rst development_process/index.rst
guides/build/index.rst guides/build/index.rst
application/index.rst application/index.rst
kernel/index.rst
reference/index.rst reference/index.rst
guides/index.rst guides/index.rst
security/index.rst security/index.rst

View file

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View file

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View file

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View file

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View file

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -20,7 +20,6 @@ API Reference
file_system/index.rst file_system/index.rst
iterable_sections/index.rst iterable_sections/index.rst
misc/formatted_output.rst misc/formatted_output.rst
kernel/index.rst
libc/index.rst libc/index.rst
logging/index.rst logging/index.rst
memory_management/index.rst memory_management/index.rst