-
Notifications
You must be signed in to change notification settings - Fork 34
/
netlify.toml
212 lines (175 loc) · 5.54 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
# When Backstage was first released, it didn't have a service catalog at all. I wrote
# one blog post before the service catalog came along and another afterwards.
# Now that the service catalog is part of the default Backstage experience, these posts are
# essentially duplicate content.
[[redirects]]
from = "/blog/backstage-docker-compose/"
to = "/blog/backstage-docker-service-catalog/"
force = true
# Supporting a legacy URL scheme which existed when the site was first published.
[[redirects]]
from = "/terms/"
to = "/legal-notices/website-terms/"
force = true
# Supporting a legacy URL scheme which existed when the site was first published.
[[redirects]]
from = "/docs/openapi"
to = "/docs/api/authorization"
force = true
# Supporting top level link to the api documentation.
[[redirects]]
from = "/docs/api"
to = "/docs/api/authorization"
force = true
# Supporting a legacy URL scheme which existed when the site was first published.
[[redirects]]
from = "/privacy/"
to = "/legal-notices/privacy-notice/"
force = true
[[redirects]]
from = "/careers/"
to = "https://careers.roadie.io"
force = true
[[redirects]]
from = "/careers/*"
to = "https://careers.roadie.io"
force = true
# Proxy for the plausible.io tracker. https://plausible.io/docs/proxy/guides/netlify
[[redirects]]
from = "/plaus/js/script.js"
to = "https://plausible.io/js/plausible.js"
status = 200
force = true
# Proxy for the plausible.io tracker. https://plausible.io/docs/proxy/guides/netlify
[[redirects]]
from = "/plaus/api/event"
to = "https://plausible.io/api/event"
status = 200
force = true
# Supporting external links to a policy which was orignally put on the website with a
# mis-spelled URL.
[[redirects]]
from = "/legal-notices/evaluation-licence/"
to = "/legal-notices/evaluation-license/"
force = true
# Supporting external links to a policy which was orignally put on the website with a
# mis-spelled URL.
[[redirects]]
from = "/legal-notices/evaluation-licence/v1/"
to = "/legal-notices/evaluation-license/v1/"
force = true
# Supporting US and UK spelling of modelling and modeling. The single-l version is linked from
# few places on the web.
[[redirects]]
from = "/blog/modeling-software-backstage/"
to = "/blog/modelling-software-backstage/"
force = true
[[redirects]]
from = "/docs/details/whitelisting-roadie-traffic/"
to = "/docs/details/allowlisting-roadie-traffic/"
force = true
[[redirects]]
from = "/docs/getting-started/openapi-specs"
to = "/docs/details/openapi-specs/"
force = true
[[redirects]]
from = "/docs/getting-started/getting-started-for-admins/"
to = "/docs/getting-started/adding-a-catalog-item/"
force = true
[[redirects]]
from = "/docs/integrations/github-app-permissions/"
to = "/docs/details/github-app-permissions/"
force = true
[[redirects]]
from = "/docs/getting-started/updating-the-ui/"
to = "/docs/details/updating-the-ui/"
force = true
[[redirects]]
from = "/docs/integrations/required-annotations/"
to = "/docs/details/required-metadata/"
force = true
[[redirects]]
from = "/docs/configurations/tech-radar/"
to = "/docs/integrations/tech-radar/"
force = true
# We are inundated by spam security reports since we added this. It's not worth it.
[[redirects]]
from = "/security/responsible-disclosure/"
to = "/"
force = true
# We'll create a dedicated landing page for people coming from KubeCon
[[redirects]]
from = "/kubernetes/"
to = "/backstage/plugins/kubernetes/"
force = true
# To be later filled in with a typeform URL
[[redirects]]
from = "/techinsights-demo-backstagecon/"
to = "/request-demo/"
force = true
# There's no generic product page so we redirect to the first one
[[redirects]]
from = "/product/"
to = "/product/catalog/"
force = true
[[redirects]]
from = "/docs/scaffolder-cookbook/*"
to = "/docs/scaffolder/:splat"
force = true
[[redirects]]
from = "/docs/details/scaffolder/"
to = "/docs/scaffolder/writing-templates/"
force = true
[[redirects]]
from = "/docs/custom-plugins/"
to = "/docs/custom-plugins/getting-started/"
force = true
[[redirects]]
from = "/docs/custom-plugins/proxy/"
to = "/docs/custom-plugins/connectivity/proxy/"
force = true
[[redirects]]
from = "/docs/integrations/home-page-markdown/"
to = "/docs/integrations/markdown-card/"
force = true
[[redirects]]
from = "/docs/details/location-management/"
to = "/docs/catalog/location-management/"
force = true
[[redirects]]
from = "/docs/details/showing-dependencies/"
to = "/docs/catalog/showing-dependencies/"
force = true
[[redirects]]
from = "/docs/details/decorating-components/"
to = "/docs/catalog/decorating-components/"
force = true
[[redirects]]
from = "/docs/details/unregister-components/"
to = "/docs/catalog/unregister-components/"
force = true
[[redirects]]
from = "/docs/details/previewing-changes/"
to = "/docs/catalog/previewing-changes/"
force = true
[[redirects]]
from = "/docs/details/troubleshooting-the-catalog/"
to = "/docs/catalog/troubleshooting-the-catalog/"
force = true
[[redirects]]
from = "/docs/details/validator/"
to = "/docs/catalog/validator/"
force = true
[[redirects]]
from = "/docs/details/ownership/"
to = "/docs/catalog/ownership/"
force = true
[[redirects]]
from = "/docs/getting-started/create-admin-group/"
to = "/docs/getting-started/assigning-admins/"
force = true
# At some point we decided to switch to the US spelling of modeling.
[[redirects]]
from = "/docs/catalog/modelling-entities/ "
to = "/docs/catalog/modeling-entities/"
force = true