diff --git a/source/_static/scss/includes/_toc.scss b/source/_static/scss/includes/_toc.scss index e3cb053a..f4a76b91 100644 --- a/source/_static/scss/includes/_toc.scss +++ b/source/_static/scss/includes/_toc.scss @@ -177,10 +177,6 @@ div.topic { color: var(--text-muted-color); padding: 0.15rem 0; - code { - display: none; - } - &:hover { color: var(--text-color); } diff --git a/source/administration/bucket-replication/enable-server-side-multi-site-bucket-replication.rst b/source/administration/bucket-replication/enable-server-side-multi-site-bucket-replication.rst index 43be4831..2eb01af3 100644 --- a/source/administration/bucket-replication/enable-server-side-multi-site-bucket-replication.rst +++ b/source/administration/bucket-replication/enable-server-side-multi-site-bucket-replication.rst @@ -149,7 +149,7 @@ Repeat this test on each deployment by copying a new unique file and checking th .. _minio-bucket-replication-multi-site-minio-cli-procedure: -Configure Multi-Site Bucket Replication Using the Command Line (:mc:`mc`) +Configure Multi-Site Bucket Replication Using the Command Line ``mc`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This procedure uses the placeholder ``ALIAS`` to reference the :ref:`alias ` each MinIO deployment being configured for replication. diff --git a/source/administration/bucket-replication/enable-server-side-one-way-bucket-replication.rst b/source/administration/bucket-replication/enable-server-side-one-way-bucket-replication.rst index beac8b79..088026b3 100644 --- a/source/administration/bucket-replication/enable-server-side-one-way-bucket-replication.rst +++ b/source/administration/bucket-replication/enable-server-side-one-way-bucket-replication.rst @@ -113,7 +113,7 @@ Configure One-Way Bucket Replication Using the MinIO Console .. _minio-bucket-replication-one-way-minio-cli-procedure: -Configure One-Way Bucket Replication Using the Command Line (:mc:`mc`) +Configure One-Way Bucket Replication Using the Command Line ``mc`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This procedure uses the :ref:`aliases ` ``SOURCE`` and ``REMOTE`` to reference each MinIO deployment being configured for replication. diff --git a/source/administration/bucket-replication/enable-server-side-two-way-bucket-replication.rst b/source/administration/bucket-replication/enable-server-side-two-way-bucket-replication.rst index 8ac501d6..9c3f12b9 100644 --- a/source/administration/bucket-replication/enable-server-side-two-way-bucket-replication.rst +++ b/source/administration/bucket-replication/enable-server-side-two-way-bucket-replication.rst @@ -150,7 +150,7 @@ B) Create a replication rule from the second deployment back to the first deploy .. _minio-bucket-replication-two-way-minio-cli-procedure: -Configure Two-Way Bucket Replication Using the Command Line (:mc:`mc`) +Configure Two-Way Bucket Replication Using the Command Line ``mc`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This procedure creates two-way, active-active replication between two MinIO deployments.