Skip to content

Commit edf27bf

Browse files
committed
Add gitter chat.
1 parent 71bc4d1 commit edf27bf

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/static/js/gitter.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
((window.gitter = {}).chat = {}).options = {
2+
room: 'loraserver/lora-gateway-bridge'
3+
};

mkdocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
site_name: LoRa Gateway Bridge documentation
22
repo_url: https://github.com/brocaar/lora-gateway-bridge
33
theme_dir: docs/material
4+
include_next_prev: False
45

56
pages:
67
- index.md
@@ -24,3 +25,7 @@ markdown_extensions:
2425
- codehilite(css_class=code)
2526

2627
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

Comments
 (0)