-
Notifications
You must be signed in to change notification settings - Fork 285
/
netlify.toml
211 lines (159 loc) · 5.33 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
[[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 = "/learn/about_aztec/what_is_aztec"
[[redirects]]
from = "/dev_docs/contracts/types"
to = "/developers/contracts/syntax/types"
[[redirects]]
from = "/dev_docs/contracts/storage"
to = "/developers/contracts/syntax/storage"
[[redirects]]
from = "/dev_docs/contracts/state_variables"
to = "/developers/contracts/syntax/storage"
[[redirects]]
from = "/dev_docs/contracts/functions"
to = "/developers/contracts/syntax/functions"
[[redirects]]
from = "/dev_docs/contracts/visibility"
to = "/developers/contracts/syntax/visibility"
[[redirects]]
from = "/dev_docs/contracts/globals"
to = "/developers/contracts/syntax/globals"
[[redirects]]
from = "/dev_docs/contracts/syntax"
to = "/developers/contracts/syntax/main"
[[redirects]]
from = "/dev_docs/contracts/contract"
to = "/developers/contracts/syntax/contract"
[[redirects]]
from = "/dev_docs/getting_started/cli"
to = "/developers/cli/main"
[[redirects]]
from = "/dev_docs/getting_started/noir_contracts"
to = "/developers/contracts/main"
[[redirects]]
from = "/dev_docs/getting_started/token_contract_tutorial"
to = "/developers/tutorials/writing_token_contract"
[[redirects]]
from = "/dev_docs/getting_started/updating"
to = "/developers/updating"
[[redirects]]
from = "/dev_docs/sandbox/main"
to = "/developers/getting_started/sandbox"
[[redirects]]
from = "/dev_docs/cli/updating"
to = "/developers/updating"
[[redirects]]
from = "/dev_docs/dapps/tutorials/main"
to = "/developers/tutorials/writing_dapp/main"
[[redirects]]
from = "/dev_docs/dapps/tutorials/project_setup"
to = "/developers/tutorials/writing_dapp/project_setup"
[[redirects]]
from = "/dev_docs/dapps/tutorials/contract_deployment"
to = "/developers/tutorials/writing_dapp/contract_deployment"
[[redirects]]
from = "/dev_docs/dapps/tutorials/contract_interaction"
to = "/developers/tutorials/writing_dapp/contract_interaction"
[[redirects]]
from = "/dev_docs/dapps/tutorials/rpc_server"
to = "/developers/tutorials/writing_dapp/rpc_server"
[[redirects]]
from = "/dev_docs/dapps/tutorials/testing"
to = "/developers/tutorials/writing_dapp/testing"
[[redirects]]
from = "/aztec/cryptography/cryptography-roadmap"
to = "/about_aztec/roadmap/cryptography_roadmap"
[[redirects]]
from = "/aztec/milestones/features-initial-ldt"
to = "/about_aztec/roadmap/features_initial_ldt"
[[redirects]]
from = "/aztec/protocol/trees"
to = "/learn/concepts/storage/trees/main"
[[redirects]]
from = "/aztec/protocol/trees/indexed-merkle-tree"
to = "/learn/concepts/storage/trees/indexed_merkle_tree"
[[redirects]]
from = "/aztec/protocol/circuits/private-kernel"
to = "/learn/concepts/circuits/kernels/private_kernel"
[[redirects]]
from = "/aztec/protocol/circuits/public-kernel"
to = "/learn/concepts/circuits/kernels/public_kernel"
[[redirects]]
from = "/aztec/protocol/circuits/rollup"
to = "/learn/concepts/circuits/rollup_circuits/main"
[[redirects]]
from = "/aztec/protocol/public-functions-vm-architectures"
to = "/learn/concepts/hybrid_state/public_vm"
[[redirects]]
from = "/aztec/how-it-works/private-smart-contracts"
to = "/learn/concepts/contracts/main"
[[redirects]]
from = "/aztec/how-it-works/private-state"
to = "/learn/concepts/hybrid_state/main"
[[redirects]]
from = "/concepts/foundation/state_model"
to = "/learn/concepts/hybrid_state/main"
[[redirects]]
from = "/aztec/how-it-works/private-public-execution"
to = "/learn/concepts/communication/public_private_calls/main"
[[redirects]]
from="/concepts/foundation/communication/public_private_calls"
to="/learn/concepts/communication/public_private_calls/main"
[[redirects]]
from = "/aztec/how-it-works/l1-l2-messaging"
to = "/learn/concepts/communication/cross_chain_calls"
[[redirects]]
from = "/aztec/protocol/contract-creation"
to = "/learn/concepts/contracts/contract_creation"
[[redirects]]
from = "/noir"
to = "/"
[[redirects]]
from = "/aztec-connect-sunset"
to = "/misc/aztec-connect-sunset"
[[redirects]]
from = "/glossary"
to = "/misc/glossary"
[[redirects]]
from = "/aztec/*"
to = "/"
[[redirects]]
from = "/dev_docs/contracts/syntax/state_variables"
to = "/developers/contracts/syntax/storage"
[[redirects]]
from = "/dev_docs/getting_started/sandbox"
to = "/developers/getting_started/quickstart"
[[redirects]]
from = "/dev_docs/getting_started/blank_box"
to = "/developers/cli/blank_box"
[[redirects]]
from = "/dev_docs/getting_started/updating"
to = "/developers/cli/updating"
[[redirects]]
from = "/dev_docs/sandbox_errors/main"
to = "developers/debugging/sandbox-errors"
[[redirects]]
from = "/dev_docs/contracts/common_errors"
to = "developers/debugging/aztecnr-errors"
[[redirects]]
from = "/misc/aztec-connect-sunset"
to = "/misc/aztec_connect_sunset"
[[redirects]]
from= "zk-money/userguide"
to= "/misc/aztec_connect_sunset"