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
|
/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
|
||||||
|
|
|
@ -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/
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
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
|
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
|
||||||
|
|