-
Notifications
You must be signed in to change notification settings - Fork 15
/
mkdocs.yml
80 lines (72 loc) · 2.22 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
site_name: LibreGroupHelp Wiki
site_url: https://sp3rick.github.io/GroupHelp
repo_url: https://github.com/Sp3rick/GroupHelp
repo_name: Sp3rick/GroupHelp
theme:
name: material
logo: assets/logo.png
palette:
- scheme: default
primary: deep purple
accent: green
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: deep purple
accent: green
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- search.suggest
- search.highlight
- search.share
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- content.code.copy
nav:
- Home:
- Home: index.md
- Configuration: wiki/configuration.md
- Commands: wiki/commands.md
- Roles: wiki/roles.md
- Permissions: wiki/perms.md
- Documentation:
- Home: documentation/index.md
- Plugins creation: documentation/plugins.md
- Database usage: documentation/database.md
- Expect messages/buttons: documentation/callbacks.md
- LGH Events: documentation/events.md
- Command creation: documentation/commands.md
- Languages: documentation/languages.md
- Editors: documentation/editors.md
- Objects: documentation/GHBot.md
- TODO List: documentation/TODO-List.md
- Known issues: documentation/known-issues.md
- Plugins Documentation:
- Home: plugins/index.md
- Settings: plugins/settings.md
- ✏️ Message maker: plugins/message-maker.md
- Roles manager: plugins/roles-manager.md
- Promotions: plugins/promote.md
- Punishments: plugins/punish.md
- Rules: plugins/rules.md
- Welcome: plugins/welcome.md
- Anti-Flood: plugins/antiflood.md
- Anti-Spam: plugins/antispam.md
- Captcha: plugins/captcha.md
- Goodbye: plugins/goodbye.md
- Warns: plugins/warns.md
- Pin: plugins/pin.md
- ✏️ Set chat based punishment: plugins/set-chat-based-punish.md
- ✏️ Command permissions: plugins/command-perms.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences