-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
mkdocs.yml
73 lines (73 loc) · 2.24 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
site_name: Reputation Bot - Your community driven level system
site_url: https://rainbowdashlabs.github.io/reputation-bot/
site_description: Everything you need to know about the reputation bot
repo_url: https://github.com/RainbowDashLabs/reputation-bot
repo_name: Reputation Bot
plugins:
- git-revision-date-localized:
type: date
fallback_to_build_date: true
enable_creation_date: true
nav:
- Home: index.md
- Get the bot: invite.md
- Setup: setup.md
- Configuration and Customization: configuration.md
- Giving Reputation: give_reputation.md
- Abuse Protection: abuse_protection.md
- Commands: commands.md
- FAQ: faq.md
- Metrics: metrics.md
- ToS and Privacy: tos-privacy.md
theme:
features:
- navigation.instant
- navigation.tracking
# - navigation.expand
# - navigation.tabs
# - navigation.tabs.sticky
- navigation.sections
- navigation.indexes
- navigation.top
- content.code.annotate
language: en
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: pink
accent: light blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: pink
accent: light blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
social:
- icon: fontawesome/solid/magnifying-glass
name: TOS & Privacy
link: https://rainbowdashlabs.github.io/reputation-bot/tos-privacy
- icon: simple/discord
name: Invite
link: https://discord.com/api/oauth2/authorize?client_id=871322553698906142&permissions=1342532672&scope=bot%20applications.commands
- icon: material/chat
name: Support
link: https://discord.gg/5DrGmz7pHj
- icon: fontawesome/solid/question
name: FAQ
link: https://rainbowdashlabs.github.io/reputation-bot/faq