-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
51 lines (45 loc) · 1.23 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_name: Piggy Bot Documentation
theme:
name: 'material'
logo: 'images/piggy.png'
favicon: 'images/piggy.png'
features:
- navigation.tabs
- navigation.top
- toc.follow
- toc.integrate
- instant
palette:
scheme: preference
primary: 'Blue'
accent: 'Cyan'
font:
text: 'PT Sans Caption'
code: 'Fira Mono'
repo_name: 'docs-piggy'
repo_url: 'https://github.com/botlabs-gg/docs-piggy'
extra:
social:
- icon: 'fontawesome/solid/earth-americas'
link: 'https://piggy.gg'
- icon: 'fontawesome/brands/github-alt'
link: 'https://github.com/botlabs-gg'
- icon: 'fontawesome/brands/twitter'
link: 'https://twitter.com/piggy_discord'
- icon: 'fontawesome/brands/instagram'
link: 'https://www.instagram.com/piggy.discord'
- icon: 'fontawesome/brands/youtube'
link: 'https://www.youtube.com/c/PiggyBot'
- icon: 'fontawesome/brands/facebook'
link: 'https://www.facebook.com/piggydiscord'
edit_uri: ""
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.keys
- attr_list
- pymdownx.betterem:
smart_enable: all
copyright: 'Copyright © 2017 - 2022 Piggy ([email protected])'