From e091afb400febd0a4536619ffe9ef39bde467972 Mon Sep 17 00:00:00 2001 From: Anna Stuchlik Date: Wed, 21 Jan 2026 10:44:21 +0100 Subject: [PATCH] doc: add the version name to the Install pages This is a follow-up to https://github.com/scylladb/scylladb/pull/28022 It adds the version name to more install pages. Closes scylladb/scylladb#28289 (cherry picked from commit c25b77034285aa56421233d48d8d03eb7a40ba9c) Closes scylladb/scylladb#28362 --- docs/getting-started/install-scylla/index.rst | 8 ++++---- docs/getting-started/install-scylla/install-on-linux.rst | 6 +++--- docs/getting-started/install-scylla/launch-on-aws.rst | 6 +++--- docs/getting-started/install-scylla/launch-on-azure.rst | 6 +++--- docs/getting-started/install-scylla/launch-on-gcp.rst | 6 +++--- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/getting-started/install-scylla/index.rst b/docs/getting-started/install-scylla/index.rst index 6aafdea7cf..4c614197b8 100644 --- a/docs/getting-started/install-scylla/index.rst +++ b/docs/getting-started/install-scylla/index.rst @@ -24,9 +24,9 @@ Keep your versions up-to-date. The two latest versions are supported. Also, alwa :id: "getting-started" :class: my-panel - * :doc:`Launch ScyllaDB on AWS ` - * :doc:`Launch ScyllaDB on GCP ` - * :doc:`Launch ScyllaDB on Azure ` + * :doc:`Launch ScyllaDB |CURRENT_VERSION| on AWS ` + * :doc:`Launch ScyllaDB |CURRENT_VERSION| on GCP ` + * :doc:`Launch ScyllaDB |CURRENT_VERSION| on Azure ` .. panel-box:: @@ -35,7 +35,7 @@ Keep your versions up-to-date. The two latest versions are supported. Also, alwa :class: my-panel * :doc:`Install ScyllaDB with Web Installer (recommended) ` - * :doc:`Install ScyllaDB Linux Packages ` + * :doc:`Install ScyllaDB |CURRENT_VERSION| Linux Packages ` * :doc:`Install scylla-jmx Package ` * :doc:`Install ScyllaDB Without root Privileges ` * :doc:`Air-gapped Server Installation ` diff --git a/docs/getting-started/install-scylla/install-on-linux.rst b/docs/getting-started/install-scylla/install-on-linux.rst index 525fb77de5..0139fb8eaa 100644 --- a/docs/getting-started/install-scylla/install-on-linux.rst +++ b/docs/getting-started/install-scylla/install-on-linux.rst @@ -4,9 +4,9 @@ .. |RHEL_EPEL_8| replace:: https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm .. |RHEL_EPEL_9| replace:: https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm -====================================== -Install ScyllaDB Linux Packages -====================================== +======================================================== +Install ScyllaDB |CURRENT_VERSION| Linux Packages +======================================================== We recommend installing ScyllaDB using :doc:`ScyllaDB Web Installer for Linux `, a platform-agnostic installation script, to install ScyllaDB on any supported Linux platform. diff --git a/docs/getting-started/install-scylla/launch-on-aws.rst b/docs/getting-started/install-scylla/launch-on-aws.rst index 44c0acbb72..c9f038cdd7 100644 --- a/docs/getting-started/install-scylla/launch-on-aws.rst +++ b/docs/getting-started/install-scylla/launch-on-aws.rst @@ -1,6 +1,6 @@ -========================== -Launch ScyllaDB on AWS -========================== +=============================================== +Launch ScyllaDB |CURRENT_VERSION| on AWS +=============================================== This article will guide you through self-managed ScyllaDB deployment on AWS. For a fully-managed deployment of ScyllaDB as-a-service, see `ScyllaDB Cloud documentation `_. diff --git a/docs/getting-started/install-scylla/launch-on-azure.rst b/docs/getting-started/install-scylla/launch-on-azure.rst index d21aad8408..0770f5a8a3 100644 --- a/docs/getting-started/install-scylla/launch-on-azure.rst +++ b/docs/getting-started/install-scylla/launch-on-azure.rst @@ -1,6 +1,6 @@ -========================== -Launch ScyllaDB on Azure -========================== +=============================================== +Launch ScyllaDB |CURRENT_VERSION| on Azure +=============================================== This article will guide you through self-managed ScyllaDB deployment on Azure. For a fully-managed deployment of ScyllaDB as-a-service, see `ScyllaDB Cloud documentation `_. diff --git a/docs/getting-started/install-scylla/launch-on-gcp.rst b/docs/getting-started/install-scylla/launch-on-gcp.rst index 0767fdf6bc..9a343d8e70 100644 --- a/docs/getting-started/install-scylla/launch-on-gcp.rst +++ b/docs/getting-started/install-scylla/launch-on-gcp.rst @@ -1,6 +1,6 @@ -========================== -Launch ScyllaDB on GCP -========================== +============================================= +Launch ScyllaDB |CURRENT_VERSION| on GCP +============================================= This article will guide you through self-managed ScyllaDB deployment on GCP. For a fully-managed deployment of ScyllaDB as-a-service, see `ScyllaDB Cloud documentation `_.