-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
44 lines (39 loc) · 994 Bytes
/
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
42
43
44
site_name: Minecraft Resource Guide
theme:
name: material
language: zh
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: 切换到深色模式
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: 切换到浅色模式
icon:
logo: material/minecraft
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.top
- search.highlight
markdown_extensions:
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
plugins:
- search
- awesome-pages
- git-revision-date-localized:
enable_creation_date: true
timezone: Asia/Shanghai
locale: zh
repo_url: https://github.com/Lyaiya/Minecraft-Resource-Guide
repo_name: Lyaiya/Minecraft-Resource-Guide
edit_uri: edit/main/docs/