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 15d9fc3 commit 6dfc4d2Copy full SHA for 6dfc4d2
config/redirects
@@ -1,14 +1,10 @@
1
define: base https://www.mongodb.com/docs/php-library
2
define: prefix docs/php-library
3
raw: ${prefix}/ -> ${base}/current
4
-define: versions v1.16 v1.17 v1.18 v1.19 v1.20 v1.21 v1.x v2.0 v2.x master
+define: versions v1.16 v1.17 v1.18 v1.19 v1.20 v1.21 v2.0 master
5
6
symlink: upcoming -> master
7
-symlink: current -> v2.x
8
-
9
-# consolidation redirects
10
-[*-v1.21]: ${prefix}/${version}/ -> ${base}/v1.x/
11
-[v2.0]: ${prefix}/${version}/ -> ${base}/v2.x/
+symlink: current -> v2.0
12
13
# general redirects
14
[v1.17-v1.19]: ${prefix}/${version}/tutorial/client-side-encryption/ -> ${base}/${version}/tutorial/encryption/
0 commit comments