File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -287,6 +287,10 @@ efm = "``encryptedFieldsMap``"
287
287
auto-encrypt-options = " autoEncryptionOpts"
288
288
title-auto-encrypt-options = " AutoEncryptionOpts"
289
289
290
+ # C2C Product
291
+ c2c-full-product-name = " MongoDB Cluster-to-Cluster Sync"
292
+ c2c-product-name = " Cluster-to-Cluster Sync"
293
+ c2c-docs = " https://www.mongodb.com/docs/cluster-to-cluster-sync/current"
290
294
291
295
[[banners ]]
292
296
targets = [
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ safely retry the command as the operation is idempotent.
126
126
127
127
.. _setFeatureCompatibilityVersion-user-write-blocking:
128
128
129
- Cluster-to-Cluster Replication and User Write Blocking
129
+ {+c2c-product-name+} and User Write Blocking
130
130
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
131
131
132
132
.. include:: /includes/downgrade-for-user-write-blocking.rst
@@ -144,6 +144,9 @@ Cluster-to-Cluster Replication and User Write Blocking
144
144
#. Downgrade the feature compatibility version using
145
145
:dbcommand:`setFeatureCompatibilityVersion`.
146
146
147
+ For more information on {+c2c-full-product-name+}, see the
148
+ `documentation <{+c2c-docs+}>`__.
149
+
147
150
Feature Compatibility in Arbiters
148
151
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
149
152
You can’t perform that action at this time.
0 commit comments