forked from pact-foundation/docs.pact.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
69 lines (56 loc) · 1.45 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
[[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 = "/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
[[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/cli"
status = 302
[[redirects]]
from = "/pact_broker/advanced_topics/provider_verification_results"
to = "/pact_broker/provider_verification_results"
status = 302
[[redirects]]
from = "/getting_started"
to = "/"
status = 302
[[redirects]]
from = "/resources/how_to_ask_for_help"
to = "/help/how_to_ask_for_help"
status = 302