Files
fastapi/docs/en/docs/js/chat.js
Aakash Nand 2738df3801 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>
2020-03-27 15:32:15 +01:00

4 lines
77 B
JavaScript

((window.gitter = {}).chat = {}).options = {
room: 'tiangolo/fastapi'
};