Skip to content

Commit 640200d

Browse files
author
Dave Cuthbert
authored
Merge pull request #3 from davemungo/DOCSP-22476-create-initial-site
DOCSP-22476 Create initial C2C site
2 parents 09c5253 + 15d5a85 commit 640200d

20 files changed

+219
-9
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
# docs-cluster-to-cluster-sync
22

3-
[Your words here].
3+
Documentation for the cluster to cluster synchronization tool,
4+
mongosync.
45

56
Report Issues
67
-------------
78

89
To file issues or requests regarding the documentation, go to the
9-
`Documentation Jira Project <https://jira.mongodb.org/browse/DOCS>`_.
10+
[Documentation Jira Project](https://jira.mongodb.org/browse/DOCS).
1011

1112
License
1213
-------
1314

14-
All documentation is available under the terms of a `Creative Commons
15-
License <https://creativecommons.org/licenses/by-nc-sa/3.0/>`_.
15+
All documentation is available under the terms of a [Creative Commons
16+
License](https://creativecommons.org/licenses/by-nc-sa/3.0/).
1617

17-
If you have any questions, please contact `[email protected]
18-
<mailto:[email protected]>`_.
18+
If you have any questions, please contact [[email protected]]
19+
1920

2021
-- The MongoDB Documentation Team

snooty.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@ title = "MongoDB Cluster-to-Cluster Synchronization"
33

44
intersphinx = [ "https://docs.mongodb.com/manual/objects.inv" ]
55

6-
# toc_landing_pages = ["/paths/to/pages/that/have/nested/content"]
6+
toc_landing_pages = ["/quickstart",
7+
"reference/reference",
8+
"/release-notes/release-notes",
9+
"/faq"
10+
]
711

812
[constants]
9-
# constant = "value"
1013
version = "1.0.0"
1114

15+
[substitutions]
16+
# string = "some other string"

source/connecting.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. place holder for the installation section TOC
2+
3+
========================
4+
Connecting ``mongosync``
5+
========================
6+
7+
.. toctree::
8+
:titlesonly:
9+
10+
/connecting/atlas-to-atlas
11+
/connecting/onprem-onprem
12+
/connecting/onprem-to-atlas
13+

source/connecting/atlas-to-atlas.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.. _c2c-conn-atlas2atlas:
2+
3+
==========================
4+
Connect Two Atlas Clusters
5+
==========================
6+
7+
.. default-domain:: mongodb
8+
9+
Connect two Atlas clusters
10+

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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.. _c2c-conn-onprem2atlas:
2+
3+
=======================================
4+
Connect a Self-Managed Cluster to Atlas
5+
=======================================
6+
7+
.. default-domain:: mongodb
8+
9+
self-managed to atlas
10+

source/faq.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.. _c2c-faq:
2+
3+
==========================
4+
Frequently Asked Questions
5+
==========================
6+
7+
.. default-domain:: mongodb
8+
9+
10+
This page provides answers to some frequently asked questions we have
11+
encountered. If you have additional questions please contact MongoDB
12+
Support.

source/index.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
1+
.. _c2c-index:
2+
13
==========================================
24
MongoDB Cluster-to-Cluster Synchronization
35
==========================================
46

57
.. default-domain:: mongodb
68

7-
Your words here. Don't forget to add a toctree!
9+
The primary motivation of this initiative ...
10+
11+
NOTE: This page will have material that introduces C2C to the reader.
12+
13+
.. toctree::
14+
:titlesonly:
815

16+
/quickstart
17+
/installation
18+
/running-mongosync
19+
/connecting
20+
/reference
21+
/release-notes
22+
/faq
923

source/installation.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. place holder for the installation section TOC
2+
3+
============
4+
Installation
5+
============
6+
7+
.. toctree::
8+
:titlesonly:
9+
10+
/installation/install-on-linux
11+
/installation/install-on-macos
12+
/installation/install-on-windows
13+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.. _c2c-install-linux:
2+
3+
================
4+
Install on Linux
5+
================
6+
7+
.. default-domain:: mongodb
8+
9+
Linux install pages
10+

0 commit comments

Comments
 (0)