This repository has been archived by the owner on Oct 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathnetlify.toml
89 lines (75 loc) · 1.68 KB
/
netlify.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[[redirects]]
from = "/ui-components/*"
to = "/components/:splat"
status = 301
force = true
[[redirects]]
from = "/library/*"
to = "/components/:splat"
status = 301
force = true
[[redirects]]
from = "/style-guide/*"
to = "/design-guidelines/:splat"
status = 301
force = true
[[redirects]]
from = "/design-guidelines/status-system"
to = "/patterns/status-system"
status = 301
force = true
[[redirects]]
from = "/design-guidelines/notifications"
to = "/patterns/notifications"
status = 301
force = true
[[redirects]]
from = "/design-guidelines/panes"
to = "/patterns/panes"
status = 301
force = true
[[redirects]]
from = "/components/validation"
to = "/patterns/forms-and-validation"
status = 301
force = true
[[redirects]]
from = "/components/toggle"
to = "/components/switch"
status = 301
force = true
[[redirects]]
from = "/components/validation"
to = "/patterns/forms-and-validation"
status = 301
force = true
[[redirects]]
from = "/tt-c-service-ux-design/about-the-tt-c-designs"
to = "/ttc-service-ux-design/about-the-ttc-designs"
status = 301
force = true
[[redirects]]
from = "/tt-c-service-ux-design/tt-c-monitor"
to = "/ttc-service-ux-design/ttc-monitor"
status = 301
force = true
[[redirects]]
from = "/tt-c-service-ux-design/tt-c-command"
to = "/ttc-service-ux-design/ttc-command"
status = 301
force = true
[[redirects]]
from = "/tt-c-service-ux-design/tt-c-investigate"
to = "/ttc-service-ux-design/ttc-investigate"
status = 301
force = true
[[redirects]]
from = "/components/drop-down"
to = "/components/select"
status = 301
force = true
[[redirects]]
from = "/getting-started"
to = "/getting-started/readme"
status = 301
force = true