From 8cf4dc53fbe552cdff1ce2d331898d2bb89b973e Mon Sep 17 00:00:00 2001 From: fslongjin Date: Sat, 18 Jun 2022 14:31:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BA=86=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E7=BB=93=E6=9E=84=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/introduction/index.rst | 2 +- docs/kernel/bootloader/index.rst | 2 +- docs/syscall_api/index.rst | 2 +- docs/userland/index.rst | 8 ++------ docs/userland/intro.md | 2 +- 5 files changed, 6 insertions(+), 10 deletions(-) diff --git a/docs/introduction/index.rst b/docs/introduction/index.rst index cdf89a66..bdc7ee9d 100644 --- a/docs/introduction/index.rst +++ b/docs/introduction/index.rst @@ -3,7 +3,7 @@ .. toctree:: :maxdepth: 1 - :caption: LibC + :caption: 目录 intro build_system diff --git a/docs/kernel/bootloader/index.rst b/docs/kernel/bootloader/index.rst index 83014f78..b924a70c 100644 --- a/docs/kernel/bootloader/index.rst +++ b/docs/kernel/bootloader/index.rst @@ -3,6 +3,6 @@ .. toctree:: :maxdepth: 2 - :caption: bl + :caption: 目录 intro diff --git a/docs/syscall_api/index.rst b/docs/syscall_api/index.rst index c1d57930..cd9eb95b 100644 --- a/docs/syscall_api/index.rst +++ b/docs/syscall_api/index.rst @@ -3,6 +3,6 @@ .. toctree:: :maxdepth: 1 - :caption: 系统调用API + :caption: 目录 intro diff --git a/docs/userland/index.rst b/docs/userland/index.rst index e828ae28..27142529 100644 --- a/docs/userland/index.rst +++ b/docs/userland/index.rst @@ -1,13 +1,9 @@ 应用层 ==================================== -.. toctree:: - :maxdepth: 1 - - intro .. toctree:: :maxdepth: 2 - :caption: LibC + :caption: 目录 - + intro libc/index \ No newline at end of file diff --git a/docs/userland/intro.md b/docs/userland/intro.md index 4defac2d..941a1f85 100644 --- a/docs/userland/intro.md +++ b/docs/userland/intro.md @@ -1 +1 @@ -# 应用层 \ No newline at end of file +# 简介 \ No newline at end of file