Skip to content

Commit 0e2db6b

Browse files
committed
DOCSP-46473: Add redirect symlinks for current and upcoming
1 parent f3aea8f commit 0e2db6b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config/redirects

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@ define: prefix docs/drivers/java/sync
22
define: base https://www.mongodb.com/${prefix}
33
define: versions v4.3 v4.4 v4.5 v4.6 v4.7 v4.8 v4.9 v4.10 v4.11 v5.0 v5.1 v5.2 v5.3 master
44

5+
symlink: current -> v5.3
6+
symlink: upcoming -> master
7+
58
raw: ${prefix}/ -> ${base}/current/
69
raw: ${prefix}/master -> ${base}/upcoming/
710

811
[*-master]: ${prefix}/${version}/fundamentals/versioned-api/ -> ${base}/${version}/fundamentals/stable-api/
912
[*-v4.6]: ${prefix}/${version}/fundamentals/crud/read-operations/change-streams/ -> ${base}/${version}/fundamentals/crud/read-operations/retrieve/
1013
[*-master]: ${prefix}/${version}/fundamentals/csfle/ -> ${base}/${version}/fundamentals/encrypt-fields/
11-
[*-master]: ${prefix}/${version}/fundamentals/crud/write-operations/change-a-document/ -> ${base}/${version}/fundamentals/crud/write-operations/modify/
14+
[*]: ${prefix}/${version}/fundamentals/crud/write-operations/change-a-document/ -> ${base}/${version}/fundamentals/crud/write-operations/modify/
1215
[*-v4.10]: ${prefix}/${version}/fundamentals/connection/socks/ -> ${base}/${version}/
1316
[*-v4.8]: ${prefix}/${version}/connection-troubleshooting/ -> ${base}/${version}/

0 commit comments

Comments
 (0)