forked from tonesto7/echo-speaks-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
158 lines (139 loc) · 3.98 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
152
153
154
155
156
157
158
site_name: Echo Speaks Documentation
site_url: https://tonesto7.github.io/echo-speaks-docs/
repo_url: https://github.com/tonesto7/echo-speaks-docs
site_description: Echo Speaks Documentation
# use_directory_urls: False
remote_branch: gh-pages
remote_name: origin
google_analytics:
- "UA-131811674-1"
- "tonesto7.github.io/echo-speaks-docs"
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- navigation.sections
- navigation.instant
- navigation.expand
- navigation.indexes
- navigation.top
- toc.integrate
hide:
- toc
font:
text: Roboto
# favicon: img/favicon.png
logo: img/EchoSpeaks.png
# extra:
# social:
# - icon: fontawesome/brands/github
# link: https://github.com/tonesto7/echo-speaks
highlightjs: true
hljs_languages:
- yaml
- rust
palette:
primary: "blue"
accent: "blue"
icon:
admonition:
note: fontawesome/solid/sticky-note
abstract: fontawesome/solid/book
info: fontawesome/solid/info-circle
tip: fontawesome/solid/bullhorn
success: fontawesome/solid/check
question: fontawesome/solid/question-circle
warning: fontawesome/solid/exclamation-triangle
failure: fontawesome/solid/bomb
danger: fontawesome/solid/skull
bug: fontawesome/solid/robot
example: fontawesome/solid/flask
quote: fontawesome/solid/quote-left
nav:
- Home: index.md
- Install:
- Install Types: installation/types.md
- Automated:
- Hubitat Package Manager: installation/hpm_install.md
- Manual:
- App Install: installation/app_install.md
- Driver Install: installation/device_install.md
- Configuration:
- App Configuration: configuration/config_app.md
- Server Configuration: configuration/config_server.md
- Updates:
- App Updates: updates/app_update.md
- Device Updates: updates/device_update.md
- Server Updates: updates/server_update.md
- Actions:
- Description: actions/actions_desc.md
- Configuration: actions/config/actions_config.md
- Examples: actions/examples/actions_examples.md
- Support:
- Server Removal/Reset:
- Server Removal/Reset: support/server_removal.md
- Common Errors:
- Common Errors: support/common_errors.md
- Reporting Issues:
- Issue Reporting: support/reporting_issues.md
- F.A.Q.:
- Questions: faq.md
- Device API:
- Supported Devices:
- Devices: devicesupport/supported_devices.md
- Device Attributes:
- Attributes: devicesupport/device_attributes.md
- Device Commands:
- General: devicesupport/commands/action_commands.md
- Alerts | Notifications: devicesupport/commands/alerts_commands.md
- Music: devicesupport/commands/music_commands.md
- Speech: devicesupport/commands/speech_commands.md
- Donations:
- Paypal: donations.md
- GitHub:
- Code Repository: github_repo.md
markdown_extensions:
- attr_list
- admonition
- smarty:
smart_quotes: false
- meta
- sane_lists
- toc:
permalink: "#"
baselevel: 2
separator: "_"
- codehilite
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.pathconverter
- pymdownx.critic
- pymdownx.highlight
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.escapeall:
hardbreak: True
nbsp: True
plugins:
- search:
prebuild_index: true
- autolinks
- awesome-pages
- git-revision-date-localized:
type: timeago
- minify:
minify_html: true
# - mdoctag
# - bootstrap-tables
extra_css:
- "css/extra.css"
- "css/monokai.css"
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/default.min.css
extra_javascript:
- "js/extra.js"
- "js/config.js"
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js