mirror of
https://github.com/minio/docs.git
synced 2025-08-06 14:42:56 +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:
@@ -177,10 +177,6 @@ div.topic {
|
|||||||
color: var(--text-muted-color);
|
color: var(--text-muted-color);
|
||||||
padding: 0.15rem 0;
|
padding: 0.15rem 0;
|
||||||
|
|
||||||
code {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
|
@@ -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:
|
.. _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.
|
This procedure uses the placeholder ``ALIAS`` to reference the :ref:`alias <alias>` each MinIO deployment being configured for replication.
|
||||||
|
@@ -113,7 +113,7 @@ Configure One-Way Bucket Replication Using the MinIO Console
|
|||||||
|
|
||||||
.. _minio-bucket-replication-one-way-minio-cli-procedure:
|
.. _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.
|
This procedure uses the :ref:`aliases <alias>` ``SOURCE`` and ``REMOTE`` to reference each MinIO deployment being configured for replication.
|
||||||
|
@@ -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:
|
.. _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.
|
This procedure creates two-way, active-active replication between two MinIO deployments.
|
||||||
|
Reference in New Issue
Block a user