Skip to content

Commit f1676e7

Browse files
authored
DOCSP-45310-remove-beta (#513)
* DOCSP-45310-remove-beta * * * * * * * * * * * add noindex tag
1 parent d5e993f commit f1676e7

19 files changed

+56
-136
lines changed

config/redirects

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ raw: ${prefix}/current/installation/install-on-windows/ -> ${base}/current/
5454

5555
# DOCSP-41999 redirect disaster recovery to mongosync behavior page
5656
[*]: ${prefix}/${version}/reference/disaster-recovery -> ${base}/${version}/about-mongosync/#considerations-for-continuous-sync
57+
58+
# DOCSP-45310 Remove Beta docs from public view
59+
[*]: ${prefix}/${version}/reference/beta-program -> ${base}/${version}/

snooty.toml

Lines changed: 0 additions & 1 deletion
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"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Starting in version 1.8.0, {+c2c-product-name+} introduces the
1+
Starting in version 1.8.0, {+c2c-product-name+} introduces the invite-only
22
{+c2c-full-beta-program+}. With {+c2c-beta-program-short+}, you can use
33
experimental features with direct support and assistance from MongoDB.

source/includes/fact-verifier-limitations.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,3 @@ Unsupported Verification Checks
3636
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3737

3838
.. include:: /includes/fact-verifier-unsupported
39-
40-
Unsupported Beta Features
41-
~~~~~~~~~~~~~~~~~~~~~~~~~
42-
43-
.. include:: /includes/fact-verifier-beta-limitations

source/includes/opts/acceptDisclaimer.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
Accepts disclaimers for the :ref:`embedded verifier
3-
<c2c-verifier-disclaimer>` and, when using
4-
{+c2c-beta-program-short+}, :ref:`beta features <c2c-beta-program>`.
3+
<c2c-verifier-disclaimer>`.
54

65
When the ``mongosync`` process starts without this |opt-term|, the
76
user is prompted to accept each disclaimer.

source/reference.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,3 @@ Reference
6666
Data Transfer Verification </reference/verification>
6767
Versioning </reference/versioning>
6868
Version Compatibility </reference/supported-server-version>
69-
Beta Program </reference/beta-program>

source/reference/api/start.txt

Lines changed: 0 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-non-admonition.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-non-admonition.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

source/reference/beta-program.txt renamed to source/reference/beta-program-private.txt

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
:orphan:
2+
3+
.. meta::
4+
:robots: noindex, nosnippet
5+
16
.. _c2c-beta-program:
27

38
====================================
@@ -17,19 +22,8 @@
1722
Each ``mongosync`` release has a corresponding {+c2c-beta-program-short+}
1823
build that includes its own set of experimental features.
1924

20-
.. _c2c-beta-program-disclaimer:
21-
22-
Get Started
23-
-----------
24-
25-
.. note::
26-
27-
Filing a support ticket does *not* guarantee access to the
28-
{+c2c-beta-program-short+} binaries.
29-
30-
To request access to the {+c2c-beta-program-short+} binaries, read the
31-
following disclaimer and file a ticket with
32-
`support <https://support.mongodb.com/>`_:
25+
When you first run the {+c2c-beta-program-short+} binary, it will prompt you
26+
to accept the following disclaimer:
3327

3428
.. code-block:: shell
3529
:copyable: false
@@ -52,9 +46,6 @@ following disclaimer and file a ticket with
5246
migrations). Beta capabilities are not intended for use to migrate
5347
production workloads.
5448

55-
When you first run the {+c2c-beta-program-short+} binary, it will prompt you
56-
to accept the disclaimer.
57-
5849
.. seealso::
5950

6051
- `Cloud Subscription Agreement <https://www.mongodb.com/cloud-subscription-agreement/november-2023>`_
@@ -119,9 +110,9 @@ The following table shows supported combinations of beta features:
119110
.. toctree::
120111
:titlesonly:
121112

