-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
118 lines (114 loc) · 2.76 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
site_name: 学院档案馆
site_description: CyanStars 附属文档站点
site_author: 无圻寻光开发组
site_url: https://IPOL-Studio.github.io/CyanStars_Docs
repo_url: https://github.com/IPOL-Studio/CyanStars_Docs
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: overrides
language: zh
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs
- navigation.prune
- navigation.indexes
- toc.follow
- toc.integrate
- navigation.top
- search.suggest
- content.code.copy
- content.tooltips
- content.action.edit
- content.action.view
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
accent: indigo
toggle:
icon: material/brightness-7
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: indigo
toggle:
icon: material/brightness-4
extra:
analytics:
provider: google
property: G-BRKFMJ9WKY
generator: false
alternate:
- name: 简体中文
link: /CyanStars_Docs/
lang: zh
- name: 繁體中文
link: /CyanStars_Docs/zh-Hant/
lang: zh-Hant
- name: English
link: /CyanStars_Docs/en/
lang: en
- name: 日本語
link: /CyanStars_Docs/ja/
lang: ja
markdown_extensions:
- abbr
- admonition
- attr_list
- tables
- pymdownx.details
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- home: index.md
- database:
- contributions: database/contributions.md
- list-of-included-music: database/list-of-included-music.md
- privacy-policy: database/privacy-policy.md
plugins:
- search:
separator: '[\s\u200b\-]'
- i18n:
docs_structure: folder
fallback_to_default: true
reconfigure_material: true
reconfigure_search: true
languages:
- locale: zh-Hant
build: true
name: 繁體中文
site_name: 學院檔案館
nav_translations:
home: 主頁
- locale: en
build: true
name: English
site_name: College Archives
nav_translations:
home: Home
database: Database
contributions: Contributions
list-of-included-music: List of included music
privacy-policy: Privacy policy
- locale: ja
build: true
name: 日本語
site_name: 学院ファイル館
nav_translations:
home: ホーム
- locale: zh
build: true
default: true
name: 简体中文
site_name: 学院档案馆
nav_translations:
home: 主页
database: 资料库
contributions: 贡献者列表
list-of-included-music: 收录曲列表
privacy-policy: 隐私政策