We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc5a55 commit 2e04bdfCopy full SHA for 2e04bdf
config/redirects
@@ -1,11 +1,13 @@
1
-define: base https://www.mongodb.com/docs/php-library
2
define: prefix docs/php-library
3
-raw: ${prefix}/ -> ${base}/current
+define: base https://www.mongodb.com/${prefix}
4
define: versions v1.16 v1.17 v1.18 v1.19 v1.20 v1.21 v1.x v2.0 v2.x master
5
6
symlink: upcoming -> master
7
symlink: current -> v2.x
8
+raw: ${prefix}/ -> ${base}/current/
9
+raw: ${prefix}/stable -> ${base}/current/
10
+
11
# consolidation redirects
12
[*-v1.21]: ${prefix}/${version}/ -> ${base}/v1.x/
13
[v2.0]: ${prefix}/${version}/ -> ${base}/v2.x/
0 commit comments