Skip to content

Commit

Permalink
DOCSP-22476 Create initial C2C site
Browse files Browse the repository at this point in the history
  • Loading branch information
mungitoperrito committed May 16, 2022
1 parent 09c5253 commit 90d71e5
Show file tree
Hide file tree
Showing 21 changed files with 230 additions and 9 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# docs-cluster-to-cluster-sync

[Your words here].
Documentation for the cluster to cluster synchronization tool,
mongosync.

Report Issues
-------------

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

License
-------

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

If you have any questions, please contact `[email protected]
<mailto:[email protected]>`_.
If you have any questions, please contact [[email protected]]
(mailto:[email protected]>).

-- The MongoDB Documentation Team
10 changes: 8 additions & 2 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ title = "MongoDB Cluster-to-Cluster Synchronization"

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

# toc_landing_pages = ["/paths/to/pages/that/have/nested/content"]
toc_landing_pages = ["/overview",
"/quickstart",
"reference/reference",
"/release-notes/release-notes",
"/faq"
]

[constants]
# constant = "value"
version = "1.0.0"

[substitutions]
# string = "some other string"
13 changes: 13 additions & 0 deletions source/connecting.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.. place holder for the installation section TOC

==========
Connecting
==========

.. toctree::
:titlesonly:

/connecting/atlas-to-atlas
/connecting/onprem-onprem
/connecting/onprem-to-atlas

10 changes: 10 additions & 0 deletions source/connecting/atlas-to-atlas.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _c2c-conn-atlas2atlas:

==========================
Connect Two Atlas Clusters
==========================

.. default-domain:: mongodb

Connect two Atlas clusters

10 changes: 10 additions & 0 deletions source/connecting/onprem-onprem.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _c2c-conn-oprem2onprem:

==========================
Connect Two Local Clusters
==========================

.. default-domain:: mongodb

Onprem to onprem

10 changes: 10 additions & 0 deletions source/connecting/onprem-to-atlas.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _c2c-conn-onprem2atlas:

================================
Connect a Local Cluster to Atlas
================================

.. default-domain:: mongodb

onprem to atlas

12 changes: 12 additions & 0 deletions source/faq.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.. _c2c-faq:

==========================
Frequently Asked Questions
==========================

.. default-domain:: mongodb


This page provides answers to some frequently asked questions we have
encountered. If you have additional questions please contact MongoDB
Support.
16 changes: 15 additions & 1 deletion source/index.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
.. _c2c-index:

==========================================
MongoDB Cluster-to-Cluster Synchronization
==========================================

.. default-domain:: mongodb

Your words here. Don't forget to add a toctree!
The primary motivation of this initiative ...

NOTE: This page will have material that introduces C2C to the reader.

.. toctree::
:titlesonly:

/quickstart
/installation
/running-mongosync
/connecting
/reference
/release-notes
/faq

13 changes: 13 additions & 0 deletions source/installation.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.. place holder for the installation section TOC

============
Installation
============

.. toctree::
:titlesonly:

/installation/install-on-linux
/installation/install-on-macos
/installation/install-on-windows

10 changes: 10 additions & 0 deletions source/installation/install-on-linux.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _c2c-install-linux:

================
Install on Linux
================

.. default-domain:: mongodb

Linux install pages

10 changes: 10 additions & 0 deletions source/installation/install-on-macos.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _c2c-install-macos:

================
Install on macOS
================

.. default-domain:: mongodb

OSX install

10 changes: 10 additions & 0 deletions source/installation/install-on-windows.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _c2c-install-windows:

==================
Install on Windows
==================

.. default-domain:: mongodb

Windows install

10 changes: 10 additions & 0 deletions source/overview.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _c2c-overview:

========
Overview
========

.. default-domain:: mongodb

The primary motivation of this initiative ...

10 changes: 10 additions & 0 deletions source/quickstart.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _c2c-quickstart:

===========
Quick Start
===========

.. default-domain:: mongodb

Get going!

11 changes: 11 additions & 0 deletions source/reference.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. place holder for the reference section TOC

=========
Reference
=========

.. toctree::
:titlesonly:

/reference/mongosync

9 changes: 9 additions & 0 deletions source/reference/mongosync.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.. _c2c-mongosync:

=============
``mongosync``
=============

.. default-domain:: mongodb

Migrate data between clusters using ``mongosync``.
11 changes: 11 additions & 0 deletions source/release-notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. place holder for the release notes TOC

=============
Release Notes
=============

.. toctree::
:titlesonly:

/release-notes/0.9

19 changes: 19 additions & 0 deletions source/release-notes/0.9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.. _c2c-release-notes-0.9:

===================================
Release Notes for ``mongosync`` 0.9
===================================

.. default-domain:: mongodb

.. contents:: On this page
:local:
:backlinks: none
:depth: 1
:class: singlecol

New Features
------------

Cool new stuff goes here.

12 changes: 12 additions & 0 deletions source/running-mongosync.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.. place holder for the running mongosync section TOC

=====================
Running ``mongosync``
=====================

.. toctree::
:titlesonly:

/running-mongosync/continuous-sync
/running-mongosync/migration

10 changes: 10 additions & 0 deletions source/running-mongosync/continuous-sync.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _c2c-run-continue-sync:

==========================
Continuous Synchronization
==========================

.. default-domain:: mongodb

Continuous synch use case

10 changes: 10 additions & 0 deletions source/running-mongosync/migration.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _c2c-run-migration:

=========
Migration
=========

.. default-domain:: mongodb

migration use case

0 comments on commit 90d71e5

Please sign in to comment.