-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
75 lines (63 loc) · 2.07 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: DiscordSRVUtils
site_description: The Wiki For How DiscordSRVUtils works and how to set it up
repo_url: https://github.com/BlueDevelopersInc/dsu-wiki
repo_name: Wiki Github
edit_uri: edit/master/docs
theme:
name: material
favicon: images/logo.png
logo: images/logo.png
custom_dir: 'custom_theme'
features:
- navigation.expand
palette:
- scheme: slate
primary: light blue
accent: blue
nav:
- 'Configuration':
- 'Messages': messages.md
- 'Message JSON': message-json.md
- 'Tickets System':
- 'What are tickets': tickets.md
- 'Create a ticket': create-panel.md
- 'Leveling System':
- 'How it works': leveling.md
- 'Leveling Rewards': leveling-rewards.md
- 'Suggestions System':
- 'How it works': suggestions.md
- 'Invite Tracking': invite-tracking.md
- 'Status System':
- 'How to set it up': status.md
- 'Punishments Integration': punishments-integration.md
- 'PlaceholderAPI Expansion': placeholderapi.md
- 'Fixing Problems':
- 'Common Problems': common-problems.md
- 'Request a Feature': 'https://github.com/BlueDevelopersInc/DiscordSRVUtils/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=%5BFeature+Request%5D+'
- 'Report a Bug': 'https://github.com/BlueDevelopersInc/DiscordSRVUtils/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBUG%5D'
- 'Get Support': 'https://discordsrvutils.xyz/support'
extra_css:
- stylesheets/extra.css
dev_addr: '127.0.0.1:3000'
markdown_extensions:
- def_list
- tables
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- admonition
- pymdownx.details
- pymdownx.superfences
extra:
social:
- icon: fontawesome/brands/discord
link: https://discordsrvutils.xyz/support
name: DiscordSRVUtils Support
plugins:
- redirects:
redirect_maps:
'leveling-roles.md': 'leveling-rewards.md'