mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
新增VFS文档,以及修改文档配置 (#209)
* 1.新增vfs设计文档 2.修改文档版权标志为"2022-2023, DragonOS Community" 3.修改电脑版文档页面的宽度为90% * layout.html末尾加空行
This commit is contained in:
8
docs/_templates/layout.html
vendored
Normal file
8
docs/_templates/layout.html
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
{% extends "!layout.html" %}
|
||||
{% block footer %} {{ super() }}
|
||||
|
||||
<style>
|
||||
.wy-nav-content { max-width: 90%; }
|
||||
</style>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user