Skip to content

Commit f777b3a

Browse files
Merge pull request #154 from anabellabuckvar/master
Add Netlify Redirects
2 parents a1b24db + 0fc947e commit f777b3a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

netlify.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,24 @@ name = "snooty-cache-plugin"
44
[build]
55
publish = "snooty/public"
66
command = ". ./build.sh"
7+
8+
# Redirect calculated fields to new drawer introduced in DOCSP-32370 - Field Customizations
9+
# Field Customization
10+
[[redirects]]
11+
from = "/mapping-rules/calculated-fields/*"
12+
to = "/mapping-rules/fields/calculated-fields/:splat"
13+
14+
# Redirect for previous Code Generation Page DOCSP-33055 - Prep Code Generation
15+
[[redirects]]
16+
from = "/code-generation/code-generation"
17+
to = "/code-generation"
18+
19+
# DOCS-16498 Getting Started Page Start
20+
[[redirects]]
21+
from = "/migration-scenarios"
22+
to = "/getting-started/migration-scenarios"
23+
24+
[[redirects]]
25+
from = "/supported-databases"
26+
to = "/getting-started/supported-databases"
27+

0 commit comments

Comments
 (0)