-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
41 lines (41 loc) · 1.1 KB
/
mkdocs.yml
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
site_name: 妙笔智编文档库
site_url: https://editor.doc.x-lf.cn/
repo_url: https://github.com/fantastic-editor/DevelopDoc
repo_name: FantasticEditor/DevelopDoc
copyright: Copyright © 2023 - 2024 锋楪 All Rights Reserved. 版权所有
theme:
logo: assets/favicon.png
favicon: assets/favicon.png
name: material
language: zh
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: 切换亮色模式
- media: "(prefers-color-scheme: light)"
primary: blue
accent: indigo
toggle:
icon: material/brightness-7
name: 切换暗色模式
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: indigo
toggle:
icon: material/brightness-4
name: 依照系统进行模式切换
features:
- search.suggest
- search.highlight
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tabs
- navigation.footer
- toc.follow
- toc.integrate
- navigation.top
plugins:
- search