From 6506d71dadfdbc7ebff5b5c311b850f9f9ec2566 Mon Sep 17 00:00:00 2001 From: Anna Stuchlik Date: Fri, 19 Jan 2024 11:30:44 +0100 Subject: [PATCH] doc: fix the zendesk tag This commit fixes the Zendesk tag that makes it possible to search the docs via Zendesk. See https://github.com/scylladb/scylla-manager/pull/3685#issuecomment-1897584039 (cherry picked from commit ff31f3ed7048e4b24dbc880ca127be107c3afa33) --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 649eb70e42..36586959c0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -103,7 +103,7 @@ 'tag_substring_removed': 'scylla-manager-', 'versions_unstable': UNSTABLE_VERSIONS, 'versions_deprecated': DEPRECATED_VERSIONS, - 'zendesk_tag': 'jiigc536se3g139312rad', + 'zendesk_tag': '7x6adcx8o6lc6ug5w6tfvi', } # If not None, a 'Last updated on:' timestamp is inserted at every page