diff --git a/docs/zkapps/experimental.mdx b/docs/zkapps/experimental.mdx new file mode 100644 index 000000000..0e47355a6 --- /dev/null +++ b/docs/zkapps/experimental.mdx @@ -0,0 +1,29 @@ +--- +title: Experimental features +description: Experimental features are not considered production-ready. +keywords: + - experimental + - feedback +--- + +# Experimental features + +Some new features are considered experimental before they are production-ready. + +Exposing experimental features gives you an opportunity to try our newest features sooner. + +In return, your feedback helps us make sure that our new features are reliable and useful. + +## Feedback + +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 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. + +- The feature may have bugs +- The feature may be changed, deprecated, or removed +- Any documentation for the feature explicitly notes the feature is experimental 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. ::: diff --git a/sidebars.js b/sidebars.js index e3892dc25..b77ae9af8 100644 --- a/sidebars.js +++ b/sidebars.js @@ -330,6 +330,7 @@ module.exports = { }, 'zkapps/roadmap', 'zkapps/faq', + 'zkapps/experimental', 'zkapps/zkapps-for-ethereum-developers', ], },