-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yml
64 lines (61 loc) · 1.14 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
site_name: BOTOY - OPQ的Python助手
repo_name: xiyaowong/botoy
repo_url: https://github.com/xiyaowong/botoy
theme:
language: zh
name: material
palette:
- scheme: default
primary: deep purple
accent: teal
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: black
accent: blue grey
toggle:
icon: material/toggle-switch
name: Switch to light mode
font:
text: Open Sans
code: Fira Code
nav:
- index.md
- install.md
- client.md
- config.md
- plugin.md
- context.md
- action.md
- sugar.md
- session.md
- contrib.md
- cli.md
- mahiro.md
# - middleware.md
# - decorators.md
# - refine.md
# - parser.md
# - action.md
# - plugin.md
# - lua.md
# - session.md
# - webhook.md
# - schedule.md
# - contrib.md
# - connection.md
# - async.md
# - cli.md
# - other.md
# - changelog.md
markdown_extensions:
- pymdownx.highlight:
linenums: true
- pymdownx.superfences
- admonition
- tables
- toc:
permalink: '#'
- markdown_include.include:
base_path: docs