mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:51:50 +00:00
Use experimental instead of prototype (#24884)
use experimental instead of prototype Co-authored-by: Joel Kwartler <LoJoel3+gh@gmail.com>
This commit is contained in:
parent
881eefa236
commit
d3a6df7024
@ -1,24 +1,24 @@
|
||||
# Beta and prototype features
|
||||
# Beta and experimental features
|
||||
|
||||
Sourcegraph often beta tests major features before we make them generally available.
|
||||
|
||||
Exposing beta and prototype features gives you an opportunity to try our newest features sooner.
|
||||
Exposing beta and 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, and we appreciate any and all feedback you want to provide. You can [file an issue](https://github.com/sourcegraph/sourcegraph/issues/new/choose), email it directly to [feedback@sourcegraph.com](mailto:feedback@sourcegraph.com), or use the in-app feedback modal.
|
||||
|
||||
## **Both** beta and prototype features
|
||||
## **Both** beta and experimental features
|
||||
|
||||
For both features labeled `Beta` and those labeled `Prototype`, Sourcegraph wants to be transparent that:
|
||||
For both features labeled `Beta` and those labeled `Experimental`, Sourcegraph wants to be transparent that:
|
||||
|
||||
- The feature is undergoing active development and your [feedback](mailto:feedback@sourcegraph.com) is especially appreciated
|
||||
- The feature may have bugs
|
||||
- The feature may be changed, deprecated, or removed
|
||||
- The feature may have an additional cost to use once it becomes generally available
|
||||
- Any documentation for the feature will explicitly note the feature is in beta or prototype mode
|
||||
- Any documentation for the feature will explicitly note the feature is in beta or experimental mode
|
||||
|
||||
## Prototype features
|
||||
## Experimental features
|
||||
|
||||
If a feature is labeled `Prototype`, this specifically means:
|
||||
If a feature is labeled `Experimental`, this specifically means:
|
||||
|
||||
- The feature may be primarily supported by the product engineering team rather than our customer support team
|
||||
- The feature may have limited support and no documentation in the Sourcegraph docs
|
||||
@ -50,5 +50,5 @@ For deployment configuration, please refer to the relevant [installation guide](
|
||||
- [Pings](pings.md)
|
||||
- [Usage statistics](usage_statistics.md)
|
||||
- [User feedback surveys](user_surveys.md)
|
||||
- [Beta and prototype features](beta_and_prototype_features.md)
|
||||
- [Beta and experimental features](beta_and_experimental_features.md)
|
||||
- [Pricing and subscriptions](subscriptions/index.md)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Current limitations of Code Insights (Beta limitations)
|
||||
|
||||
Because code insights is currently a private [beta feature](../../admin/beta_and_prototype_features.md#beta-features), there are some limitations that we have not finished building solutions for yet.
|
||||
Because code insights is currently a private [beta feature](../../admin/beta_and_experimental_features.md#beta-features), there are some limitations that we have not finished building solutions for yet.
|
||||
|
||||
If you have strong feedback, please do [let us know](mailto:feedback@sourcegraph.com).
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Code Insights <a href="../admin/beta_and_prototype_features"><sup><span class="badge badge-beta">Beta</span></sup></a>
|
||||
# Code Insights <a href="../admin/beta_and_experimental_features"><sup><span class="badge badge-beta">Beta</span></sup></a>
|
||||
|
||||
Code Insights are currently in Private [Beta](../admin/beta_and_prototype_features.md).
|
||||
Code Insights are currently in Private [Beta](../admin/beta_and_experimental_features.md).
|
||||
|
||||
If you're a customer who wants early access or needs support, please [send us an email](mailto:feedback@sourcegraph.com).
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@ Enter repositories in the repository URL format, like `github.com/Sourcegraph/So
|
||||
|
||||
The form field will validate that you've entered the repository correctly.
|
||||
|
||||
In the current prototype version, you can only set up a language insight for one repository at a time. (Want us to prioritize the ability to analyze multiple repositories in one pie chart? [Please do let us know](mailto:feedback@sourcegraph.com).)
|
||||
In the current Beta version, you can only set up a language insight for one repository at a time. (Want us to prioritize the ability to analyze multiple repositories in one pie chart? [Please do let us know](mailto:feedback@sourcegraph.com).)
|
||||
|
||||
### 4. Title your insight
|
||||
|
||||
|
||||
@ -25,7 +25,7 @@ Code monitoring is an enterprise functionality. To run it locally you need to st
|
||||
<sourcegraph root>/enterprise/dev/start.sh
|
||||
```
|
||||
|
||||
Code monitoring is still a prototype which means you have to enable it in the
|
||||
Code monitoring is still experimental which means you have to enable it in the
|
||||
settings to be visible in the UI. Open your local instance of Sourcegraph and go
|
||||
to `settings > User account > settings`.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user