@@ -10,27 +10,26 @@
:maxdepth: 1
:caption: 入门
- introduction/intro
- introduction/build_system
+ introduction/index
.. toctree::
:maxdepth: 2
:caption: 内核层
- kernel/intro
-
+ kernel/index
+
- :caption: 用户层
+ :caption: 应用层
- userland/intro
+ userland/index
:caption: 系统调用api文档
- syscall_api/intro
+ syscall_api/index
Indices and tables
@@ -0,0 +1,9 @@
+入门
+====================================
+.. toctree::
+ :maxdepth: 1
+ :caption: LibC
+ intro
+ build_system
@@ -0,0 +1,8 @@
+引导加载程序
+ :maxdepth: 2
+ :caption: bl
@@ -0,0 +1 @@
+### 简介
+内核层
+ :caption: 引导加载程序
+ bootloader/index
@@ -1 +0,0 @@
-# 内核层
+系统调用API
+ :caption: 系统调用API
@@ -1 +1 @@
-# 系统调用API文档
+# 简介
+应用层
+ libc/index
+LibC文档
+## 简介