-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
120 lines (109 loc) · 3.12 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# Project information
site_name: April Docs
site_url: 'https://aprilbot.me'
site_author: Waterball#0615
site_description: >-
Documentation with tutorial and examples on how to configure and use April Bot
# Repository
repo_name: April docs
repo_url: https://github.com/Waterball12/april-bot-docs
edit_uri: ""
# Copyright
copyright: >-
© 2021, April Bot. All rights reserved.
theme:
name: material
favicon: favicon.ico
language: en
features:
- navigation.tabs
palette:
primary: cyan
accent: indigo
# Plugins
plugins:
- search
- markdownextradata
- minify:
minify_html: true
extra_css:
- /assets/css/extra.css
extra:
manifest: manifest.json
website: https://aprilbot.me
# Social
social:
- icon: fontawesome/brands/discord
link: https://discordapp.com/invite/UKPKS4T
#Navigation
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.attr_list
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
# - pymdownx.highlight:
# linenums_style: pymdownx-inline
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Welcome:
- Welcome: index.md
- Change prefix: change-prefix.md
- Create embed message: create-embed-message.md
- Text Formatting: formatting.md
- Invite April: invite.md
- Login: login.md
- Select Guild: select-guild.md
- Administration:
- Autorole: administration/autorole.md
- Clear: administration/clear.md
- Custom command: administration/custom-command.md
- Leaver: administration/leaver.md
- Log: administration/log.md
- Reaction Role: administration/reactionrole.md
- Selfrole: administration/selfrole.md
- Welcome: administration/welcome.md
- Editor:
- Editor: editor/create-an-image.md
- Use custom background: editor/use-custom-background.md
- Errors:
- Common errors: errors/common.md
- Hierarchy: errors/hierarchy.md
- Protection:
- Automated actions: protection/automated-actions.md
- Message: protection/message.md
- Standalone: protection/standalone.md
- Filters:
- Caps: protection/filters/caps-protection.md
- Emoji: protection/filters/emoji-protection.md
- Invite: protection/filters/invite-protection.md
- Link: protection/filters/link-protection.md
- Mention: protection/filters/mention-protection.md
- Paragraph: protection/filters/paragraph-protection.md
- Spoiler: protection/filters/spoiler-protection.md
- Symbol: protection/filters/symbol-protection.md
- Toxicity: protection/filters/toxicity-protection.md