Skip to content

Commit

Permalink
Add chat to docs (encode#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie authored Feb 19, 2020
1 parent 17c13ab commit 8c72756
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/js/chat.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
((window.gitter = {}).chat = {}).options = {
room: 'encode/community'
};
6 changes: 6 additions & 0 deletions docs/js/sidecar-1.5.0.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false
- mkautodoc

extra_javascript:
- 'js/chat.js'
- 'js/sidecar-1.5.0.js'

0 comments on commit 8c72756

Please sign in to comment.