Skip to content

Commit 0caea5f

Browse files
authored
fix(docs): edits on the zk-proofs cookbook page (#3482)
1 parent 13b24bc commit 0caea5f

File tree

4 files changed

+337
-301
lines changed

4 files changed

+337
-301
lines changed

docs/astro.config.mjs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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
});

docs/src/content/docs/cookbook/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ For DeFi-specific elaborate recipes that include smart contracts, auxiliary scri
7373
title="🖼️ Non-Fungible Tokens (NFTs)"
7474
href="/cookbook/nfts"
7575
/>
76+
<LinkCard
77+
title="🪅 Zero-knowledge proofs (ZKPs)"
78+
href="/cookbook/zk-proofs"
79+
/>
7680
</CardGrid>
7781

7882
Additionally, there are examples of working with popular TON DEXes (Decentralized EXchanges), which often require many contracts and complex logic:

docs/src/content/docs/cookbook/zk-proofs-on-tact.mdx

Lines changed: 0 additions & 296 deletions
This file was deleted.

0 commit comments

Comments
 (0)