mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
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:
committed by
Botond Dénes
parent
cd553848c1
commit
582bafabb3
@@ -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 = [""]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user