-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new experimental topic with channel to give feedback
- Loading branch information
1 parent
69fc72a
commit 7f5564b
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]. | ||
|
||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -404,5 +404,6 @@ module.exports = { | |
], | ||
}, | ||
'glossary', | ||
'experimental', | ||
], | ||
}; |