forked from TheSharks/WildBeast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
63 lines (53 loc) · 1.39 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
# MkDocs
site_name: 'WildBeast Documentation'
site_author: 'TheSharks'
site_url: 'https://docs.thesharks.xyz'
repo_name: 'TheSharks/WildBeast'
repo_url: 'https://github.com/TheSharks/WildBeast'
edit_uri: edit/master/docs/
copyright: 'Copyright © 2016-2018 TheSharks. "Discord", "Discord App", and any associated logos are registered trademarks of Hammer & Chisel, inc.'
nav:
- Home: 'index.md'
- Migrating v4 => v6: migrating.md
- Commands:
- Command reference: 'commands.md'
- Custom commands: 'custom_commands.md'
- Legacy custom commands: 'legacy_custom_commands.md'
- Installation:
- Windows installation: 'install_windows.md'
- Linux installation: 'install_linux.md'
- Decoupling from Docker: 'decoupling.md'
- Minimal setup: 'minimal_setup.md'
theme: 'material'
# MkDocs-Material
extra:
feature:
tabs: true
logo: 'img/wb-head-circle.png'
palette:
primary: 'indigo'
accent: 'blue'
font:
text: 'Droid Sans'
font: 'Droid Sans Mono'
social:
- type: 'github'
link: 'https://github.com/TheSharks'
extra_javascript:
- js/dist/commands.js
extra_css:
- css/style.css
markdown_extensions:
- admonition
- codehilite
- footnotes
- meta
- toc:
permalink: true
- pymdownx.inlinehilite
- pymdownx.details
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.mark