doc: set 6.0 as the latest stable version

This commit updates the configuration for ScyllaDB documentation so that:

6.0 is the latest version.
6.0 is removed from the list of unstable versions.

It must be merged when ScyllaDB 6.0 is released.

No backport is required.

Closes scylladb/scylladb#19003
This commit is contained in:
Anna Stuchlik
2024-05-31 10:59:26 +02:00
committed by Botond Dénes
parent cd553848c1
commit 582bafabb3

View File

@@ -18,9 +18,9 @@ BASE_URL = 'https://opensource.docs.scylladb.com'
TAGS = []
BRANCHES = ["master", "branch-5.1", "branch-5.2", "branch-5.4", "branch-6.0"]
# Set the latest version.
LATEST_VERSION = "branch-5.4"
LATEST_VERSION = "branch-6.0"
# Set which versions are not released yet.
UNSTABLE_VERSIONS = ["master", "branch-6.0"]
UNSTABLE_VERSIONS = ["master"]
# Set which versions are deprecated.
DEPRECATED_VERSIONS = [""]