Skip to content

Commit c9ce914

Browse files
authored
DOCSP-45319-config-redirects (#483)
* DOCSP-45319-config-redirects * * * correction
1 parent 000ef7e commit c9ce914

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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 v1.7 1.8 master
3+
define: versions v0.9 v1.7 v1.8 v1.9 master
44

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

snooty.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ toc_landing_pages = ["/quickstart",
2828
]
2929

3030
[constants]
31-
version = "1.9"
32-
version-previous = "1.8"
33-
latest-version="1.9.0"
34-
version-dev = "1.9"
31+
version = "1.10"
32+
version-previous = "1.9"
33+
latest-version="1.10.0"
34+
version-dev = "1.10"
3535
c2c-product-name = "Cluster-to-Cluster Sync"
3636
c2c-full-product-name = "MongoDB Cluster-to-Cluster Sync"
3737
mdb-download-center = "`MongoDB Download Center <https://www.mongodb.com/try/download/mongosync>`__"

0 commit comments

Comments
 (0)