Skip to content

Commit

Permalink
Gitter sidecar in Docs Home Page
Browse files Browse the repository at this point in the history
  • Loading branch information
raulraja committed Jan 13, 2018
1 parent 348c618 commit 76abc94
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion arrow-docs/docs/_includes/_js-bottom-home.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@
<!-- Animation code -->
<script src="{{ '/js/jquery.particleground.min.js' | relative_url }}" defer></script>
<script src="{{ '/js/anime.min.js' | relative_url }}" defer></script>
<script src="{{ '/js/animations.js' | relative_url }}" defer></script>
<script src="{{ '/js/animations.js' | relative_url }}" defer></script>
<!-- Gitter -->
<script>
((window.gitter = {}).chat = {}).options = {
room: 'arrow-kt/Lobby'
};
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>

0 comments on commit 76abc94

Please sign in to comment.