From 7f5564bba4233ad811e4b9b3a061ba1a329d230e Mon Sep 17 00:00:00 2001 From: barriebyron Date: Tue, 15 Aug 2023 13:36:19 -0400 Subject: [PATCH] new experimental topic with channel to give feedback --- docs/experimental.mdx | 27 +++++++++++++++++++++++++++ sidebars.js | 1 + 2 files changed, 28 insertions(+) create mode 100644 docs/experimental.mdx diff --git a/docs/experimental.mdx b/docs/experimental.mdx new file mode 100644 index 000000000..b98eb437a --- /dev/null +++ b/docs/experimental.mdx @@ -0,0 +1,27 @@ +--- +title: Experimental features +description: Experimental features are not considered production-ready. +keywords: + - experimental + - feedback +--- + +# Experimental features + +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]. + +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/sidebars.js b/sidebars.js index e3892dc25..ec5192272 100644 --- a/sidebars.js +++ b/sidebars.js @@ -404,5 +404,6 @@ module.exports = { ], }, 'glossary', + 'experimental', ], };