-
Notifications
You must be signed in to change notification settings - Fork 104
/
mkdocs.yml
51 lines (51 loc) · 1.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
# Site info
site_name: Mee6 Documentation
site_url: https://mee6.github.io/Mee6-documentation
repo_url: https://github.com/mee6/Mee6-documentation
repo_name: mee6/Mee6-documentation
site_author: Sil Boydens
# Theme settings
theme:
name: material
palette:
primary: blue
accent: light-blue
# font:
# text: Lato
# code: Inconsolata
logo:
icon: info
favicon: 'pics/favicon.ico'
extra:
search:
language: en
social:
- type: 'github'
link: 'https://github.com/mee6'
- type: 'twitter'
link: 'https://twitter.com/mee6bot'
markdown_extensions:
- admonition
# - codehilite:
# guess_lang: false
- toc:
permalink: true
# Pages
pages:
- Home: index.md
- Custom Commands:
- Overview: commands.md
- Variables: commands_variables.md
- Timers: timers.md
- Levels:
- Overview: levels.md
- Experience Per Level: levels_xp.md
- Moderator: moderator.md
- Music: music.md
- Record: record.md
- Search Anything: search_anything.md
- Help Me!: help_me.md
- Twitch & co.: twitch_n_co.md
- Reddit: reddit.md
- Welcome: welcome.md
# - Example: example.md