@@ -129,227 +129,207 @@ export default withBundleAnalyzer(
129
129
} ,
130
130
{
131
131
source : "/move/book/modules-and-scripts" ,
132
- destination :
133
- "/en/build/smart-contracts/learn-move/book/modules-and-scripts" ,
132
+ destination : "/en/build/smart-contracts/book/modules-and-scripts" ,
134
133
permanent : true ,
135
134
} ,
136
135
{
137
136
source : "/move/book/integers" ,
138
- destination : "/en/build/smart-contracts/learn-move/ book/integers" ,
137
+ destination : "/en/build/smart-contracts/book/integers" ,
139
138
permanent : true ,
140
139
} ,
141
140
{
142
141
source : "/move/book/bool" ,
143
- destination : "/en/build/smart-contracts/learn-move/ book/bool" ,
142
+ destination : "/en/build/smart-contracts/book/bool" ,
144
143
permanent : true ,
145
144
} ,
146
145
{
147
146
source : "/move/book/address" ,
148
- destination : "/en/build/smart-contracts/learn-move/ book/address" ,
147
+ destination : "/en/build/smart-contracts/book/address" ,
149
148
permanent : true ,
150
149
} ,
151
150
{
152
151
source : "/move/book/vector" ,
153
- destination : "/en/build/smart-contracts/learn-move/ book/vector" ,
152
+ destination : "/en/build/smart-contracts/book/vector" ,
154
153
permanent : true ,
155
154
} ,
156
155
{
157
156
source : "/move/book/signer" ,
158
- destination : "/en/build/smart-contracts/learn-move/ book/signer" ,
157
+ destination : "/en/build/smart-contracts/book/signer" ,
159
158
permanent : true ,
160
159
} ,
161
160
{
162
161
source : "/move/book/references" ,
163
- destination : "/en/build/smart-contracts/learn-move/ book/references" ,
162
+ destination : "/en/build/smart-contracts/book/references" ,
164
163
permanent : true ,
165
164
} ,
166
165
{
167
166
source : "/move/book/tuples" ,
168
- destination : "/en/build/smart-contracts/learn-move/ book/tuples" ,
167
+ destination : "/en/build/smart-contracts/book/tuples" ,
169
168
permanent : true ,
170
169
} ,
171
170
{
172
171
source : "/move/book/variables" ,
173
- destination : "/en/build/smart-contracts/learn-move/ book/variables" ,
172
+ destination : "/en/build/smart-contracts/book/variables" ,
174
173
permanent : true ,
175
174
} ,
176
175
{
177
176
source : "/move/book/equality" ,
178
- destination : "/en/build/smart-contracts/learn-move/ book/equality" ,
177
+ destination : "/en/build/smart-contracts/book/equality" ,
179
178
permanent : true ,
180
179
} ,
181
180
{
182
181
source : "/move/book/abort-and-assert" ,
183
- destination :
184
- "/en/build/smart-contracts/learn-move/book/abort-and-assert" ,
182
+ destination : "/en/build/smart-contracts/book/abort-and-assert" ,
185
183
permanent : true ,
186
184
} ,
187
185
{
188
186
source : "/move/book/conditionals" ,
189
- destination : "/en/build/smart-contracts/learn-move/ book/conditionals" ,
187
+ destination : "/en/build/smart-contracts/book/conditionals" ,
190
188
permanent : true ,
191
189
} ,
192
190
{
193
191
source : "/move/book/loops" ,
194
- destination : "/en/build/smart-contracts/learn-move/ book/loops" ,
192
+ destination : "/en/build/smart-contracts/book/loops" ,
195
193
permanent : true ,
196
194
} ,
197
195
{
198
196
source : "/move/book/functions" ,
199
- destination : "/en/build/smart-contracts/learn-move/ book/functions" ,
197
+ destination : "/en/build/smart-contracts/book/functions" ,
200
198
permanent : true ,
201
199
} ,
202
200
{
203
201
source : "/move/book/structs-and-resources" ,
204
- destination :
205
- "/en/build/smart-contracts/learn-move/book/structs-and-resources" ,
202
+ destination : "/en/build/smart-contracts/book/structs-and-resources" ,
206
203
permanent : true ,
207
204
} ,
208
205
{
209
206
source : "/move/book/constants" ,
210
- destination : "/en/build/smart-contracts/learn-move/ book/constants" ,
207
+ destination : "/en/build/smart-contracts/book/constants" ,
211
208
permanent : true ,
212
209
} ,
213
210
{
214
211
source : "/move/book/generics" ,
215
- destination : "/en/build/smart-contracts/learn-move/ book/generics" ,
212
+ destination : "/en/build/smart-contracts/book/generics" ,
216
213
permanent : true ,
217
214
} ,
218
215
{
219
216
source : "/move/book/abilities" ,
220
- destination : "/en/build/smart-contracts/learn-move/ book/abilities" ,
217
+ destination : "/en/build/smart-contracts/book/abilities" ,
221
218
permanent : true ,
222
219
} ,
223
220
{
224
221
source : "/move/book/uses" ,
225
- destination : "/en/build/smart-contracts/learn-move/ book/uses" ,
222
+ destination : "/en/build/smart-contracts/book/uses" ,
226
223
permanent : true ,
227
224
} ,
228
225
{
229
226
source : "/move/book/friends" ,
230
- destination : "/en/build/smart-contracts/learn-move/ book/friends" ,
227
+ destination : "/en/build/smart-contracts/book/friends" ,
231
228
permanent : true ,
232
229
} ,
233
230
{
234
231
source : "/move/book/packages" ,
235
- destination : "/en/build/smart-contracts/learn-move/ book/packages" ,
232
+ destination : "/en/build/smart-contracts/book/packages" ,
236
233
permanent : true ,
237
234
} ,
238
235
{
239
236
source : "/move/book/package-upgrades" ,
240
- destination :
241
- "/en/build/smart-contracts/learn-move/book/package-upgrades" ,
237
+ destination : "/en/build/smart-contracts/book/package-upgrades" ,
242
238
permanent : true ,
243
239
} ,
244
240
{
245
241
source : "/move/book/unit-testing" ,
246
- destination : "/en/build/smart-contracts/learn-move/ book/unit-testing" ,
242
+ destination : "/en/build/smart-contracts/book/unit-testing" ,
247
243
permanent : true ,
248
244
} ,
249
245
{
250
246
source : "/move/book/global-storage-structure" ,
251
- destination :
252
- "/en/build/smart-contracts/learn-move/book/global-storage-structure" ,
247
+ destination : "/en/build/smart-contracts/book/global-storage-structure" ,
253
248
permanent : true ,
254
249
} ,
255
250
{
256
251
source : "/move/book/global-storage-operators" ,
257
- destination :
258
- "/en/build/smart-contracts/learn-move/book/global-storage-operators" ,
252
+ destination : "/en/build/smart-contracts/book/global-storage-operators" ,
259
253
permanent : true ,
260
254
} ,
261
255
{
262
256
source : "/move/book/standard-library" ,
263
- destination :
264
- "/en/build/smart-contracts/learn-move/book/standard-library" ,
257
+ destination : "/en/build/smart-contracts/book/standard-library" ,
265
258
permanent : true ,
266
259
} ,
267
260
{
268
261
source : "/move/book/coding-conventions" ,
269
- destination :
270
- "/en/build/smart-contracts/learn-move/book/coding-conventions" ,
262
+ destination : "/en/build/smart-contracts/book/coding-conventions" ,
271
263
permanent : true ,
272
264
} ,
273
265
{
274
266
source : "/move/move-on-aptos/objects/creating-objects" ,
275
- destination :
276
- "/en/build/smart-contracts/learn-move/advanced-guides/objects/creating-objects" ,
267
+ destination : "/en/build/smart-contracts/objects/creating-objects" ,
277
268
permanent : true ,
278
269
} ,
279
270
{
280
271
source : "/move/move-on-aptos/objects/configuring-objects" ,
281
- destination :
282
- "/en/build/smart-contracts/learn-move/advanced-guides/objects/configuring-objects" ,
272
+ destination : "/en/build/smart-contracts/objects/configuring-objects" ,
283
273
permanent : true ,
284
274
} ,
285
275
{
286
276
source : "/move/move-on-aptos/objects/using-objects" ,
287
- destination :
288
- "/en/build/smart-contracts/learn-move/advanced-guides/objects/using-objects" ,
277
+ destination : "/en/build/smart-contracts/objects/using-objects" ,
289
278
permanent : true ,
290
279
} ,
291
280
{
292
281
source : "/move/move-on-aptos/scripts/writing-scripts" ,
293
- destination :
294
- "/en/build/smart-contracts/learn-move/advanced-guides/scripts/writing-scripts" ,
282
+ destination : "/en/build/smart-contracts/scripts/writing-scripts" ,
295
283
permanent : true ,
296
284
} ,
297
285
{
298
286
source : "/move/move-on-aptos/scripts/compiling-scripts" ,
299
- destination :
300
- "/en/build/smart-contracts/learn-move/advanced-guides/scripts/compiling-scripts" ,
287
+ destination : "/en/build/smart-contracts/scripts/compiling-scripts" ,
301
288
permanent : true ,
302
289
} ,
303
290
{
304
291
source : "/move/move-on-aptos/scripts/running-scripts" ,
305
- destination :
306
- "/en/build/smart-contracts/learn-move/advanced-guides/scripts/running-scripts" ,
292
+ destination : "/en/build/smart-contracts/scripts/running-scripts" ,
307
293
permanent : true ,
308
294
} ,
309
295
{
310
296
source : "/move/move-on-aptos/scripts/script-tutorial" ,
311
- destination :
312
- "/en/build/smart-contracts/learn-move/advanced-guides/scripts/script-tutorial" ,
297
+ destination : "/en/build/smart-contracts/scripts/script-tutorial" ,
313
298
permanent : true ,
314
299
} ,
315
300
{
316
301
source : "/move/move-on-aptos/resource-accounts" ,
317
- destination :
318
- "/en/build/smart-contracts/learn-move/advanced-guides/resource-accounts" ,
302
+ destination : "/en/build/smart-contracts/resource-accounts" ,
319
303
permanent : true ,
320
304
} ,
321
305
{
322
306
source : "/move/move-on-aptos/modules-on-aptos" ,
323
- destination :
324
- "/en/build/smart-contracts/learn-move/advanced-guides/modules-on-aptos" ,
307
+ destination : "/en/build/smart-contracts/modules-on-aptos" ,
325
308
permanent : true ,
326
309
} ,
327
310
{
328
311
source : "/move/move-on-aptos/cryptography" ,
329
- destination :
330
- "/en/build/smart-contracts/learn-move/advanced-guides/cryptography" ,
312
+ destination : "/en/build/smart-contracts/cryptography" ,
331
313
permanent : true ,
332
314
} ,
333
315
{
334
316
source : "/move/move-on-aptos/move-security-guidelines" ,
335
- destination :
336
- "/en/build/smart-contracts/learn-move/advanced-guides/move-security-guidelines" ,
317
+ destination : "/en/build/smart-contracts/move-security-guidelines" ,
337
318
permanent : true ,
338
319
} ,
339
320
{
340
321
source : "/move/prover/prover-guide" ,
341
- destination : "/en/build/smart-contracts/learn-move/ prover/prover-guide" ,
322
+ destination : "/en/build/smart-contracts/prover/prover-guide" ,
342
323
permanent : true ,
343
324
} ,
344
325
{
345
326
source : "/move/prover/spec-lang" ,
346
- destination : "/en/build/smart-contracts/learn-move/ prover/spec-lang" ,
327
+ destination : "/en/build/smart-contracts/prover/spec-lang" ,
347
328
permanent : true ,
348
329
} ,
349
330
{
350
331
source : "/move/prover/supporting-resources" ,
351
- destination :
352
- "/en/build/smart-contracts/learn-move/prover/supporting-resources" ,
332
+ destination : "/en/build/smart-contracts/prover/supporting-resources" ,
353
333
permanent : true ,
354
334
} ,
355
335
{
@@ -568,7 +548,7 @@ export default withBundleAnalyzer(
568
548
} ,
569
549
{
570
550
source : "/guides/system-integrators-guide" ,
571
- destination : "/en/build/advanced-guides/ system-integrators-guide" ,
551
+ destination : "/en/build/system-integrators-guide" ,
572
552
permanent : true ,
573
553
} ,
574
554
{
@@ -583,17 +563,17 @@ export default withBundleAnalyzer(
583
563
} ,
584
564
{
585
565
source : "/guides/sponsored-transactions" ,
586
- destination : "/en/build/advanced-guides/ sponsored-transactions" ,
566
+ destination : "/en/build/sponsored-transactions" ,
587
567
permanent : true ,
588
568
} ,
589
569
{
590
570
source : "/guides/transaction-management" ,
591
- destination : "/en/build/advanced-guides/ transaction-management" ,
571
+ destination : "/en/build/transaction-management" ,
592
572
permanent : true ,
593
573
} ,
594
574
{
595
575
source : "/guides/account-management/key-rotation" ,
596
- destination : "/en/build/advanced-guides/ key-rotation" ,
576
+ destination : "/en/build/key-rotation" ,
597
577
permanent : true ,
598
578
} ,
599
579
{
@@ -879,7 +859,7 @@ export default withBundleAnalyzer(
879
859
} ,
880
860
{
881
861
source : "/integration/aptos-names-service-package" ,
882
- destination : "/en/build/advanced-guides/ aptos-name-service" ,
862
+ destination : "/en/build/aptos-name-service" ,
883
863
permanent : true ,
884
864
} ,
885
865
{
@@ -901,12 +881,12 @@ export default withBundleAnalyzer(
901
881
} ,
902
882
{
903
883
source : "/move/book/introduction" ,
904
- destination : "/en/build/smart-contracts/learn-move/ book" ,
884
+ destination : "/en/build/smart-contracts/book" ,
905
885
permanent : true ,
906
886
} ,
907
887
{
908
888
source : "/move/book/creating-coins" ,
909
- destination : "/en/build/smart-contracts/learn-move/ book/move-tutorial" ,
889
+ destination : "/en/build/smart-contracts/book/move-tutorial" ,
910
890
permanent : true ,
911
891
} ,
912
892
{
@@ -1003,29 +983,25 @@ export default withBundleAnalyzer(
1003
983
permanent : true ,
1004
984
} ,
1005
985
{
1006
- source : "/en/build/smart-contracts/learn-move/advanced-guides/ objects" ,
986
+ source : "/en/build/smart-contracts/objects" ,
1007
987
destination : "/en/build/smart-contracts/aptos-standards/objects" ,
1008
988
permanent : true ,
1009
989
} ,
1010
990
{
1011
- source :
1012
- "/en/build/smart-contracts/learn-move/advanced-guides/objects/creating-objects" ,
991
+ source : "/en/build/smart-contracts/objects/creating-objects" ,
1013
992
destination :
1014
993
"/en/build/smart-contracts/aptos-standards/objects/creating-objects" ,
1015
994
permanent : true ,
1016
995
} ,
1017
996
{
1018
- source :
1019
- "/en/build/smart-contracts/learn-move/advanced-guides/objects/configuring-objects" ,
997
+ source : "/en/build/smart-contracts/objects/configuring-objects" ,
1020
998
destination :
1021
999
"/en/build/smart-contracts/aptos-standards/objects/creating-objects" ,
1022
1000
permanent : true ,
1023
1001
} ,
1024
1002
{
1025
- source :
1026
- "/en/build/smart-contracts/learn-move/advanced-guides/objects/creating-objects" ,
1027
- destination :
1028
- "/en/build/smart-contracts/learn-move/advanced-guides/objects/using-objects" ,
1003
+ source : "/en/build/smart-contracts/objects/creating-objects" ,
1004
+ destination : "/en/build/smart-contracts/objects/using-objects" ,
1029
1005
permanent : true ,
1030
1006
} ,
1031
1007
] ,
0 commit comments