From adf2c1cbf5d4bb4c07734c9f7adb500b61b19c8b Mon Sep 17 00:00:00 2001 From: barriebyron Date: Thu, 17 Aug 2023 13:09:45 -0400 Subject: [PATCH] add links from experimental notes in docs to the new topic --- docs/zkapps/experimental.mdx | 2 +- docs/zkapps/snarkyjs/recursion.mdx | 4 ++-- docs/zkapps/snarkyjs/smart-contracts.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/zkapps/experimental.mdx b/docs/zkapps/experimental.mdx index cb35c37db..9644aa046 100644 --- a/docs/zkapps/experimental.mdx +++ b/docs/zkapps/experimental.mdx @@ -20,7 +20,7 @@ We appreciate any and all feedback you want to provide. The best place to provide feedback and ask questions is on [Mina Protocol Discord](https://bit.ly/MinaDiscord). -To provide feedback and ask questions on experimental features in zkApps, use the [#zkapps-developers](https://discord.com/channels/484437221055922177/915745847692636181) channel. +To ask zkApps questions and engage with other developers building zkApps with SnarkyJS, use the [#zkapps-developers](https://discord.com/channels/484437221055922177/915745847692636181) channel. Experimental features are in active development and your feedback is especially appreciated. diff --git a/docs/zkapps/snarkyjs/recursion.mdx b/docs/zkapps/snarkyjs/recursion.mdx index ad440da88..61b57b938 100644 --- a/docs/zkapps/snarkyjs/recursion.mdx +++ b/docs/zkapps/snarkyjs/recursion.mdx @@ -20,9 +20,9 @@ zkApp programmability is not yet available on the Mina Mainnet. You can get star ::: -Experimental. This API may change. +[Experimental](/zkapps/experimental). This API may change. -Specifically, we are looking into refactoring ZkProgram methods to explicitly return values rather than requiring them to be passed as further inputs. +Specifically, ZkProgram methods could be refactored to explicitly return values rather than requiring them to be passed as further inputs. # Recursion diff --git a/docs/zkapps/snarkyjs/smart-contracts.md b/docs/zkapps/snarkyjs/smart-contracts.md index 8150f5c6f..4550bfea9 100644 --- a/docs/zkapps/snarkyjs/smart-contracts.md +++ b/docs/zkapps/snarkyjs/smart-contracts.md @@ -20,9 +20,9 @@ keywords: :::info -Experimental. This API may change. +[Experimental](/zkapps/experimental). This API may change. -Specifically, we are looking into refactoring ZkProgram methods to explicitly return values rather than requiring them to be passed as further inputs. +Specifically, ZkProgram methods could be refactored to explicitly return values rather than requiring them to be passed as further inputs. :::