doc: fix redundant references to version 6.2

This commit removes mentions of version 6.2 that were introduced
with https://github.com/scylladb/scylladb/pull/17969.

Now that the documentation is versioned, there should be no reference to specific versions.

Fixes https://github.com/scylladb/scylladb/issues/21276
This commit is contained in:
Anna Stuchlik
2024-10-25 13:16:49 +02:00
parent 298cafff35
commit a5fed924e9
3 changed files with 6 additions and 6 deletions

View File

@@ -156,8 +156,8 @@ Install ScyllaDB
(Optional) Install scylla-jmx
-------------------------------
scylla-jmx becomes optional package from ScyllaDB 6.2, not installed by default.
If you need JMX server, see :doc:`Install scylla-jmx Package </getting-started/installation-common/install-jmx>`
scylla-jmx is an optional package and is not installed by default.
If you need JMX server, see :doc:`Install scylla-jmx Package </getting-started/installation-common/install-jmx>`.

View File

@@ -3,8 +3,8 @@
Install scylla-jmx Package
======================================
scylla-jmx becomes optional package from ScyllaDB 6.2, not installed by default.
If you need JMX server you can still install it from scylla-jmx GitHub page.
scylla-jmx is an optional package and is not installed by default.
If you need JMX server, you can still install it from scylla-jmx GitHub page.
.. tabs::

View File

@@ -50,8 +50,8 @@ Download and Install
#. (Optional) Install scylla-jmx
scylla-jmx becomes optional package from ScyllaDB 6.2, not installed by default.
If you need JMX server, see :doc:`Install scylla-jmx Package </getting-started/installation-common/install-jmx>`
scylla-jmx is an optional package and is not installed by default.
If you need JMX server, see :doc:`Install scylla-jmx Package </getting-started/installation-common/install-jmx>`.
Configure and Run ScyllaDB
----------------------------