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>
|
@ -812,5 +812,5 @@ scripts/gen_image_info.py @tejlmand
|
|||
/tests/subsys/shell/ @jakub-uC @nordic-krch
|
||||
# Get all docs reviewed
|
||||
*.rst @nashif
|
||||
/doc/reference/kernel/ @andyross @nashif
|
||||
/doc/kernel/ @andyross @nashif
|
||||
*posix*.rst @aescolar @daor-oti
|
||||
|
|
|
@ -1071,7 +1071,7 @@ Kernel:
|
|||
- dcpleung
|
||||
- peter-mitsis
|
||||
files:
|
||||
- doc/reference/kernel/
|
||||
- doc/kernel/
|
||||
- include/kernel*.h
|
||||
- kernel/
|
||||
- tests/kernel/
|
||||
|
|
|
@ -16,6 +16,7 @@ Zephyr Project Documentation
|
|||
introduction/index.rst
|
||||
getting_started/index.rst
|
||||
contribute/index.rst
|
||||
kernel/index.rst
|
||||
development_process/index.rst
|
||||
guides/build/index.rst
|
||||
application/index.rst
|
||||
|
|
|
@ -107,6 +107,7 @@ Sections
|
|||
development_process/index.rst
|
||||
guides/build/index.rst
|
||||
application/index.rst
|
||||
kernel/index.rst
|
||||
reference/index.rst
|
||||
guides/index.rst
|
||||
security/index.rst
|
||||
|
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
@ -20,7 +20,6 @@ API Reference
|
|||
file_system/index.rst
|
||||
iterable_sections/index.rst
|
||||
misc/formatted_output.rst
|
||||
kernel/index.rst
|
||||
libc/index.rst
|
||||
logging/index.rst
|
||||
memory_management/index.rst
|
||||
|
|