1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00

Display ToC text enclosed in code tags (#713)

This commit also removes links located on certain subtitles

Fixes #703
This commit is contained in:
Kaan Kabalak
2023-01-25 09:12:19 -08:00
committed by GitHub
parent 377d9659d2
commit 9f2d66f1c5
4 changed files with 3 additions and 7 deletions

View File

@ -177,10 +177,6 @@ div.topic {
color: var(--text-muted-color);
padding: 0.15rem 0;
code {
display: none;
}
&:hover {
color: var(--text-color);
}

View File

@ -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 <alias>` each MinIO deployment being configured for replication.

View File

@ -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 <alias>` ``SOURCE`` and ``REMOTE`` to reference each MinIO deployment being configured for replication.

View File

@ -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.