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 @@ -304,6 +304,10 @@ node-libmongocrypt-binding-docs = "https://github.com/mongodb/libmongocrypt/tree
304304csharp-api-docs = " https://mongodb.github.io/mongo-csharp-driver/2.18/apidocs/html"
305305java-api-docs = " https://mongodb.github.io/mongo-java-driver/4.7/apidocs"
306306go-api-docs =
" https://pkg.go.dev/go.mongodb.org/[email protected] " 307+ # C2C Product
308+ c2c-full-product-name = " MongoDB Cluster-to-Cluster Sync"
309+ c2c-product-name = " Cluster-to-Cluster Sync"
310+ c2c-docs = " https://www.mongodb.com/docs/cluster-to-cluster-sync/current"
307311
308312[[banners ]]
309313targets = [
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ safely retry the command as the operation is idempotent.
126126
127127.. _setFeatureCompatibilityVersion-user-write-blocking:
128128
129- Cluster-to-Cluster Replication and User Write Blocking
129+ {+c2c-product-name+} and User Write Blocking
130130~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
131131
132132.. include:: /includes/downgrade-for-user-write-blocking.rst
@@ -144,6 +144,9 @@ Cluster-to-Cluster Replication and User Write Blocking
144144#. Downgrade the feature compatibility version using
145145 :dbcommand:`setFeatureCompatibilityVersion`.
146146
147+ For more information on {+c2c-full-product-name+}, see the
148+ `documentation <{+c2c-docs+}>`__.
149+
147150Feature Compatibility in Arbiters
148151~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
149152
You can’t perform that action at this time.
0 commit comments