@@ -187,10 +187,7 @@ export default defineConfig({
187
187
{ slug : 'book/expressions' } ,
188
188
{ slug : 'book/statements' } ,
189
189
{ slug : 'book/constants' } ,
190
- {
191
- slug : 'book/functions' ,
192
- badge : { variant : 'tip' , text : 'new' } ,
193
- } ,
190
+ { slug : 'book/functions' } ,
194
191
{ slug : 'book/assembly-functions' } ,
195
192
{
196
193
label : 'Communication' ,
@@ -252,6 +249,10 @@ export default defineConfig({
252
249
{ slug : 'cookbook/multi-communication' } ,
253
250
{ slug : 'cookbook/jettons' } ,
254
251
{ slug : 'cookbook/nfts' } ,
252
+ {
253
+ slug : 'cookbook/zk-proofs' ,
254
+ badge : { variant : 'tip' , text : 'new' } ,
255
+ } ,
255
256
{
256
257
label : 'Decentralized EXchanges (DEXes)' ,
257
258
translations : {
@@ -260,7 +261,6 @@ export default defineConfig({
260
261
collapsed : true ,
261
262
autogenerate : { directory : 'cookbook/dexes' }
262
263
} ,
263
- { slug : 'cookbook/zk-proofs-on-tact' } ,
264
264
] ,
265
265
} ,
266
266
{
@@ -357,5 +357,6 @@ export default defineConfig({
357
357
'/ecosystem/tools/misti' : '/ecosystem/misti' ,
358
358
'/ref/core-common' : '/ref/core-send' ,
359
359
'/ref/core-advanced' : '/ref/core-contextstate' ,
360
+ '/cookbook/zk-proofs-on-tact' : '/cookbook/zk-proofs' ,
360
361
} ,
361
362
} ) ;
0 commit comments