We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bc4d1 commit edf27bfCopy full SHA for edf27bf
docs/static/js/gitter.js
@@ -0,0 +1,3 @@
1
+((window.gitter = {}).chat = {}).options = {
2
+ room: 'loraserver/lora-gateway-bridge'
3
+};
mkdocs.yml
@@ -1,6 +1,7 @@
site_name: LoRa Gateway Bridge documentation
repo_url: https://github.com/brocaar/lora-gateway-bridge
theme_dir: docs/material
4
+include_next_prev: False
5
6
pages:
7
- index.md
@@ -24,3 +25,7 @@ markdown_extensions:
24
25
- codehilite(css_class=code)
26
27
google_analytics: ['UA-3512995-9', 'docs.loraserver.io']
28
+
29
+extra_javascript:
30
+ - static/js/gitter.js
31
+ - https://sidecar.gitter.im/dist/sidecar.v1.js
0 commit comments