From 805f8021ea6aaaebf16d670adcde25a1f49d403b Mon Sep 17 00:00:00 2001 From: Attila Toth Date: Thu, 18 Jul 2024 20:25:01 +0200 Subject: [PATCH] fix docs config --- docs/source/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ccd32ff..9f479ca 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -106,9 +106,9 @@ "conf_py_path": "docs/source/", "hide_edit_this_page_button": "false", "hide_feedback_buttons": "false", - "github_issues_repository": "scylladb/video-streaming", - "github_repository": "scylladb/video-streaming", - "site_description": "ScyllaDB video streaming sample app", + "github_issues_repository": "scylladb/shopping-cart", + "github_repository": "scylladb/shopping-cart", + "site_description": "ScyllaDB shopping cart sample app", "hide_version_dropdown": ["main"], "versions_unstable": UNSTABLE_VERSIONS, "versions_deprecated": DEPRECATED_VERSIONS, @@ -124,7 +124,7 @@ htmlhelp_basename = "ScyllaDocumentationdoc" # URL which points to the root of the HTML documentation. -html_baseurl = "https://video-streaming.scylladb.com" +html_baseurl = "https://shopping-cart.scylladb.com/" # Dictionary of values to pass into the template engine’s context for all pages html_context = {"html_baseurl": html_baseurl}