mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 22:36:48 +00:00
* docs: 添加常见问题解答文档并更新工作流配置 - 新增questions目录及构建错误FAQ文档 - 更新文档翻译工作流触发分支为master和doc-* - 优化PR创建时的提交信息格式 Signed-off-by: longjin <longjin@DragonOS.org> * ci: 改进文档翻译工作流并添加失败处理 - 添加获取短SHA步骤用于PR标题 - 在翻译脚本中添加失败退出逻辑 Signed-off-by: longjin <longjin@DragonOS.org> * docs: Translation update [b7b5ea2c] (#1173) * Update translated documentation --------- Co-authored-by: dragonosbot <bot@dragonos.org> * 1 * 1 --------- Signed-off-by: longjin <longjin@DragonOS.org> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: dragonosbot <bot@dragonos.org>
91 lines
1.7 KiB
ReStructuredText
91 lines
1.7 KiB
ReStructuredText
.. 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.
|
||
|
||
.. Note: __EXCLUDE_IN_TRANSLATED_START
|
||
|
||
欢迎来到DragonOS的文档!
|
||
====================================
|
||
|
||
.. raw:: html
|
||
|
||
<div class="toctree-wrapper compound">
|
||
<p class="caption" role="heading"><span class="caption-text">Translations</span></p>
|
||
<ul>
|
||
<li class="toctree-l1"><a class="reference internal" href="locales/en/index.html">English</a></li>
|
||
</ul>
|
||
</div>
|
||
|
||
.. Note: __EXCLUDE_IN_TRANSLATED_END
|
||
|
||
.. toctree::
|
||
:maxdepth: 1
|
||
:caption: 入门
|
||
|
||
introduction/index
|
||
introduction/build_system
|
||
introduction/mirrors
|
||
|
||
.. toctree::
|
||
:maxdepth: 1
|
||
:caption: 内核层
|
||
|
||
kernel/configuration/index
|
||
kernel/boot/index
|
||
kernel/core_api/index
|
||
kernel/locking/index
|
||
kernel/process_management/index
|
||
kernel/sched/index
|
||
kernel/ipc/index
|
||
kernel/memory_management/index
|
||
kernel/filesystem/index
|
||
kernel/debug/index
|
||
kernel/ktest/index
|
||
kernel/cpu_arch/index
|
||
kernel/container/index
|
||
kernel/libs/index
|
||
kernel/trace/index
|
||
kernel/syscall/index
|
||
|
||
|
||
|
||
.. toctree::
|
||
:maxdepth: 1
|
||
:caption: 应用层
|
||
|
||
userland/appdev/index
|
||
|
||
.. toctree::
|
||
:maxdepth: 1
|
||
:caption: Q&A
|
||
|
||
questions/index
|
||
|
||
|
||
|
||
.. toctree::
|
||
:maxdepth: 1
|
||
:caption: DragonOS社区
|
||
|
||
community/code_contribution/index
|
||
community/contact/index
|
||
community/ChangeLog/index
|
||
|
||
.. Note: __EXCLUDE_IN_TRANSLATED_START
|
||
|
||
.. toctree::
|
||
:maxdepth: 1
|
||
:caption: Translations
|
||
|
||
locales/en/index
|
||
|
||
Indices and tables
|
||
==================
|
||
|
||
* :ref:`genindex`
|
||
* :ref:`modindex`
|
||
* :ref:`search`
|
||
|
||
.. Note: __EXCLUDE_IN_TRANSLATED_END
|