mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-14 12:01:42 -04:00
✨ 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 <aakashnand@nttv6.jp> Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
3
docs/en/docs/js/chat.js
Normal file
3
docs/en/docs/js/chat.js
Normal file
@@ -0,0 +1,3 @@
|
||||
((window.gitter = {}).chat = {}).options = {
|
||||
room: 'tiangolo/fastapi'
|
||||
};
|
||||
@@ -145,3 +145,5 @@ extra_javascript:
|
||||
- https://unpkg.com/mermaid@8.4.6/dist/mermaid.min.js
|
||||
- js/termynal.js
|
||||
- js/custom.js
|
||||
- js/chat.js
|
||||
- https://sidecar.gitter.im/dist/sidecar.v1.js
|
||||
|
||||
Reference in New Issue
Block a user