-
Notifications
You must be signed in to change notification settings - Fork 102
/
netlify.toml
227 lines (183 loc) · 5.64 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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
[[redirects]]
from = "/pact_broker/terraform-provider"
to = "/pact_broker/terraform_provider"
status = 301
[[redirects]]
from = "/pact_broker/advanced_topics/webhooks/template_lib"
to = "/pact_broker/webhooks/template_library"
status = 301
[[redirects]]
from = "/pact_broker/advanced_topics/webhooks"
to = "/pact_broker/webhooks"
status = 301
[[redirects]]
from = "/selectors"
to = "/pact_broker/advanced_topics/consumer_version_selectors"
status = 301
[[redirects]]
from = "/consumer_version_selectors"
to = "/pact_broker/advanced_topics/consumer_version_selectors"
status = 301
[[redirects]]
from = "/pending"
to = "/pact_broker/advanced_topics/pending_pacts"
status = 301
# Used in pact verification output
[[redirects]]
from = "/wip"
to = "/pact_broker/advanced_topics/wip_pacts"
status = 301
[[redirects]]
from = "/can_i_deploy"
to = "/pact_broker/can_i_deploy"
status = 301
[[redirects]]
from = "/pact_broker/pact_broker_client_cli"
to = "/pact_broker/client_cli"
status = 301
[[redirects]]
from = "/guides"
to = "/consumer"
status = 302
[[redirects]]
from = "/workshops"
to = "/implementation_guides/workshops"
status = 302
[[redirects]]
from = "/implementation_guides"
to = "/implementation_guides/overview"
status = 302
[[redirects]]
from = "/pact_broker/advanced_topics/provider_verification_results"
to = "/pact_broker/provider_verification_results"
status = 301
[[redirects]]
from = "/getting_started"
to = "/"
status = 302
[[redirects]]
from = "/resources/how_to_ask_for_help"
to = "/help/how_to_ask_for_help"
status = 301
[[redirects]]
from = "/best_practices/consumer"
to = "/consumer"
status = 301
[[redirects]]
from = "/best_practices/pact_nirvana"
to = "/pact_nirvana"
status = 302
[[redirects]]
from = "/versioning"
to = "/getting_started/versioning_in_the_pact_broker"
status = 301
[[redirects]]
from = "/webhooks"
to = "/pact_broker/webhooks/"
status = 301
[[redirects]]
from = "/webhook_events"
to = "/pact_broker/webhooks/#events"
status = 301
[[redirects]]
from = "/implementation_guides/jvm/provider_menu"
to = "/implementation_guides/jvm/provider/junit5spring"
status = 301
[[redirects]]
from = "/implementation_guides/javascript"
to = "/implementation_guides/javascript/readme"
status = 301
# moved path
[[redirects]]
from = "/pact_broker/configuration/"
to = "/pact_broker/configuration/features"
status = 302
# Links below are used in the output of Pact APIs that get shown in the terminal
# Used in publish contracts response
[[redirects]]
from = "/go/provider_verification"
to = "/getting_started/provider_verification?utm_source=pact&utm_medium=client_library"
status = 301
# Used in publish contracts response
# Used in publish contracts response
[[redirects]]
from = "/go/versioning"
to = "/getting_started/versioning_in_the_pact_broker?utm_source=pact&utm_medium=client_library"
status = 301
# Used in publish contracts response
[[redirects]]
from = "/go/view-pact-changes"
to = "/pact_broker/advanced_topics/see_changes_pact?utm_source=pact&utm_medium=client_library"
status = 301
# Used in publish contracts response
[[redirects]]
from = "/go/webhooks"
to = "/pact_broker/webhooks/?utm_source=pact&utm_medium=client_library"
status = 301
# Used in publish contracts response
[[redirects]]
from = "/go/pbc-cli"
to = "/pact_broker/client_cli/readme?utm_source=pact&utm_medium=client_library"
status = 301
# Used in pact verification output
[[redirects]]
from = "/go/pending"
to = "/pact_broker/advanced_topics/pending_pacts?utm_source=pact&utm_medium=client_library"
status = 301
# Used in pact verification output
[[redirects]]
from = "/go/wip"
to = "/pact_broker/advanced_topics/wip_pacts?utm_source=pact&utm_medium=client_library"
status = 301
# Used in can-i-deploy output
[[redirects]]
from = "/go/cid-polling"
to = "/pact_broker/client_cli/readme?utm_source=pact&utm_medium=client_library#polling"
status = 301
# Used in record-release help output
[[redirects]]
from = "/go/record-deployment"
to = "/pact_broker/recording_deployments_and_releases?utm_source=pact&utm_medium=client_library"
status = 301
[[redirects]]
from = "/go/record-undeployment"
to = "/pact_broker/recording_deployments_and_releases?utm_source=pact&utm_medium=client_library"
status = 301
[[redirects]]
from = "/go/record-release"
to = "/pact_broker/recording_deployments_and_releases?utm_source=pact&utm_medium=client_library"
status = 301
[[redirects]]
from = "/go/record-support-ended"
to = "/pact_broker/recording_deployments_and_releases?utm_source=pact&utm_medium=client_library"
status = 301
# Used in the auto-generated docs which are merged into docs.pact.io from which we have stripped the "/go/" tags
# so that we can tell which links are clicked on in the CLI output, and which are clicked on from a browser.
[[redirects]]
from = "/record-deployment"
to = "/pact_broker/recording_deployments_and_releases"
status = 301
[[redirects]]
from = "/record-undeployment"
to = "/pact_broker/recording_deployments_and_releases"
status = 301
[[redirects]]
from = "/record-release"
to = "/pact_broker/recording_deployments_and_releases"
status = 301
[[redirects]]
from = "/record-support-ended"
to = "/pact_broker/recording_deployments_and_releases"
status = 301
[[redirects]]
from = "/plugins"
to = "/plugins/quick_start"
status = 301
[[redirects]]
from = "/university/create-a-plugin"
to = "/plugins/workshops/create-a-plugin/intro"
status = 301
[[redirects]]
from = "/implementation_guides/pact_specification"
to = "/getting-started/specification"
status = 301