:doc: 优化文档框架结构

This commit is contained in:
longjin
2022-06-29 00:16:50 +08:00
parent 6a2ed3c4ee
commit b6d1702c14
11 changed files with 42 additions and 25 deletions

View File

@ -0,0 +1,9 @@
API文档
====================================
.. toctree::
:maxdepth: 1
:caption: 目录
[内容待完善]

View File

@ -0,0 +1,9 @@
设计文档
====================================
.. toctree::
:maxdepth: 1
:caption: 目录
[内容待完善]

View File

@ -3,6 +3,8 @@ LibC文档
.. toctree::
:maxdepth: 1
:caption: LibC
:caption: 目录
intro
apis/index
design/index

View File

@ -1 +1,4 @@
# 简介
# 简介
 
LibC是连接用户程序和操作系统的纽带LibC为应用程序提供了一系列标准库函数。应用程序可以通过DragonOS的LibC快速地与操作系统进行交互。
DragonOS的LibC主要依照POSIX 2008规范实现与Linux下的glibC具有相似之处。