Skip to content

Commit 3df3d80

Browse files
authored
subdomain: add docs/ to S3 keys (#385)
1 parent c3d6464 commit 3df3d80

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/redirects

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
define: base https://www.mongodb.com/docs/compass
22
define: versions master beta
33

4-
raw: compass/beta-features -> ${base}/
5-
raw: compass/1.3-features -> ${base}/
6-
raw: compass/index.html -> ${base}/current/
7-
raw: compass/ -> ${base}/current/
8-
raw: compass/manual/aggregation-pipeline-builder -> ${base}/current/aggregation-pipeline-builder/
4+
raw: docs/compass/beta-features -> ${base}/
5+
raw: docs/compass/1.3-features -> ${base}/
6+
raw: docs/compass/index.html -> ${base}/current/
7+
raw: docs/compass/ -> ${base}/current/
8+
raw: docs/compass/manual/aggregation-pipeline-builder -> ${base}/current/aggregation-pipeline-builder/
99

10-
[master-beta]: compass/${version}/query-bar -> ${base}/${version}/query/filter/
10+
[master-beta]: docs/compass/${version}/query-bar -> ${base}/${version}/query/filter/

0 commit comments

Comments
 (0)