Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/redirects
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define: prefix docs/cluster-to-cluster-sync
define: base https://www.mongodb.com/docs/cluster-to-cluster-sync
define: versions v0.9 v1.7 1.8 master
define: versions v0.9 v1.7 v1.8 v1.9 master

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

Expand Down
8 changes: 4 additions & 4 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ toc_landing_pages = ["/quickstart",
]

[constants]
version = "1.9"
version-previous = "1.8"
latest-version="1.9.0"
version-dev = "1.9"
version = "1.10"
version-previous = "1.9"
latest-version="1.10.0"
version-dev = "1.10"
c2c-product-name = "Cluster-to-Cluster Sync"
c2c-full-product-name = "MongoDB Cluster-to-Cluster Sync"
mdb-download-center = "`MongoDB Download Center <https://www.mongodb.com/try/download/mongosync>`__"
Expand Down