From 32a2fc024fa30f2c349b0d8b2452f74449dfceea Mon Sep 17 00:00:00 2001 From: David Garcia Date: Tue, 9 Apr 2024 15:03:26 +0100 Subject: [PATCH 1/2] fix: github repo --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c6d07d65d2..e7c4fb5f26 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -113,8 +113,8 @@ "hide_versions_dropdown": "true", "hide_edit_this_page_button": "false", "hide_feedback_buttons": 'false', - "github_issues_repository": "scylladb/scylladb", - "github_repository": "scylladb/scylladb", + "github_issues_repository": "scylladb/scylladb-docs-homepage", + "github_repository": "scylladb/scylladb-docs-homepage", "versions_unstable": UNSTABLE_VERSIONS, "versions_deprecated": DEPRECATED_VERSIONS, "banner_button_text": "Register for Free", From c14b9d7da817cc44b238bcd949a7354f93c452c5 Mon Sep 17 00:00:00 2001 From: David Garcia Date: Fri, 12 Apr 2024 07:18:52 +0100 Subject: [PATCH 2/2] fix: default branch --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index e7c4fb5f26..008721b758 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -108,6 +108,7 @@ # documentation. html_theme_options = { "conf_py_path": "docs/", + "default_branch": "main", "hide_banner": "true", "hide_version_dropdown": UNSTABLE_VERSIONS, "hide_versions_dropdown": "true",