forked from DiscordSRV/Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
87 lines (87 loc) · 2.48 KB
/
mkdocs.yml
File metadata and controls
87 lines (87 loc) · 2.48 KB
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
81
82
83
84
85
86
87
# Project information
site_name: DiscordSRV Wiki
site_url: https://docs.discordsrv.com/
site_author: granny
site_description: >-
The official documentation for DiscordSRV.
The most powerful, configurable, open-source Discord bridge plugin out there.
nav:
- Home: index.md
- Frequently Asked Questions: faq.md
- Installation:
- installation/index.md
- Basic Setup: installation/basic-setup.md
- Sync Setup: installation/sync-setup.md
- Voice Setup: installation/voice-setup.md
- Link to Join Setup: installation/link-to-join-setup.md
- Configs:
- alerts.yml: alerts.md
- config.yml: config.md
- linking.yml: linking.md
- messages.yml: messages.md
- synchronization.yml: synchronization.md
- voice.yml: voice.md
- Commands: commands.md
- Permissions: permissions.md
- Hooked plugin features:
- LuckPerms Contexts: lp-contexts.md
- PlaceholderAPI Placeholders: papi-placeholders.md
- Troubleshooting:
- Report a bug: https://github.com/DiscordSRV/DiscordSRV/issues
- Request a feature: https://github.com/DiscordSRV/DiscordSRV/issues
- Ask for support: https://discordsrv.com/discord
repo_url: https://github.com/DiscordSRV/Documentation
repo_name: Documentation
edit_uri: edit/master/docs/
#extra_javascript:
# - js/extra.js
extra_css:
- stylesheets/extra.css
theme:
name: material
favicon: images/logo.png
logo: images/logo.png
features:
- navigation.expand
- navigation.indexes
- navigation.instant
palette:
- scheme: slate
primary: light blue
accent: blue
plugins:
- glightbox
- redirects:
redirect_maps:
'Installation.md': 'installation/index.md'
'PAPI-Placeholders.md': 'papi-placeholders.md'
'LPContext.md': 'lp-contexts.md'
'FAQ.md': 'faq.md'
'Commands.md': 'commands.md'
'Permissions.md': 'permissions.md'
markdown_extensions:
- def_list
- mdx_grid_tables
- attr_list
- footnotes
- admonition
- pymdownx.details
- pymdownx.snippets:
base_path:
- docs/_snippets
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.magiclink
- markdown.extensions.md_in_html
- toc:
permalink: 🔗
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra:
social:
- icon: fontawesome/brands/discord
link: http://discordsrv.com/discord
name: DiscordSRV Discord Server