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 aeb0adc commit d83d38aCopy full SHA for d83d38a
config/redirects
@@ -2,7 +2,11 @@ define: prefix docs/drivers/rust
2
define: base https://www.mongodb.com/${prefix}
3
define: versions v2.7 v2.8 v3.0 v3.1 v3.2 master
4
5
-symlink: current -> master
6
-
7
raw: ${prefix}/ -> ${base}/current/
8
raw: ${prefix}/stable -> ${base}/current/
+
+symlink: upcoming -> master
9
+symlink: current -> v3.2
10
11
+# general redirects
12
+[*-v3.1): ${prefix}/${version}/fundamentals/aggregation/vector-search -> ${base}/${version}/fundamentals/aggregation
0 commit comments