Skip to content

Commit 56e73f0

Browse files
Release v1.14 as current (#12347)
* Update redirects file for c2c-sync * Update redirects file for c2c-sync
1 parent 924d84e commit 56e73f0

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

content/cluster-to-cluster-sync/netlify.toml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
REDOC_ENABLED = "false"
1414

1515
[[redirects]]
16-
from = "/docs/cluster-to-cluster-sync/:urlSlug/reference/disaster-recovery/"
17-
to = "/docs/cluster-to-cluster-sync/:urlSlug/about-mongosync/"
16+
from = "/docs/cluster-to-cluster-sync/:version/reference/disaster-recovery/"
17+
to = "/docs/cluster-to-cluster-sync/:version/about-mongosync/"
1818

1919
[[redirects]]
2020
from = "/docs/cluster-to-cluster-sync/current/installation/install-on-windows/"
2121
to = "/docs/cluster-to-cluster-sync/current/"
2222

2323
[[redirects]]
24-
from = "/docs/cluster-to-cluster-sync/:urlSlug/reference/beta-program/"
25-
to = "/docs/cluster-to-cluster-sync/:urlSlug/"
24+
from = "/docs/cluster-to-cluster-sync/:version/reference/beta-program/"
25+
to = "/docs/cluster-to-cluster-sync/:version/"
2626

2727
[[redirects]]
2828
from = "/docs/cluster-to-cluster-sync/v0.9/release-notes/*"
@@ -73,19 +73,17 @@
7373
to = "/docs/cluster-to-cluster-sync/v1.12/:splat"
7474
status = 200
7575

76-
#Technically unnecessary, retained for extra clarity
77-
#branchName: current, aliases: [v1.13]
78-
#v1.13 --> current
7976
[[redirects]]
8077
from = "/docs/cluster-to-cluster-sync/v1.13/*"
81-
to = "/docs/cluster-to-cluster-sync/current/:splat"
78+
to = "/docs/cluster-to-cluster-sync/v1.13/:splat"
8279
status = 302
8380

84-
#branchName: master, aliases: [v1.14, upcoming]
85-
#v1.14 --> upcoming
81+
#Technically unnecessary, retained for extra clarity
82+
#branchName: master, aliases: [v1.14, current]
83+
#v1.14 --> current
8684
[[redirects]]
8785
from = "/docs/cluster-to-cluster-sync/v1.14/*"
88-
to = "/docs/cluster-to-cluster-sync/upcoming/:splat"
86+
to = "/docs/cluster-to-cluster-sync/current/:splat"
8987
status = 302
9088

9189
[[redirects]]

0 commit comments

Comments
 (0)