forked from HASwitchPlate/openHASP-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
124 lines (113 loc) · 3.11 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
site_url: https://haswitchplate.github.io/openHASP-docs/0.6.2/
edit_uri: https://github.com/HASwitchPlate/openHASP-docs/edit/0.6.2/docs/
repo_url: https://github.com/HASwitchPlate/openHASP
repo_name: HASwitchPlate/openHASP
site_name: "openHASP"
site_description: "Open firmware for MCUs to drive a low-cost commodity touch display"
site_author: "Francis Van Roie"
copyright: Copyright © 2019 - 2021 Francis Van Roie and contributors
theme:
logo: "assets/images/logo.png"
favicon: favicon.ico
icon:
repo: fontawesome/brands/github
name: material
custom_dir: custom_theme
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: deep orange
toggle:
icon: material/toggle-switch-off-outline
name: Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: cyan
accent: deep orange
toggle:
icon: material/toggle-switch
name: Light mode
features:
- navigation.instant # When this is enabled the $(document).ready(function() won't run from youtube.js!
- navigation.tracking
# - navigation.tabs
# - navigation.tabs.sticky
# - navigation.sections
# - navigation.expand
- search.suggest
- search.highlight
- navigation.top
markdown_extensions:
- admonition
- attr_list
- def_list
- pymdownx.highlight:
# linenums: true
- pymdownx.details
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.striphtml:
strip_comments: true
strip_js_on_attributes: false
- toc:
permalink: "~"
toc_depth: 3
- markdown_include.include:
base_path: docs
extra:
# alternate:
# - name: Default (en)
# link: ./
# lang: en
# # Switch to English
# - name: English
# link: ./en/
# lang: en
# # Switch to Dutch
# - name: Nederlands
# link: ./nl/
# lang: nl
social:
- icon: material/github
link: https://github.com/HASwitchPlate/openHASP/discussions
name: GitHub Discussions
- icon: material/discord
link: https://discord.gg/VCWyuhF
name: Discord Chat
- icon: material/home-assistant
link: https://community.home-assistant.io/t/openhasp-an-mqtt-driven-touchscreen-scene-controller/300853
name: Home Assistant Forum
version:
provider: mike
default: 0.6
# nav:
#
# !!! The Navigation bar is built from the contents of the `.pages` files in each directory !!!
plugins:
- search
- git-revision-date
- awesome-pages:
strict: false
- table-reader
# - i18n:
# default_language: en
# languages:
# en: English
# nl: Nederlands
# nav_translations:
# nl:
# Home: Thuis
# Design: Ontwerp
# Pages: Pagina's
# Objects: Objecten
# Styling: Stijleigenschappen
# Fonts: Lettertypen
# Commands: Commando's