mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-07 19:16:43 +00: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:
parent
433d7862ea
commit
2738df3801
2 changed files with 5 additions and 0 deletions
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue