Skip to content

Commit 2810f30

Browse files
authored
DOCSP-23961 Adds link to C2C on the setUserWriteBlockMode page. (#1580)
* DOCSP-23961 Fixes term and adds links * DOCSP-23961 Adds C2C to snooty intersphinx * DOCSP-23961 Fixes link
1 parent b660bd8 commit 2810f30

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ intersphinx = [
1111
"https://www.mongodb.com/docs/compass/current/objects.inv",
1212
"https://www.mongodb.com/docs/database-tools/objects.inv",
1313
"https://www.mongodb.com/docs/mongodb-shell/objects.inv",
14+
"https://www.mongodb.com/docs/cluster-to-cluster-sync/current/objects.inv",
1415
]
1516

1617
# toc_landing_pages are pages that have pages nested beneath them

source/reference/command/setUserWriteBlockMode.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ Definition
1818
The ``setUserWriteBlockMode`` command blocks and unblocks writes to
1919
the entire cluster.
2020

21-
During cluster to cluster replication, ``mongosync``, the cluster to
22-
cluster synchronization tool, uses ``setUserWriteBlockMode`` command
21+
During cluster-to-cluster sync, ``mongosync``, the cluster-to-cluster
22+
synchronization tool, uses the ``setUserWriteBlockMode`` command
2323
to block writes on the destination cluster.
24+
For more information, see the HTTP API :ref:`start <c2c-api-start>` command.
2425

2526
.. note::
2627

0 commit comments

Comments
 (0)