-
Notifications
You must be signed in to change notification settings - Fork 284
/
netlify.toml
65 lines (48 loc) · 1.3 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
[[redirects]]
from = "/how-aztec-works/*"
to = "/"
[[redirects]]
from = "/sdk/*"
to = "/"
[[redirects]]
from = "/developers/*"
to = "/"
[[redirects]]
from = "/spec/*"
to = "/"
[[redirects]]
from = "/compliance"
to = "/"
[[redirects]]
from = "/dev_docs/aztec3/*"
to = "/dev_docs/aztec/overview"
[[redirects]]
from = "/dev_docs/contracts/types"
to = "/dev_docs/contracts/syntax/types"
[[redirects]]
from = "/dev_docs/contracts/storage"
to = "/dev_docs/contracts/syntax/storage"
[[redirects]]
from = "/dev_docs/contracts/state_variables"
to = "/dev_docs/contracts/syntax/state_variables"
[[redirects]]
from = "/dev_docs/contracts/functions"
to = "/dev_docs/contracts/syntax/functions"
[[redirects]]
from = "/dev_docs/contracts/visibility"
to = "/dev_docs/contracts/syntax/visibility"
[[redirects]]
from = "/dev_docs/contracts/globals"
to = "/dev_docs/contracts/syntax/globals"
[[redirects]]
from = "/dev_docs/contracts/syntax"
to = "/dev_docs/contracts/syntax/main"
[[redirects]]
from = "/dev_docs/contracts/contract"
to = "/dev_docs/contracts/syntax/contract"
[[redirects]]
from = "/dev_docs/getting_started/cli"
to = "/dev_docs/cli"
[[redirects]]
from = "/aztec/overview"
to = "/"