-
Notifications
You must be signed in to change notification settings - Fork 41
/
mkdocs.yml
56 lines (56 loc) · 1.38 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
site_name: galexrt/dellhw_exporter Documentation
repo_url: https://github.com/galexrt/dellhw_exporter
site_author: Alexander Trost
site_description: "GitHub galexrt/dellhw_exporter project documentation"
use_directory_urls: true
copyright: '<a href="/site-notice/">Impressum</a> | <a href="/privacy-policy/">Privacy Policy</a> | Copyright (c) Alexander Trost 2020'
theme:
name: material
font: false
favicon: images/favicon.png
logo: images/favicon.png
palette:
scheme: 'slate'
primary: 'deep purple'
accent: 'lime'
icon:
repo: fontawesome/brands/github
features:
- instant
- navigation.expand
plugins:
- search
# Removed in material mkdocs 6.0
# See https://squidfunk.github.io/mkdocs-material/deprecations/#bundled-plugins
#- awesome-pages
#- git-revision-date-localized
- minify:
minify_html: true
minify_js: true
htmlmin_opts:
remove_comments: true
#js_files: []
- redirects:
redirect_maps: {}
markdown_extensions:
- attr_list
- meta
- toc:
permalink: true
- tables
- nl2br
- admonition
- pymdownx.details
- pymdownx.highlight:
use_pygments: true
linenums: true
- pymdownx.inlinehilite
- pymdownx.tasklist
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
# Style is broken
#- pymdownx.progressbar
- pymdownx.snippets
- pymdownx.superfences
#- pymdownx.tabbed