-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
74 lines (68 loc) · 1.59 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
site_name: AXBot QQ机器人
site_url: https://axiangcoding.github.io/axbot-qq-docs
repo_url: https://github.com/axiangcoding/axbot-qq-docs/
edit_uri: blob/main/docs/
theme:
name: material
logo: assets/logo.png
favicon: images/favicon.ico
custom_dir: overrides
language: zh
font: false
palette:
# Palette toggle for light mode
- scheme: default
primary: green
accent: green
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: green
accent: green
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
# - navigation.tabs
- navigation.expand
- navigation.top
- search.suggest
- social
- announce.dismiss
- navigation.footer
- content.action.edit
nav:
- index.md
- sponsor.md
- report.md
- 用户指南:
- user-guide/how-to-use.md
- user-guide/axbot-credit.md
- 命令列表:
- command-list/base-cmd.md
- command-list/funny-cmd.md
- command-list/wt-cmd.md
- command-list/qq-group.md
- command-list/subscribe-cmd.md
- 数据介绍:
- data-intro/wt-player-data.md
- roadmap.md
markdown_extensions:
- def_list
- attr_list
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true