forked from avo-hq/docs.avohq.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
41 lines (35 loc) · 853 Bytes
/
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
[[redirects]]
from = "/2.0/stimulus-controllers.html"
to = "/2.0/custom-fields.html#use-pre-built-stimulus-controllers"
status = 301
force = false
[[redirects]]
from = "/1.0/*"
to = "https://v1-docs.avohq.io/1.0/:splat"
status = 301
force = false
[[redirects]]
from = "/0.1/*"
to = "https://v1-docs.avohq.io/0.4.x/:splat"
status = 301
force = false
[[redirects]]
from = "/0.4.x/*"
to = "https://v1-docs.avohq.io/0.4.x/:splat"
status = 301
force = false
[[redirects]]
from = "/0.5.x/*"
to = "https://v1-docs.avohq.io/0.5.x/:splat"
status = 301
force = false
[[redirects]]
from = "/0.x/*"
to = "https://v1-docs.avohq.io/0.4.x/:splat"
status = 301
force = false
[[redirects]]
from = "/1.0/fields-reference.html"
to = "https://v1-docs.avohq.io/1.0/field-options.html"
status = 301
force = false