-
-
Notifications
You must be signed in to change notification settings - Fork 92
/
mkdocs.yml
55 lines (51 loc) · 1.24 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
site_name: Pode
theme:
name: material
logo: images/icon-transparent.png
favicon: images/favicon.ico
custom_dir: mkdocs-overrides
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- navigation.top
- content.code.copy
- content.action.edit
- content.action.view
font:
text: Fira Sans
code: Fira Code
palette:
- scheme: default
primary: cyan
accent: cyan
toggle:
icon: material/weather-sunny
name: Light Mode
- scheme: slate
primary: cyan
accent: cyan
toggle:
icon: material/weather-night
name: Dark Mode
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.details
- admonition
- meta
repo_name: badgerati/pode
repo_url: https://github.com/Badgerati/Pode
edit_uri: edit/master/docs
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/fRqeGcbF6h
- icon: fontawesome/brands/github
link: https://github.com/badgerati/pode
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/badgerati
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/badgerati/pode