Skip to content

Commit d9db2b3

Browse files
authored
Adds upcoming information to master branch in preparation for publishing upcoming (#177)
* Adds upcoming information to branch * Adds 1.7 to redirects version def
1 parent c9015cc commit d9db2b3

File tree

5 files changed

+39
-2
lines changed

5 files changed

+39
-2
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/cluster-to-cluster-sync
22
define: base https://www.mongodb.com/docs/cluster-to-cluster-sync
3-
define: versions v0.9 master
3+
define: versions v0.9 v1.7 master
44

55
# raw: <source file> -> ${base}/<destination>
66

snooty.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@ toc_landing_pages = ["/quickstart",
2424
]
2525

2626
[constants]
27-
version = "1.6"
27+
version = "1.7"
28+
version-dev = "1.8"
2829
c2c-product-name = "Cluster-to-Cluster Sync"
2930
c2c-full-product-name = "MongoDB Cluster-to-Cluster Sync"
3031
mdb-download-center = "`MongoDB Download Center <https://www.mongodb.com/try/download/mongosync>`__"
3132

3233
[substitutions]
3334
c2c-product-name = "Cluster-to-Cluster Sync"
3435
version = "{+version+}"
36+
version-dev = "{+version-dev+}"
3537

source/includes/in-dev.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.. warning:: MongoDB {+c2c-product-name+} {+version-dev+} Not Yet Available
2+
3+
MongoDB {+c2c-product-name+} {+version-dev+} is not yet
4+
available. This version of the documentation is for an upcoming release and
5+
is currently a work in progress.

source/index.txt

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

7+
.. include:: /includes/in-dev.rst
78

89
.. default-domain:: mongodb
910

source/release-notes/1.8.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
.. _c2c-release-notes-1.8:
2+
3+
===============================
4+
Release Notes for mongosync 1.8
5+
===============================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 2
13+
:class: singlecol
14+
15+
.. _1.8.0-c2c-release-notes:
16+
17+
.. include:: /includes/in-dev.rst
18+
19+
1.8.0 Release
20+
-------------
21+
22+
**Upcoming**
23+
24+
New Features:
25+
26+
27+
Minimum Supported Version
28+
-------------------------
29+

0 commit comments

Comments
 (0)