Browse Source

Add Gitter chat to docs (#1061)

* implemented chat feature using sidecar from starlette docs

* 🔥 Use external Gitter sidecar JS

*  Re-implement Gitter chat after multi-lang

* 🔥 Remove moved file

Co-authored-by: Aakash Nand <[email protected]>
Co-authored-by: Sebastián Ramírez <[email protected]>
pull/1112/head
Aakash Nand 5 years ago
committed by GitHub
parent
commit
2738df3801
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      docs/en/docs/js/chat.js
  2. 2
      docs/en/mkdocs.yml

3
docs/en/docs/js/chat.js

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

2
docs/en/mkdocs.yml

@ -145,3 +145,5 @@ extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js - https://unpkg.com/[email protected]/dist/mermaid.min.js
- js/termynal.js - js/termynal.js
- js/custom.js - js/custom.js
- js/chat.js
- https://sidecar.gitter.im/dist/sidecar.v1.js

Loading…
Cancel
Save