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 3d16c89 commit 4a61b66Copy full SHA for 4a61b66
config/redirects
@@ -5,6 +5,9 @@ define: versions v1.0.0 v1.1.0 v1.2.0 v1.3.0 v1.4.0 v1.5 v1.6 v1.7 v1.8 v1.9 v1.
5
raw: ${prefix}/ -> ${base}/stable/
6
raw: ${prefix} -> ${base}/stable/
7
8
+#For v1.31 and later, redirect mongocli atlas command pages to the Atlas CLI docs top command page
9
+[v1.31-*]: ${base}/${version}/command/mongocli-atlas* -> https://www.mongodb.com/docs/atlas/cli/stable/command/atlas/
10
+
11
#For v1.17 and later, after migration to autogenerated reference docs
12
[v1.17-*]: ${prefix}/${version}/reference/json-path/ -> ${base}/${version}/configure/custom-output/
13
[v1.17-*]: ${prefix}/${version}/configure/go-template-output/ -> ${base}/${version}/configure/custom-output/
0 commit comments