From 737a211dd35a7dd3f7217c7546a90b93a24c4382 Mon Sep 17 00:00:00 2001 From: David Garcia Date: Tue, 9 Jan 2024 18:13:20 +0000 Subject: [PATCH] docs: add zendesk tag to index.html --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index a82be12f5..1dcf7c62d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -117,6 +117,7 @@ 'site_description': 'Scylla Monitoring Stack is a full stack for Scylla monitoring and alerting. The stack contains open source tools including Prometheus and Grafana, as well as custom Scylla dashboards and tooling.', 'versions_unstable': UNSTABLE_VERSIONS, 'versions_deprecated': DEPRECATED_VERSIONS, + 'zendesk_tag': 'pgbgkga1hpa6ug0732m8ae', } html_extra_path = ['robots.txt']