forked from 1ForeverHD/TopbarPlus
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
66 lines (60 loc) · 1.68 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
64
65
66
site_name: TopbarPlus v3
site_description: Documentation for TopbarPlus v3
site_author: Ben Horton
site_url: https://1ForeverHD.github.io/TopbarPlus/
repo_name: 1ForeverHD/TopbarPlus
repo_url: https://github.com/1ForeverHD/TopbarPlus
edit_uri: ""
theme:
logo: https://user-images.githubusercontent.com/51117782/104590568-71724f80-5663-11eb-9bc1-344fc2a4193c.png
favicon: https://user-images.githubusercontent.com/51117782/113474423-cefa8900-9467-11eb-8678-d69cbb0b3966.png
name: material
features:
- navigation.tabs
#- navigation.instant
#- navigation.sections
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: blue
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/weather-night
name: Switch to light mode
highlightjs: true
hljs_languages:
- lua
extra_javascript:
- javascripts/tags.js
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/1ForeverHD/
- icon: fontawesome/brands/twitter
link: https://twitter.com/ForeverHD_
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCj9QhyYCvhAwiBHA5B88pYg
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.superfences
nav:
- Home:
- Introduction: index.md
- Features: features.md
- Installation: installation.md
- Third Parties: third_parties.md
- API: api.md
- Contributing: contributing.md