Skip to content

Commit 3604f05

Browse files
authored
Revert "C2C Beta Docs (#370)" (#371)
This reverts commit 47416ad.
1 parent 47416ad commit 3604f05

30 files changed

+12
-1008
lines changed

snooty.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ toc_landing_pages = ["/quickstart",
2121
"/multiple-mongosyncs",
2222
"/release-notes/release-notes",
2323
"/faq",
24-
"/reference/beta-program",
2524
"/reference/collection-level-filtering",
2625
"/reference/verification",
2726
"/reference/mongosync"
@@ -34,8 +33,6 @@ version-dev = "1.8"
3433
c2c-product-name = "Cluster-to-Cluster Sync"
3534
c2c-full-product-name = "MongoDB Cluster-to-Cluster Sync"
3635
mdb-download-center = "`MongoDB Download Center <https://www.mongodb.com/try/download/mongosync>`__"
37-
c2c-full-beta-program = "Cluster-to-Cluster Sync Beta Program"
38-
c2c-beta-program-short = "``mongosync`` beta"
3936

4037
[substitutions]
4138
c2c-product-name = "Cluster-to-Cluster Sync"

source/includes/abc-migration-intro.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

source/includes/api/requests/start-namespace-remap.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

source/includes/beta-feature.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

source/includes/beta-program-intro.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

source/includes/destinationDataHandling-introduction.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

source/includes/document-filtering-intro.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

source/includes/document-filtering-limitations.rst

Lines changed: 0 additions & 25 deletions
This file was deleted.

source/includes/fact-valid-namespace-remap.rst

Lines changed: 0 additions & 33 deletions
This file was deleted.

source/includes/many-to-one-cluster.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

source/includes/migration-name-limitation.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

source/includes/namespace-remapping-intro.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

source/includes/opts/migrationName.rst

Lines changed: 0 additions & 13 deletions
This file was deleted.

source/includes/orr-intro.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

source/includes/table-beta-compatibility.rst

Lines changed: 0 additions & 60 deletions
This file was deleted.

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Cluster-to-Cluster Sync
99
.. default-domain:: mongodb
1010

1111
{+c2c-product-name+} provides continuous data synchronization or a
12-
one-time data migration between MongoDB clusters. You can enable
12+
one-time data migration between two MongoDB clusters. You can enable
1313
{+c2c-product-name+} with the :ref:`mongosync <c2c-mongosync>` utility.
1414

1515
``mongosync`` can continuously synchronize data between two clusters.

source/quickstart.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ Initialization Notes
206206
<c2c-api-start>` command. "cluster0" and "cluster1" are just labels,
207207
either cluster can be ``cluster0`` or ``cluster1``.
208208

209-
.. _c2c-quickstart-synchronize:
210-
211209
Synchronize Data Between Clusters
212210
---------------------------------
213211

source/reference.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ Reference
6666
/reference/verification
6767
/reference/versioning
6868
/reference/supported-server-version
69-
/reference/beta-program
69+

source/reference/api/start.txt

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -112,17 +112,6 @@ Request Body Parameters
112112

113113
.. versionadded:: 1.3.0
114114

115-
* - ``documentFilter``
116-
- document
117-
- Optional
118-
- .. include:: /includes/beta-feature.rst
119-
120-
.. include:: /includes/document-filtering-intro.rst
121-
122-
To learn more, see :ref:`c2c-beta-document-filtering`.
123-
124-
.. versionadded:: 1.8 Beta
125-
126115
* - ``enableUserWriteBlocking``
127116
- boolean
128117
- Optional
@@ -161,17 +150,6 @@ Request Body Parameters
161150

162151
.. versionadded:: 1.6
163152

164-
* - ``namespaceRemap``
165-
- array
166-
- Optional
167-
- .. include:: /includes/beta-feature.rst
168-
169-
Array of documents that specify namespace changes to make during sync.
170-
171-
For more information, see :ref:`c2c-beta-namespace-remapping`.
172-
173-
.. versionadded:: 1.8 Beta
174-
175153
* - ``reversible``
176154
- boolean
177155
- Optional
@@ -486,3 +464,5 @@ Endpoint Protection
486464

487465
.. |endpoint| replace:: ``start``
488466
.. include:: /includes/fact-api-endpoint
467+
468+

source/reference/beta-program.txt

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)