forked from HASwitchPlate/openHASP-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
151 lines (139 loc) · 3.96 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# Also change the version in README.md and extra below
site_url: https://www.openhasp.com/0.7.0/
edit_uri: https://github.com/HASwitchPlate/openHASP-docs/edit/0.7.0/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-2023 Francis Van Roie and contributors
extra:
openhasp:
version: 0.7.0-rc9
social:
- icon: material/github
link: https://github.com/HASwitchPlate/openHASP/discussions
name: GitHub Discussions
- icon: custom/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
- name: Donate
link: https://ko-fi.com/openhasp
icon: octicons/heart-fill-24
# - name: Twitter
# link: https://twitter.com/hashtag/openhasp
# icon: material/twitter
version:
provider: mike
default: 0.7.0
# 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
# nav:
#
# !!! The Navigation bar is built from the contents of the `.pages` files in each directory !!!
theme:
logo: "assets/images/logo.svg"
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:
- content.action.edit
- content.action.view
- 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 # sub sections don't get an arrow, but are integrated into the nav menu
# - navigation.expand # sub section arrows are expanded by default
- search.suggest
- search.highlight
- navigation.top
# - navigation.path
# - toc.integrate
# - navigation.indexes # incompatible with toc.integrate
markdown_extensions:
- admonition
- attr_list
- def_list
- pymdownx.highlight:
# linenums: true
- pymdownx.details
- pymdownx.keys
- 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
options:
custom_icons:
- custom_theme/.icons
- pymdownx.striphtml:
strip_comments: true
strip_js_on_attributes: false
- toc:
permalink: "~"
toc_depth: 3
- markdown_include.include:
base_path: docs
plugins:
- table-reader
- search
- git-revision-date
- awesome-pages:
strict: false
- markdownextradata:
jinja_options:
variable_start_string: "{<"
variable_end_string: ">}"
block_start_string: "{<%"
block_end_string: "%>}"
comment_start_string: "{<#"
comment_end_string: "#>}"
# - 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