Skip to content

Commit a0b3ce4

Browse files
authored
DOCSP-45321-1.10-in-dev (#484)
1 parent d0bdec6 commit a0b3ce4

File tree

11 files changed

+43
-4
lines changed

11 files changed

+43
-4
lines changed

source/about-mongosync.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ About ``mongosync``
1212
:depth: 2
1313
:class: singlecol
1414

15+
.. include:: /includes/in-dev.rst
16+
1517
The :ref:`mongosync <c2c-mongosync>` binary is the primary process used in
1618
{+c2c-product-name+}. ``mongosync`` migrates data from a source cluster to a
1719
destination cluster and keeps the clusters in continuous sync until you

source/connecting.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Connecting ``mongosync``
1414
:depth: 1
1515
:class: singlecol
1616

17+
.. include:: /includes/in-dev.rst
18+
1719
To configure a connection with :ref:`mongosync <c2c-mongosync>`, refer
1820
to the connection documentation that matches your environment:
1921

source/connecting/atlas-to-atlas.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Connect Two Atlas Clusters
1212
:depth: 1
1313
:class: twocols
1414

15+
.. include:: /includes/in-dev.rst
16+
1517
.. include:: /includes/fact-connect-intro
1618

1719
This page provides instructions to connect Atlas clusters using

source/connecting/onprem-to-atlas.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Connect a Self-Managed Cluster to Atlas
1313
:depth: 1
1414
:class: twocols
1515

16+
.. include:: /includes/in-dev.rst
17+
1618
.. include:: /includes/fact-connect-intro
1719

1820
This page provides instructions to connect a self-managed cluster to an

source/connecting/onprem-to-onprem.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Connect Two Self-Managed Clusters
1313
:depth: 1
1414
:class: twocols
1515

16+
.. include:: /includes/in-dev.rst
17+
1618
.. include:: /includes/fact-connect-intro
1719

1820
This page provides instructions to connect self-managed clusters using

source/index.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Cluster-to-Cluster Sync
66

77
.. default-domain:: mongodb
88

9+
.. include:: /includes/in-dev.rst
10+
911
{+c2c-product-name+} provides continuous data synchronization or a
1012
one-time data migration between MongoDB clusters. For notes and caveats on
1113
continuous sync, see the :ref:`<mongosync-considerations>` page. You can

source/installation.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Installation
1111
:depth: 1
1212
:class: singlecol
1313

14+
.. include:: /includes/in-dev.rst
15+
1416
These documents provide instructions to install {+c2c-full-product-name+}.
1517

1618
:ref:`c2c-install-linux`

source/quickstart.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
:depth: 2
1717
:class: singlecol
1818

19+
.. include:: /includes/in-dev.rst
20+
1921
Overview
2022
--------
2123

source/reference/versioning.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
:depth: 2
1313
:class: singlecol
1414

15+
.. include:: /includes/in-dev.rst
1516

1617
{+c2c-product-name+} uses `Semantic Versioning 2.0.0
1718
<https://semver.org/>`__. Version numbers have the form ``X.Y.Z``, where

source/release-notes.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@ release notes.
1414
Upcoming Stable Release
1515
~~~~~~~~~~~~~~~~~~~~~~~
1616

17-
- :ref:`c2c-release-notes-1.9`
17+
- :ref:`c2c-release-notes-1.10`
1818

1919
Current Stable Release
2020
~~~~~~~~~~~~~~~~~~~~~~
2121

22-
- :ref:`c2c-release-notes-1.8`
22+
- :ref:`c2c-release-notes-1.9`
2323

24-
Previous Rapid Releases
25-
~~~~~~~~~~~~~~~~~~~~~~~
24+
Previous Releases
25+
~~~~~~~~~~~~~~~~~
2626

27+
- :ref:`c2c-release-notes-1.8`
2728
- :ref:`c2c-release-notes-1.7`
2829
- :ref:`c2c-release-notes-1.6`
2930
- :ref:`c2c-release-notes-1.5`
@@ -39,6 +40,7 @@ Previous Rapid Releases
3940
.. toctree::
4041
:titlesonly:
4142

43+
1.10 </release-notes/1.10>
4244
1.9 </release-notes/1.9>
4345
1.8 </release-notes/1.8>
4446
1.7 </release-notes/1.7>

source/release-notes/1.10.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.. _c2c-release-notes-1.10:
2+
3+
================================
4+
Release Notes for mongosync 1.10
5+
================================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 2
13+
:class: singlecol
14+
15+
.. include:: /includes/in-dev.rst
16+
17+
.. _1.10.0-c2c-release-notes:
18+
19+
This page describes changes and new features introduced in
20+
{+c2c-full-product-name+} 1.10 and the {+c2c-full-beta-program+}.

0 commit comments

Comments
 (0)