mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 19:35:12 +00:00
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:
@@ -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::
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
----------------------------
|
||||
|
||||
Reference in New Issue
Block a user