@@ -187,10 +187,7 @@ export default defineConfig({
187187 { slug : 'book/expressions' } ,
188188 { slug : 'book/statements' } ,
189189 { slug : 'book/constants' } ,
190- {
191- slug : 'book/functions' ,
192- badge : { variant : 'tip' , text : 'new' } ,
193- } ,
190+ { slug : 'book/functions' } ,
194191 { slug : 'book/assembly-functions' } ,
195192 {
196193 label : 'Communication' ,
@@ -252,6 +249,10 @@ export default defineConfig({
252249 { slug : 'cookbook/multi-communication' } ,
253250 { slug : 'cookbook/jettons' } ,
254251 { slug : 'cookbook/nfts' } ,
252+ {
253+ slug : 'cookbook/zk-proofs' ,
254+ badge : { variant : 'tip' , text : 'new' } ,
255+ } ,
255256 {
256257 label : 'Decentralized EXchanges (DEXes)' ,
257258 translations : {
@@ -260,7 +261,6 @@ export default defineConfig({
260261 collapsed : true ,
261262 autogenerate : { directory : 'cookbook/dexes' }
262263 } ,
263- { slug : 'cookbook/zk-proofs-on-tact' } ,
264264 ] ,
265265 } ,
266266 {
@@ -357,5 +357,6 @@ export default defineConfig({
357357 '/ecosystem/tools/misti' : '/ecosystem/misti' ,
358358 '/ref/core-common' : '/ref/core-send' ,
359359 '/ref/core-advanced' : '/ref/core-contextstate' ,
360+ '/cookbook/zk-proofs-on-tact' : '/cookbook/zk-proofs' ,
360361 } ,
361362} ) ;
0 commit comments