forked from thinger-io/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
236 lines (226 loc) · 8.84 KB
/
mkdocs.yml
File metadata and controls
236 lines (226 loc) · 8.84 KB
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
# Project information
site_name: Thinger.io Marketplace
site_url: https://marketplace.thinger.io/
site_dir: _site
site_author: Thinger.io
site_description: >-
Experience IoT innovation with powerful integrations, updates, and refined capabilities. Join us and embark on a data-driven journey
# Repository
repo_name: thinger-io/plugins
repo_url: https://github.com/thinger-io/plugins
# Copyright
copyright: >
Copyright © Thinger.io<br />
# <a href="#__consent">Change cookie settings</a>
# Configuration
theme:
name: material
custom_dir: docs/overrides
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
#- navigation.prune
- navigation.indexes
- toc.follow
- navigation.top
- search.suggest
- search.highlight
- search.share
- navigation.footer
- content.tabs.link
palette:
- media: "(prefers-color-scheme: light)"
scheme: thinger-light
primary: custom
accent: custom
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/weather-sunny
name: Switch to light mode
favicon: assets/favicon.ico
logo: assets/favicon.svg
#font:
# text: Poppins Sans Serif
# code: Poppins Mono
# toggle:
# icon: material/brightness-7
# name: Switch to dark mode
# Plugins
plugins:
- callouts
- monorepo
- social
- blog:
blog_dir: announcements
blog_toc: false
post_url_format: "{slug}"
archive: false
pagination_per_page: 5
- rss:
match_path: announcements/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
image: "https://marketplace.thinger.io/assets/favicon.svg"
abstract_chars_count: -1
comments_path: "#__comments"
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
- minify:
minify_html: true
- glightbox
#- meta -> insiders
# Customization
extra_css:
- stylesheets/extra.css
# - stylesheets/tailwind.min.css
extra:
social:
- icon: fontawesome/brands/discourse
link: https://community.thinger.io/
name: Thinger.io community
- icon: fontawesome/brands/github
link: https://github.com/thinger-io/
name: Thinger.io on GitHub
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/thinger
name: Thinger.io on DockerHub
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/thinger-io/
name: Thinger.io on LinkedIn
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/thinger_io/
name: Thinger.io on Twitter
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/thinger.io/
name: Thinger.io on Facebook
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/thinger.io/
name: Thinger.io on Instagram
generator: true # Removed footer "made with"
# consent:
# title: We value your privacy
# description: >-
# We use cookies to enhance your browsing experience, serve personalized ads or content,
# and analyze our traffic. By clicking "Accept", you consent to our use of cookies.
# actions:
# - accept
# - reject
# - manager
# Extensions
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- def_list
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- footnotes
- toc:
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
# Page tree
nav:
- How It Works:
- 'how_it_works/index.md'
- Hardware Manufacturers: 'how_it_works/hardware_manufacturers.md'
- IoT Consultants: 'how_it_works/iot_consultants.md'
- End Customers: 'how_it_works/end_customers.md'
- Community: 'how_it_works/community.md'
- Plugins:
- 'plugins/index.md'
- Managing Plugins: 'plugins/managing.md'
# AUTO-GENERATED-PLUGINS-START
- Integrations:
- Devices:
- Overview: 'plugins/devices/index.md'
- Comet Tx: '!include ./_build/plugins/devices/comet-tx5xx-tx6xx/mkdocs.yml'
- Dragino LHT65N: '!include ./_build/plugins/devices/dragino-lht65n/mkdocs.yml'
- Dragino LT-22222-L: '!include ./_build/plugins/devices/dragino-lt22222l/mkdocs.yml'
- Milesight AM103: '!include ./_build/plugins/devices/milesight-am103/mkdocs.yml'
- Milesight CT10X: '!include ./_build/plugins/devices/milesight-ct10x/mkdocs.yml'
- Shelly 1L: '!include ./_build/plugins/devices/shelly-1l/mkdocs.yml'
- Shelly EM: '!include ./_build/plugins/devices/shelly-em/mkdocs.yml'
- Shelly Plug S: '!include ./_build/plugins/devices/shelly-plug-s/mkdocs.yml'
- Shelly Plus 1PM: '!include ./_build/plugins/devices/shelly-plus-1pm/mkdocs.yml'
- Siemens LOGO!: '!include ./_build/plugins/devices/siemens-logo/mkdocs.yml'
- Teltonika Eye: '!include ./_build/plugins/devices/teltonika-eye/mkdocs.yml'
- Teltonika Telematics: '!include ./_build/plugins/devices/teltonika-telematics/mkdocs.yml'
- WIKA PEW-1000: '!include ./_build/plugins/devices/wika-pew1000/mkdocs.yml'
- Wika PGW23-100 Pressure Sensor: '!include ./_build/plugins/devices/wika-pgw23-100/mkdocs.yml'
- Yobiiq EM2101: '!include ./_build/plugins/devices/yobiiq-em2101/mkdocs.yml'
- Connectivity:
- Overview: 'plugins/connectivity/index.md'
- ChirpStack: '!include ./_build/plugins/connectivity/chirpstack/mkdocs.yml'
- HTTP Device: '!include ./_build/plugins/connectivity/http-device/mkdocs.yml'
- LORIOT: '!include ./_build/plugins/connectivity/loriot/mkdocs.yml'
- Sigfox: '!include ./_build/plugins/connectivity/sigfox/mkdocs.yml'
- The Things Stack: '!include ./_build/plugins/connectivity/ttn/mkdocs.yml'
- The Things Stack: '!include ./_build/plugins/connectivity/ttn-stack/mkdocs.yml'
- Monitoring:
- Overview: 'plugins/monitoring/index.md'
- Alertmanager: '!include ./_build/plugins/monitoring/alertmanager/mkdocs.yml'
- Grafana: '!include ./_build/plugins/monitoring/grafana/mkdocs.yml'
- InfluxDB2: '!include ./_build/plugins/monitoring/influxdb2/mkdocs.yml'
- Prometheus: '!include ./_build/plugins/monitoring/prometheus/mkdocs.yml'
- Prometheus Exporter: '!include ./_build/plugins/monitoring/prometheus-exporter/mkdocs.yml'
- Development:
- Overview: 'plugins/development/index.md'
- Jupyter Minimal: '!include ./_build/plugins/development/jupyter-minimal/mkdocs.yml'
- Jupyter R: '!include ./_build/plugins/development/jupyter-r/mkdocs.yml'
- Jupyter TensorFlow: '!include ./_build/plugins/development/jupyter-tensorflow/mkdocs.yml'
- Node-RED: '!include ./_build/plugins/development/node-red/mkdocs.yml'
- RStudio: '!include ./_build/plugins/development/rstudio/mkdocs.yml'
- VS Code: '!include ./_build/plugins/development/vscode/mkdocs.yml'
- Infrastructure:
- Overview: 'plugins/infrastructure/index.md'
- Docker Registry: '!include ./_build/plugins/infrastructure/docker-registry/mkdocs.yml'
- SFTPGo: '!include ./_build/plugins/infrastructure/sftpgo/mkdocs.yml'
- Templates:
- Overview: 'plugins/templates/index.md'
- LoRaWAN Device Template: '!include ./_build/plugins/templates/lorawan-product-template/mkdocs.yml'
# AUTO-GENERATED-PLUGINS-END
- Contributing:
- 'contributing/index.md'
- Plugin System Infrastructure: 'contributing/plugin-system-infrastructure.md'
- Plugin Structure:
- 'contributing/structure/index.md'
- Plugin File: 'contributing/structure/plugin-file.md'
- Readme File: 'contributing/structure/readme-file.md'
- Changelog File: 'contributing/structure/changelog-file.md'
- Dockerfile: 'contributing/structure/dockerfile.md'
- Configuration Files: 'contributing/structure/configuration-files.md'
- Writing a Plugin:
- 'contributing/writing/index.md'
- Integrating Services: 'contributing/writing/integrating-services.md'
- Developing Custom Plugins: 'contributing/writing/developing-custom-plugins.md'
- Off-the-shelf Hardware Integration: 'contributing/writing/off-the-shelf-hardware.md'
- Deploying Local Plugins: 'contributing/writing/deploying-local.md'
- Documentation:
- 'contributing/documentation/index.md'
- Announcements:
- announcements/index.md