Add 'chat' to docs (#818)

This commit is contained in:
Tom Christie 2020-02-19 11:38:14 +00:00 committed by GitHub
parent 3e12fd0656
commit db33c071e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 0 deletions

3
docs/js/chat.js Normal file
View File

@ -0,0 +1,3 @@
((window.gitter = {}).chat = {}).options = {
room: 'encode/community'
};

6
docs/js/sidecar-1.5.0.js Normal file

File diff suppressed because one or more lines are too long

View File

@ -27,3 +27,7 @@ markdown_extensions:
extra_css:
- css/custom.css
extra_javascript:
- 'js/chat.js'
- 'js/sidecar-1.5.0.js'