-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
38 lines (36 loc) · 894 Bytes
/
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
site_name: Discord Bot Documentation
theme:
name: "material"
palette:
primary: "black"
accent: "blue"
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.tracking
- navigation.top
- navigation.indexes
extra:
font:
text: "Slabo 13px"
code: "Ubuntu Mono"
markdown_extensions:
- codehilite:
guess_lang: false
- toc:
permalink: true
- footnotes
- pymdownx.superfences
- mdx_truly_sane_lists
- pymdownx.emoji: # enables support for emoji
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- docs/.icons
edit_uri: edit/master/docs
docs_dir: docs
site_dir: docs-gen
repo_url: https://github.com/uwaterloo-tron/discord-bot
site_url: https://uwaterloo-tron.github.io/discord-bot/