mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-22 07:03:22 +00:00
初始化了文档
This commit is contained in:
39
docs/index.rst
Normal file
39
docs/index.rst
Normal file
@ -0,0 +1,39 @@
|
||||
.. DragonOS documentation master file, created by
|
||||
sphinx-quickstart on Fri Jun 17 23:12:00 2022.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
欢迎来到DragonOS的文档!
|
||||
====================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: 入门
|
||||
|
||||
introduction/intro
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: 内核层
|
||||
|
||||
introduction/intro
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: 用户层
|
||||
|
||||
introduction/intro
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: 系统调用api文档
|
||||
|
||||
syscall_api/intro
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
Reference in New Issue
Block a user