forked from botlabs-gg/carlbot-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
44 lines (39 loc) · 941 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
39
40
41
42
43
44
site_name: Carl-bot Documentation
theme:
name: 'material'
logo: 'images/googleturtle.svg'
favicon:
'images/favicon.ico'
features:
- tabs
- instant
palette:
scheme: preference
primary: 'Blue Grey'
accent: 'Cyan'
font:
text: 'Roboto'
code: 'Fira Mono'
repo_name: 'carlbot-docs'
repo_url: 'https://github.com/CarlGroth/carlbot-docs'
extra:
social:
- icon: 'fontawesome/solid/globe-americas'
link: 'https://carl.gg'
- icon: 'fontawesome/brands/github-alt'
link: 'https://github.com/CarlGroth'
- icon: 'fontawesome/brands/twitter'
link: 'https://twitter.com/Carlgrrr'
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.keys
- attr_list
- pymdownx.betterem:
smart_enable: all
google_analytics:
- 'UA-126357432-1'
- 'auto'
copyright: 'Copyright © 2018 - 2020 Carl ([email protected])'