122-
A->B->C Migrations </reference/beta-program/abc-migration>
123-
Many-To-One Migrations </reference/beta-program/many-to-one>
124-
Document Filtering </reference/beta-program/document-filtering>
125-
Pre-Existing Data Handling </reference/beta-program/destinationDataHandling>
126-
Namespace Remapping </reference/beta-program/namespace-remapping>
127-
Oplog Rollover Resilience </reference/beta-program/orr>
113+
A->B->C Migrations </reference/beta-program-private/abc-migration>
114+
Many-To-One Migrations </reference/beta-program-private/many-to-one>
115+
Document Filtering </reference/beta-program-private/document-filtering>
116+
Pre-Existing Data Handling </reference/beta-program-private/destinationDataHandling>
117+
Namespace Remapping </reference/beta-program-private/namespace-remapping>
118+
Oplog Rollover Resilience </reference/beta-program-private/orr>

source/reference/beta-program/abc-migration.txt renamed to source/reference/beta-program-private/abc-migration.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
:orphan:
2+
3+
.. meta::
4+
:robots: noindex, nosnippet
5+
16
.. _c2c-beta-abc-migration:
27

38
==================
@@ -50,7 +55,7 @@ before the second migration (B->C) starts committing.
5055

5156
Before you use any experimental {+c2c-beta-program-short+} features,
5257
review the :ref:`{+c2c-full-beta-program+} Disclaimer
53-
<c2c-beta-program-disclaimer>`.
58+
<c2c-beta-program>`.
5459

5560

5661
For better performance, ensure that the first migration (A->B) reaches
@@ -92,9 +97,8 @@ The following example performs two consecutive migrations that:
9297
#. Connect the source cluster on port ``27001`` with a destination cluster
9398
running on port ``27002``.
9499

95-
The command also sets :option:`--migrationName`
96-
to describe the operations and store migration metadata for each
97-
sync.
100+
The command also sets ``--migrationName`` to describe the operations and store
101+
migration metadata for each sync.
98102

99103
.. code-block:: shell
100104

source/reference/beta-program/destinationDataHandling.txt renamed to source/reference/beta-program-private/destinationDataHandling.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
:orphan:
2+
3+
.. meta::
4+
:robots: noindex, nosnippet
5+
16
.. _c2c-beta-destination-data-handling:
27

38
===========================================

source/reference/beta-program/document-filtering.txt renamed to source/reference/beta-program-private/document-filtering.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
:orphan:
2+
3+
.. meta::
4+
:robots: noindex, nosnippet
5+
16
.. _c2c-beta-document-filtering:
27

38
==================

source/reference/beta-program/many-to-one.txt renamed to source/reference/beta-program-private/many-to-one.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
:orphan:
2+
3+
.. meta::
4+
:robots: noindex, nosnippet
5+
16
.. _c2c-beta-many-to-one:
27

38
======================
@@ -84,8 +89,8 @@ Example
8489

8590
The following example connects source clusters running on port ``27000``
8691
and ``27001`` with a destination cluster running on port ``35000``. The command
87-
also sets the :option:`--migrationName` option to
88-
describe the operations and store migration metadata for each sync.
92+
also sets the ``--migrationName`` option to describe the operations and store
93+
migration metadata for each sync.
8994

9095
.. code-block:: shell
9196

source/reference/beta-program/namespace-remapping.txt renamed to source/reference/beta-program-private/namespace-remapping.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
:orphan:
2+
3+
.. meta::
4+
:robots: noindex, nosnippet
5+
16
.. _c2c-beta-namespace-remapping:
27

38
===================

source/reference/beta-program/orr.txt renamed to source/reference/beta-program-private/orr.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
:orphan:
2+
3+
.. meta::
4+
:robots: noindex, nosnippet
5+
16
.. _c2c-beta-orr:
27

38
=========================

source/reference/configuration.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -124,17 +124,6 @@ Options
124124
To set the ``logPath`` setting from the command line, see the
125125
:option:`--logPath` option.
126126

127-
.. setting:: migrationName
128-
129-
*Type*: string
130-
131-
.. include:: /includes/beta-feature.rst
132-
133-
.. include:: /includes/opts/migrationName.rst
134-
135-
To set the ``migrationName`` setting from the command line, see the
136-
:option:`--migrationName` option.
137-
138127
.. setting:: port
139128

140129
*Type*: integer

source/reference/mongosync.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -159,15 +159,6 @@ Global Options
159159

160160
.. include:: /includes/fact-log-rotation-usr1-signal
161161

162-
.. option:: --migrationName <name>
163-
164-
.. include:: /includes/beta-feature.rst
165-
166-
.. include:: /includes/opts/migrationName.rst
167-
168-
To set the ``--migrationName`` option from a configuration file,
169-
see the :setting:`migrationName` setting.
170-
171162
.. option:: --port
172163

173164
.. include:: /includes/opts/port.rst

source/release-notes/1.10.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Release Notes for mongosync 1.10
1717
.. _1.10.0-c2c-release-notes:
1818

1919
This page describes changes and new features introduced in
20-
{+c2c-full-product-name+} 1.10 and the {+c2c-full-beta-program+}.
20+
{+c2c-full-product-name+} 1.10.

source/release-notes/1.8.txt

Lines changed: 1 addition & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Release Notes for mongosync 1.8
1313
:class: singlecol
1414

1515
This page describes changes and new features introduced in
16-
{+c2c-full-product-name+} 1.8 and the {+c2c-full-beta-program+}.
16+
{+c2c-full-product-name+} 1.8.
1717

1818
Patch Releases
1919
--------------
@@ -106,59 +106,6 @@ mongosync Authentication with Atlas Workload Identity Federation
106106

107107
For details, see :ref:`c2c-authentication`.
108108

109-
{+c2c-full-beta-program+}
110-
------------------------------------
111-
112-
.. include:: /includes/beta-program-intro.rst
113-
114-
In addition to the beta features, {+c2c-beta-program-short+} includes all
115-
changes and new features from ``mongosync`` 1.8.
116-
117-
To learn more, see :ref:`c2c-beta-program`.
118-
119-
A->B->C Migrations
120-
~~~~~~~~~~~~~~~~~~
121-
122-
.. include:: /includes/abc-migration-intro.rst
123-
124-
To learn more, see :ref:`c2c-beta-abc-migration`.
125-
126-
Many-to-One Migrations
127-
~~~~~~~~~~~~~~~~~~~~~~
128-
129-
.. include:: /includes/many-to-one-cluster.rst
130-
131-
To learn more, see :ref:`c2c-beta-many-to-one`.
132-
133-
Document Filtering
134-
~~~~~~~~~~~~~~~~~~
135-
136-
.. include:: /includes/document-filtering-intro.rst
137-
138-
To learn more, see :ref:`c2c-beta-document-filtering`.
139-
140-
Handle Destination Data with destinationDataHandling Option
141-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
142-
143-
.. include:: /includes/destinationDataHandling-introduction.rst
144-
145-
For details, see :ref:`c2c-beta-destination-data-handling`.
146-
147-
Namespace Remapping
148-
~~~~~~~~~~~~~~~~~~~
149-
150-
.. include:: /includes/namespace-remapping-intro.rst
151-
152-
For more information, see :ref:`c2c-beta-namespace-remapping`.
153-
154-
Oplog Rollover Resilience
155-
~~~~~~~~~~~~~~~~~~~~~~~~~
156-
157-
.. include:: /includes/orr-intro.rst
158-
159-
To learn more, see :ref:`c2c-beta-orr`.
160-
161-
162109
Minimum Supported Version
163110
-------------------------
164111

source/release-notes/1.9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Release Notes for mongosync 1.9
1515
.. _1.9.0-c2c-release-notes:
1616

1717
This page describes changes and new features introduced in
18-
{+c2c-full-product-name+} 1.9 and the {+c2c-full-beta-program+}.
18+
{+c2c-full-product-name+} 1.9.
1919

2020
1.9.0 Release
2121
-------------

0 commit comments

Comments
 (0)