Browse Source
* 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
committed by
GitHub
2 changed files with 5 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||
((window.gitter = {}).chat = {}).options = { |
|||
room: 'tiangolo/fastapi' |
|||
}; |
@ -145,3 +145,5 @@ extra_javascript: |
|||
- https://unpkg.com/[email protected]/dist/mermaid.min.js |
|||
- js/termynal.js |
|||
- js/custom.js |
|||
- js/chat.js |
|||
- https://sidecar.gitter.im/dist/sidecar.v1.js |
|||
|
Loading…
Reference in new issue