Skip to content

Commit 3246028

Browse files
authored
Add missing meta descriptions (#727)
1 parent 06b6217 commit 3246028

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+153
-0
lines changed

source/about-mongosync.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
About ``mongosync``
55
====================
66

7+
.. meta::
8+
:description: Explore how `mongosync` facilitates continuous data synchronization and one-time migrations between clusters, including its state transitions and API operations.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/connecting.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
Connecting ``mongosync``
66
========================
77

8+
.. meta::
9+
:description: Connect MongoDB clusters using the mongosync utility for self-managed, Atlas, or mixed environments.
10+
811

912
.. include:: /includes/fact-connect-intro
1013

source/connecting/atlas-to-atlas.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Connect Two Atlas Clusters
55
==========================
66

7+
.. meta::
8+
:description: Connect Atlas clusters using the mongosync utility, which supports replica sets and sharded clusters, requiring MongoDB 6.0 or later.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/connecting/onprem-to-atlas.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Connect a Self-Managed Cluster to Atlas
55
=======================================
66

7+
.. meta::
8+
:description: Connect a self-managed MongoDB cluster to an Atlas cluster using the mongosync utility, detailing connection strings, authentication, and required permissions.
9+
710

811
.. default-domain:: mongodb
912

source/connecting/onprem-to-onprem.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Connect Two Self-Managed Clusters
55
=================================
66

7+
.. meta::
8+
:description: Connect self-managed MongoDB clusters using the mongosync utility, which requires specific permissions and connection strings for synchronization.
9+
710

811
.. default-domain:: mongodb
912

source/faq.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Frequently Asked Questions
55
==========================
66

7+
.. meta::
8+
:description: Find answers to common questions about using `mongosync` for cluster-to-cluster synchronization, including handling errors and hardware requirements.
9+
710

811
.. default-domain:: mongodb
912

source/index.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Cluster-to-Cluster Sync
55
=======================
66

7+
.. meta::
8+
:description: Enable continuous data synchronization or one-time migration between MongoDB clusters using the mongosync utility.
9+
710
.. default-domain:: mongodb
811

912
{+c2c-product-name+} provides continuous data synchronization or a

source/installation.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Installation
55
============
66

7+
.. meta::
8+
:description: Find instructions to install Cluster-to-Cluster Sync on Linux and macOS.
9+
710

811
.. contents:: On this page
912
:local:

source/installation/install-on-linux.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Install on Linux
55
================
66

7+
.. meta::
8+
:description: Install Cluster-to-Cluster Sync on Linux by downloading and extracting the `mongosync` tarball, then adding the binary to your `PATH`.
9+
710

811
.. default-domain:: mongodb
912

source/installation/install-on-macos.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Install on macOS
55
================
66

7+
.. meta::
8+
:description: Install the latest version of `mongosync` on macOS by downloading and unzipping the ZIP file, then adding the binary to your `PATH`.
9+
710

811
.. default-domain:: mongodb
912

0 commit comments

Comments
 (0)