Skip to content

Commit e0b40d4

Browse files
author
Dave Cuthbert
authored
Revert "DOCSP-22729 create connection pages (#16)" (#17)
This reverts commit 658a378.
1 parent 658a378 commit e0b40d4

16 files changed

+20
-275
lines changed

snooty.toml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
11
name = "cluster-sync"
22
title = "MongoDB Cluster-to-Cluster Sync"
33

4-
intersphinx = [ "https://www.mongodb.com/docs/atlas/objects.inv",
5-
"https://www.mongodb.com/docs/php-library/upcoming/objects.inv",
6-
"https://www.mongodb.com/docs/compass/current/objects.inv",
7-
"https://www.mongodb.com/docs/mongodb-shell/objects.inv",
8-
"https://www.mongodb.com/docs/master/objects.inv",
9-
"https://www.mongodb.com/docs/drivers/objects.inv",
10-
"https://www.mongodb.com/docs/database-tools/objects.inv",
11-
"https://www.mongodb.com/docs/mongocli/stable/objects.inv",
12-
"https://www.mongodb.com/docs/datalake/objects.inv"
13-
]
4+
intersphinx = [ "https://docs.mongodb.com/manual/objects.inv" ]
145

156
toc_landing_pages = ["/quickstart",
167
"/installation",
178
"reference/reference",
18-
"/connecting",
19-
"/using-mongosync",
20-
"/reference",
219
"/release-notes/release-notes",
2210
"/faq"
2311
]

source/connecting.txt

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,14 @@
11
.. _c2c-connecting:
2-
.. _c2c-conn-top-level:
2+
33

44
========================
55
Connecting ``mongosync``
66
========================
77

8-
.. include /includes/fact-connect-intro
9-
10-
.. contents:: On this page
11-
:local:
12-
:backlinks: none
13-
:depth: 1
14-
:class: singlecol
15-
16-
To configure a connection with :ref:`mongosync <c2c-mongosync>`, refer
17-
to the connection documentation that matches your environment:
18-
19-
- :ref:`c2c-conn-atlas2atlas`
20-
- :ref:`c2c-conn-oprem2onprem`
21-
- :ref:`c2c-conn-onprem2atlas`
22-
238
.. toctree::
249
:titlesonly:
2510

2611
/connecting/atlas-to-atlas
27-
/connecting/onprem-to-onprem
12+
/connecting/onprem-onprem
2813
/connecting/onprem-to-atlas
2914

source/connecting/atlas-to-atlas.txt

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,5 @@ Connect Two Atlas Clusters
66

77
.. default-domain:: mongodb
88

9-
.. contents:: On this page
10-
:local:
11-
:backlinks: none
12-
:depth: 1
13-
:class: twocols
14-
15-
.. include:: /includes/fact-connect-intro
16-
17-
This page provides instructions to connect Atlas clusters using
18-
{+c2c-full-product-name+}. For additional details on connecting to an
19-
Atlas cluster, see :ref:`Connect to a Database Deployment
20-
<atlas-connect-to-deployment>`
21-
22-
Connection Strings
23-
------------------
24-
25-
.. include:: /includes/fact-connection-strings
26-
27-
Authentication
28-
--------------
29-
30-
.. include:: /includes/fact-atlas-auth
31-
32-
Roles
33-
-----
34-
35-
.. include:: /includes/fact-atlas-roles
36-
37-
Behavior
38-
--------
39-
40-
.. include:: /includes/fact-behavior-hosting
41-
42-
.. include:: /includes/fact-behavior-initial-state
43-
44-
Example
45-
-------
46-
47-
.. include:: /includes/example-connect
9+
Connect two Atlas clusters
4810

source/connecting/onprem-onprem.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.. _c2c-conn-oprem2onprem:
2+
3+
=================================
4+
Connect Two Self-Managed Clusters
5+
=================================
6+
7+
.. default-domain:: mongodb
8+
9+
self-managed to self-managed
10+

source/connecting/onprem-to-atlas.txt

Lines changed: 1 addition & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -6,51 +6,5 @@ Connect a Self-Managed Cluster to Atlas
66

77
.. default-domain:: mongodb
88

9-
.. contents:: On this page
10-
:local:
11-
:backlinks: none
12-
:depth: 1
13-
:class: twocols
14-
15-
.. include:: /includes/fact-connect-intro
16-
17-
This page provides instructions to connect a self-managed cluster to an
18-
Atlas cluster using {+c2c-full-product-name+}.
19-
20-
For additional details on connecting to an Atlas cluster, see
21-
:ref:`Connect to a Database Deployment <atlas-connect-to-deployment>`
22-
23-
Connection Strings
24-
------------------
25-
26-
.. include:: /includes/fact-connection-strings
27-
28-
Authentication
29-
--------------
30-
31-
.. include:: /includes/fact-atlas-auth
32-
33-
.. include:: /includes/fact-onprem-auth
34-
35-
Roles
36-
-----
37-
38-
.. include:: /includes/fact-atlas-roles
39-
40-
Sharded Clusters
41-
----------------
42-
43-
.. include:: /includes/fact-connect-sharded
44-
45-
Behavior
46-
--------
47-
48-
.. include:: /includes/fact-behavior-hosting
49-
50-
.. include:: /includes/fact-behavior-initial-state
51-
52-
Example
53-
-------
54-
55-
.. include:: /includes/example-connect
9+
self-managed to atlas
5610

source/connecting/onprem-to-onprem.txt

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

source/includes/example-connect.rst

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

source/includes/fact-atlas-auth.rst

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

source/includes/fact-atlas-roles.rst

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

source/includes/fact-behavior-hosting.rst

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

0 commit comments

Comments
 (0)