mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 07:06:47 +00:00
:doc: 完善文档组织结构
This commit is contained in:
parent
8e366105c3
commit
7f86e01fd9
@ -10,27 +10,26 @@
|
|||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
:caption: 入门
|
:caption: 入门
|
||||||
|
|
||||||
introduction/intro
|
introduction/index
|
||||||
introduction/build_system
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: 内核层
|
:caption: 内核层
|
||||||
|
|
||||||
kernel/intro
|
kernel/index
|
||||||
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: 用户层
|
:caption: 应用层
|
||||||
|
|
||||||
userland/intro
|
userland/index
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: 系统调用api文档
|
:caption: 系统调用api文档
|
||||||
|
|
||||||
syscall_api/intro
|
syscall_api/index
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
|
9
docs/introduction/index.rst
Normal file
9
docs/introduction/index.rst
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
入门
|
||||||
|
====================================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
:caption: LibC
|
||||||
|
|
||||||
|
intro
|
||||||
|
build_system
|
8
docs/kernel/bootloader/index.rst
Normal file
8
docs/kernel/bootloader/index.rst
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
引导加载程序
|
||||||
|
====================================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
:caption: bl
|
||||||
|
|
||||||
|
intro
|
1
docs/kernel/bootloader/intro.md
Normal file
1
docs/kernel/bootloader/intro.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
### 简介
|
8
docs/kernel/index.rst
Normal file
8
docs/kernel/index.rst
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
内核层
|
||||||
|
====================================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
:caption: 引导加载程序
|
||||||
|
|
||||||
|
bootloader/index
|
@ -1 +0,0 @@
|
|||||||
# 内核层
|
|
8
docs/syscall_api/index.rst
Normal file
8
docs/syscall_api/index.rst
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
系统调用API
|
||||||
|
====================================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
:caption: 系统调用API
|
||||||
|
|
||||||
|
intro
|
@ -1 +1 @@
|
|||||||
# 系统调用API文档
|
# 简介
|
9
docs/userland/index.rst
Normal file
9
docs/userland/index.rst
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
应用层
|
||||||
|
====================================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
:caption: LibC
|
||||||
|
|
||||||
|
intro
|
||||||
|
libc/index
|
8
docs/userland/libc/index.rst
Normal file
8
docs/userland/libc/index.rst
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
LibC文档
|
||||||
|
====================================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
:caption: LibC
|
||||||
|
|
||||||
|
intro
|
1
docs/userland/libc/intro.md
Normal file
1
docs/userland/libc/intro.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
## 简介
|
Loading…
x
Reference in New Issue
Block a user