-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
79 lines (68 loc) · 1.65 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
# METADATA
site_name: 'Waterbot Documentations'
# SITE NAVIGATIONS
nav:
- Home: 'index.md'
# Command Docs
- Core:
- 'Home': 'commands/core/index.md'
- 'Activity': 'commands/core/activity.md'
- 'Say': 'commands/core/say.md'
- Developers:
- 'Home': 'commands/devs/index.md'
- Fun:
- 'Home': 'commands/fun/index.md'
- GuildConfig:
- 'Home': 'commands/guild/index.md'
- Moderation:
- 'Home': 'commands/mod/index.md'
- Utilities:
- 'Home': 'commands/utils/index.md'
# Guides
- Guides:
- 'Home': 'guides/index.md'
- 'Setting up': 'guides/setup.md'
- 'Selfhosting': 'guides/selfhosting.md'
# About page
- About: 'about.md'
# THEME ITEMS
theme:
name: 'material'
palette:
primary: 'blue grey'
accent: 'indigo'
logo: 'images/icon.ico'
language: 'en'
feature:
tabs: true
#EXTRA SOCIAL LINKS
extra:
social:
- type: 'github'
link: 'https://github.com/waterbotdev'
- type: 'twitter'
link: 'https://twitter.com/waterbotdev'
# REPO FOR TOP RIGHT DISPLAY
repo_name: 'wdev/docs'
repo_url: 'https://github.com/waterbotdev/docs'
# Useful extentions
markdown_extensions:
- meta
- admonition
- pymdownx.inlinehilite
- pymdownx.details
- pymdownx.progressbar
- pymdownx.keys
- pymdownx.tasklist:
clickable_checkbox: true
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.twemoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
social_url_shorthand: true