forked from cheatsnake/botyard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
41 lines (39 loc) · 942 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
site_name: Botyard
theme:
font:
text: Onest
icon:
logo: material/robot-outline
name: material
palette:
- scheme: default
primary: black
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: black
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.sections
- navigation.top
- content.code.copy
nav:
- index.md
- installation.md
- configuration.md
- "API reference":
- api/admin.md
- api/bot.md
- api/client.md
- "Guides":
- guides/nodejs.md
- guides/python.md
- guides/golang.md
- contribution.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences