-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
94 lines (87 loc) · 2.15 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
site_name: Wuthering Waves Guide
site_description: A Wuthering Waves Guide.
site_dir: site
docs_dir: docs
repo_url: https://github.com/ZetsuBouKyo/WutheringWaves
repo_name: ZetsuBouKyo/WutheringWaves
copyright: Copyright (c) 2024-present ZetsuBouKyo and other contributors
theme:
name: material
favicon: assets/favicon.png
logo: assets/favicon.png
font: false
features:
- content.action.edit
- content.action.view
- content.code.copy
- navigation.footer
- navigation.tabs
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- i18n:
docs_structure: suffix
fallback_to_default: true
reconfigure_material: true
reconfigure_search: true
languages:
- name: English
locale: en
build: true
site_name: "Wuthering Waves Guide"
nav_translations:
首頁: Home
- name: 繁體中文
locale: zh-TW
build: true
site_name: "鳴潮攻略"
default: true
- git-revision-date-localized
- minify:
minify_html: true
markdown_extensions:
- admonition
- footnotes
- pymdownx.caret
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.magiclink:
repo_url_shorthand: true
user: ZetsuBouKyo
repo: ZetsuBou
- pymdownx.mark
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tilde
- tables
- toc:
permalink: true
- md_in_html
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ZetsuBouKyo/WutheringWaves
- icon: fontawesome/brands/twitch
link: https://www.twitch.tv/zetsuboukyo
- icon: fontawesome/solid/house
link: /
extra_css:
- assets/css/custom.css
- assets/css/wuwa.css
nav:
- 首頁: index.md
- 統計: statistics.md