Skip to content

Commit c4e76d9

Browse files
authored
DOCSP-30025 Corrects C2C name and adds a link (#3194) (#3222)
* DOCSP-30025 Corrects name and adds a link * Fixes per Dave
1 parent 2e75c31 commit c4e76d9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

snooty.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,10 @@ efm = "``encryptedFieldsMap``"
287287
auto-encrypt-options = "autoEncryptionOpts"
288288
title-auto-encrypt-options = "AutoEncryptionOpts"
289289

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"
290294

291295
[[banners]]
292296
targets = [

source/reference/command/setFeatureCompatibilityVersion.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
147150
Feature Compatibility in Arbiters
148151
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
149152

0 commit comments

Comments
 (0)