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 7222dec commit 3576693Copy full SHA for 3576693
config/redirects
@@ -1,6 +1,11 @@
1
-define: prefix docs/atlas/architecture/
2
-define: base https://www.mongodb.com/docs/
3
-define: versions master
+define: base https://www.mongodb.com/docs/atlas/architecture
+define: bucket_prefix docs/atlas/architecture
+define: versions main
4
+symlink: current -> main
5
-# raw: <source file> -> ${base}/<destination>
6
+########
7
+
8
+# Base URL
9
+raw: ${bucket_prefix}/ -> ${base}/current/
10
+raw: ${bucket_prefix}/index.html -> ${base}/current/
11
0 commit comments