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

(cherry picked from commit a5fed924e9)

# Conflicts:
#	docs/getting-started/install-scylla/install-on-linux.rst
#	docs/getting-started/installation-common/unified-installer.rst
This commit is contained in:
Anna Stuchlik
2024-10-25 13:16:49 +02:00
committed by Mergify
parent ea6fe4bfa1
commit 60b4250e10
3 changed files with 12 additions and 2 deletions

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

@@ -156,8 +156,13 @@ Install ScyllaDB
(Optional) Install scylla-jmx
-------------------------------
<<<<<<< HEAD
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/install-scylla/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>`.
>>>>>>> a5fed924e9 (doc: fix redundant references to version 6.2)

View File

@@ -50,8 +50,13 @@ Download and Install
#. (Optional) Install scylla-jmx
<<<<<<< HEAD
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/install-scylla/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>`.
>>>>>>> a5fed924e9 (doc: fix redundant references to version 6.2)
Configure and Run ScyllaDB
----------------------------