From 300e338c1d78be82943770e7e82c383d7f3e872b Mon Sep 17 00:00:00 2001 From: ymekuria Date: Fri, 7 Jun 2024 13:10:33 -0700 Subject: [PATCH 1/2] feat(writing-a-zkapp): remove zkapp example section --- docs/zkapps/writing-a-zkapp/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zkapps/writing-a-zkapp/index.mdx b/docs/zkapps/writing-a-zkapp/index.mdx index 353c7f410..e69360a65 100644 --- a/docs/zkapps/writing-a-zkapp/index.mdx +++ b/docs/zkapps/writing-a-zkapp/index.mdx @@ -60,7 +60,7 @@ zkApps are written in [TypeScript](https://www.typescriptlang.org/). TypeScript provides an easy, familiar language (JavaScript), but with type safety, making it easy to get started writing zkApps. If you're new to using TypeScript, check out this helpful 12-min introductory video [TypeScript - The Basics](https://www.youtube.com/watch?v=ahCwqrYpIuM). To learn more, see [How to Write a zkApp](/zkapps/writing-a-zkapp/introduction-to-zkapps/how-to-write-a-zkapp). - + ### Learn more To learn more about developing zkApps, see [how zkApps work](/zkapps/writing-a-zkapp/introduction-to-zkapps/how-zkapps-work), [how to write a zkApp](/zkapps/writing-a-zkapp/introduction-to-zkapps/how-to-write-a-zkapp) and [zkApps for Ethereum Developers](/zkapps/advanced/zkapps-for-ethereum-developers). From e0b988672ccfe5647bc496f9a8ca87a26d444f20 Mon Sep 17 00:00:00 2001 From: ymekuria Date: Fri, 7 Jun 2024 13:11:43 -0700 Subject: [PATCH 2/2] feat(writing-a-zkapp): remove redundant learn more section --- docs/zkapps/writing-a-zkapp/index.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/zkapps/writing-a-zkapp/index.mdx b/docs/zkapps/writing-a-zkapp/index.mdx index e69360a65..745c37528 100644 --- a/docs/zkapps/writing-a-zkapp/index.mdx +++ b/docs/zkapps/writing-a-zkapp/index.mdx @@ -59,7 +59,6 @@ zkApps are written in [TypeScript](https://www.typescriptlang.org/). TypeScript provides an easy, familiar language (JavaScript), but with type safety, making it easy to get started writing zkApps. If you're new to using TypeScript, check out this helpful 12-min introductory video [TypeScript - The Basics](https://www.youtube.com/watch?v=ahCwqrYpIuM). -To learn more, see [How to Write a zkApp](/zkapps/writing-a-zkapp/introduction-to-zkapps/how-to-write-a-zkapp).