From 26c137dc413c164534a7e67b0def97cf61d1bf16 Mon Sep 17 00:00:00 2001 From: Daniel Reis Date: Fri, 12 Apr 2024 11:37:27 +0300 Subject: [PATCH] chore: remove version from view (#36) --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 6f5a66d..453eed4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -70,6 +70,7 @@ 'github_repository': 'scylladb/scylla-cloud-getting-started', 'hide_edit_this_page_button': 'false', 'hide_feedback_buttons': 'false', + 'hide_versions_dropdown': 'true', 'site_description': 'ScyllaDB Cloud Example Documentation', "versions_unstable": UNSTABLE_VERSIONS, "versions_deprecated": DEPRECATED_VERSIONS,