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 <aakashnand@nttv6.jp> Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>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' |
|||
}; |
Loading…
Reference in new issue