-
Notifications
You must be signed in to change notification settings - Fork 282
/
netlify.toml
59 lines (45 loc) · 1.11 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
[[redirects]]
from = "/developers/tutorials/*"
to = "/tutorials/contract_tutorials/private_voting_contract"
[[redirects]]
from = "/developers/sandbox/*"
to = "/reference/sandbox_reference"
[[redirects]]
from = "/developers/contracts/*"
to = "/reference/smart_contract_reference"
[[redirects]]
from = "/dev_docs/*"
to = "/getting_started"
[[redirects]]
from = "/aztec/cryptography/cryptography-roadmap"
to = "/aztec/roadmap/cryptography_roadmap"
[[redirects]]
from = "/aztec/milestones/features-initial-ldt"
to = "/aztec/roadmap/"
[[redirects]]
from = "/learn/concepts/*"
to = "/aztec/concepts/"
[[redirects]]
from = "/noir"
to = "/"
[[redirects]]
from = "/misc/aztec-connect-sunset"
to = "/aztec_connect_sunset"
[[redirects]]
from= "zk-money/userguide"
to= "/aztec_connect_sunset"
[[redirects]]
from = "/how-aztec-works/*"
to = "/"
[[redirects]]
from = "/sdk/*"
to = "/"
[[redirects]]
from = "/developers/*"
to = "/"
[[redirects]]
from = "/spec/*"
to = "/"
[[redirects]]
from = "/compliance"
to = "/"