Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2e04bdf

Browse files
committedMay 15, 2025
redirects
1 parent 7bc5a55 commit 2e04bdf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎config/redirects

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
define: base https://www.mongodb.com/docs/php-library
21
define: prefix docs/php-library
3-
raw: ${prefix}/ -> ${base}/current
2+
define: base https://www.mongodb.com/${prefix}
43
define: versions v1.16 v1.17 v1.18 v1.19 v1.20 v1.21 v1.x v2.0 v2.x master
54

65
symlink: upcoming -> master
76
symlink: current -> v2.x
87

8+
raw: ${prefix}/ -> ${base}/current/
9+
raw: ${prefix}/stable -> ${base}/current/
10+
911
# consolidation redirects
1012
[*-v1.21]: ${prefix}/${version}/ -> ${base}/v1.x/
1113
[v2.0]: ${prefix}/${version}/ -> ${base}/v2.x/

0 commit comments

Comments
 (0)
Please sign in to comment.