Skip to content

Commit e89861d

Browse files
Add chat widget in the docs
Inspired from the cats documentation
1 parent 74c835d commit e89861d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc-tool/resources/_layouts/doc-page.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99
{% include "toolbar" %}
1010

11+
<script>
12+
((window.gitter = {}).chat = {}).options = {
13+
room: 'lampepfl/dotty'
14+
};
15+
</script>
16+
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
17+
1118
<div id="content-wrapper">
1219
{% assign sidebarTop = "75px" %}
1320
{% include "sidebar" %}

0 commit comments

Comments
 (0)