Skip to content

Commit 3576693

Browse files
authored
Populates redirects file with initial values (#97)
1 parent 7222dec commit 3576693

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

config/redirects

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
define: prefix docs/atlas/architecture/
2-
define: base https://www.mongodb.com/docs/
3-
define: versions master
1+
define: base https://www.mongodb.com/docs/atlas/architecture
2+
define: bucket_prefix docs/atlas/architecture
3+
define: versions main
4+
symlink: current -> main
45

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/
611

0 commit comments

Comments
 (0)