Skip to content

Commit 09c5253

Browse files
committed
DOP-2911: initial repo setup
1 parent 5c6de2d commit 09c5253

File tree

5 files changed

+47
-0
lines changed

5 files changed

+47
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# docs-cluster-to-cluster-sync
2+
3+
[Your words here].
4+
5+
Report Issues
6+
-------------
7+
8+
To file issues or requests regarding the documentation, go to the
9+
`Documentation Jira Project <https://jira.mongodb.org/browse/DOCS>`_.
10+
11+
License
12+
-------
13+
14+
All documentation is available under the terms of a `Creative Commons
15+
License <https://creativecommons.org/licenses/by-nc-sa/3.0/>`_.
16+
17+
If you have any questions, please contact `[email protected]
18+
<mailto:[email protected]>`_.
19+
20+
-- The MongoDB Documentation Team

config/redirects

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
define: prefix docs/cluster-to-cluster
2+
define: base https://www.mongodb.com/docs/
3+
define: versions master
4+
5+
# raw: <source file> -> ${base}/<destination>
6+

snooty.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name = "cluster-sync"
2+
title = "MongoDB Cluster-to-Cluster Synchronization"
3+
4+
intersphinx = [ "https://docs.mongodb.com/manual/objects.inv" ]
5+
6+
# toc_landing_pages = ["/paths/to/pages/that/have/nested/content"]
7+
8+
[constants]
9+
# constant = "value"
10+
version = "1.0.0"
11+

source/index.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
==========================================
2+
MongoDB Cluster-to-Cluster Synchronization
3+
==========================================
4+
5+
.. default-domain:: mongodb
6+
7+
Your words here. Don't forget to add a toctree!
8+
9+

worker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"build-and-stage-next-gen"

0 commit comments

Comments
 (0)