:doc: 完善文档组织结构

This commit is contained in:
fslongjin 2022-06-18 14:21:11 +08:00
parent 8e366105c3
commit 7f86e01fd9
11 changed files with 59 additions and 9 deletions

View File

@ -10,27 +10,26 @@
:maxdepth: 1
:caption: 入门
introduction/intro
introduction/build_system
introduction/index
.. toctree::
:maxdepth: 2
:caption: 内核层
kernel/intro
kernel/index
.. toctree::
:maxdepth: 2
:caption:
:caption: 用层
userland/intro
userland/index
.. toctree::
:maxdepth: 2
:caption: 系统调用api文档
syscall_api/intro
syscall_api/index
Indices and tables

View File

@ -0,0 +1,9 @@
入门
====================================
.. toctree::
:maxdepth: 1
:caption: LibC
intro
build_system

View File

@ -0,0 +1,8 @@
引导加载程序
====================================
.. toctree::
:maxdepth: 2
:caption: bl
intro

View File

@ -0,0 +1 @@
### 简介

8
docs/kernel/index.rst Normal file
View File

@ -0,0 +1,8 @@
内核层
====================================
.. toctree::
:maxdepth: 1
:caption: 引导加载程序
bootloader/index

View File

@ -1 +0,0 @@
# 内核层

View File

@ -0,0 +1,8 @@
系统调用API
====================================
.. toctree::
:maxdepth: 1
:caption: 系统调用API
intro

View File

@ -1 +1 @@
# 系统调用API文档
# 简介

9
docs/userland/index.rst Normal file
View File

@ -0,0 +1,9 @@
应用层
====================================
.. toctree::
:maxdepth: 2
:caption: LibC
intro
libc/index

View File

@ -0,0 +1,8 @@
LibC文档
====================================
.. toctree::
:maxdepth: 1
:caption: LibC
intro

View File

@ -0,0 +1 @@
## 简介