Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: new experimental topic with channel to give feedback #563

Merged
merged 8 commits into from
Aug 24, 2023
27 changes: 27 additions & 0 deletions docs/experimental.mdx
Original file line number Diff line number Diff line change
@@ -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).

barriebyron marked this conversation as resolved.
Show resolved Hide resolved
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
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,5 +404,6 @@ module.exports = {
],
},
'glossary',
'experimental',
],
};