summaryrefslogtreecommitdiff
path: root/docs/_static
diff options
context:
space:
mode:
authorNejc Habjan <nejc.habjan@siemens.com>2022-02-16 15:55:55 +0100
committerJohn Villalovos <john@sodarock.com>2022-02-19 14:29:00 -0800
commitbd1ecdd5ad654b01b34e7a7a96821cc280b3ca67 (patch)
tree1ca936e4b07ff7e54ecaa3aef498ce665f24e2f3 /docs/_static
parent85a734fec3111a4a5c4f0ddd7cb36eead96215e9 (diff)
downloadgitlab-bd1ecdd5ad654b01b34e7a7a96821cc280b3ca67.tar.gz
docs: enable gitter chat directly in docs
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/js/gitter.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/_static/js/gitter.js b/docs/_static/js/gitter.js
new file mode 100644
index 0000000..1340cb4
--- /dev/null
+++ b/docs/_static/js/gitter.js
@@ -0,0 +1,3 @@
+((window.gitter = {}).chat = {}).options = {
+ room: 'python-gitlab/Lobby'
+};