From 209ea2ea273edeefcfa5d334e68437ddcc0fbc32 Mon Sep 17 00:00:00 2001 From: David Garcia Date: Sun, 16 Mar 2025 10:36:24 +0100 Subject: [PATCH] docs: update issues label Closes scylladb/scylladb#23304 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d83cfc1ad2..dd7d541e5d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -172,7 +172,7 @@ html_theme_options = { "hide_feedback_buttons": 'false', "github_issues_repository": "scylladb/scylladb", "github_repository": "scylladb/scylladb", - "github_label": "type/documentation", + "github_label": "documentation", "versions_unstable": UNSTABLE_VERSIONS, "versions_deprecated": DEPRECATED_VERSIONS, 'banner_button_text': 'Register for Free',