-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
46 lines (40 loc) · 855 Bytes
/
mkdocs.yml
File metadata and controls
46 lines (40 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
site_name: DarkEye
nav:
- 开发白皮书: develop.md
- 入门指南: usage.md
- 版本更新记录: CHANGELOG.md
- 常见问题: faq.md
- 软件设置: settings.md
- 开发准备: development.md
- 数据安全说明: security.md
- 整体架构: architecture.md
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
paths: ["."]
markdown_extensions:
- admonition
- toc:
permalink: true
theme:
name: material
language: zh
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- search.highlight
- content.code.copy
palette:
- scheme: default
primary: blue
accent: indigo
- scheme: slate
primary: black
accent: lime
toggle:
icon: material/weather-night
name: 切换深色模式