-
Notifications
You must be signed in to change notification settings - Fork 7
docs: add alpha, beta, preview, legacy availability values #5130
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,10 +9,17 @@ You can add `availability` to an endpoint, type, or property within your Fern De | |
| ## Endpoints, types, and properties | ||
|
|
||
| Availability can be: | ||
| - `in-development` which means it is being worked on; will show a `Beta` tag | ||
| - `pre-release` which means it is available; will show a `Beta` tag | ||
| - `deprecated` which means it will be removed in the future; will show a `Deprecated` tag | ||
| - `generally-available` which means it is stable and available for use; will show a `GA` tag | ||
|
|
||
| | Value | Description | Tag | | ||
| | --- | --- | --- | | ||
| | `alpha` | Early experimental release | `Alpha` | | ||
| | `in-development` | Being worked on | `Beta` | | ||
| | `beta` | Available but may change | `Beta` | | ||
| | `pre-release` | Available | `Beta` | | ||
| | `preview` | Feature-complete but subject to change | `Preview` | | ||
| | `generally-available` | Stable and available for use | `GA` | | ||
| | `deprecated` | Will be removed in the future | `Deprecated` | | ||
| | `legacy` | Superseded but still supported | `Legacy` | | ||
|
Comment on lines
+13
to
+22
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 Shared availability snippet not updated with new values, creating within-page inconsistency Both changed pages include Was this helpful? React with 👍 or 👎 to provide feedback. |
||
|
|
||
| ### Endpoint | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[FernStyles.Current] Avoid time-relative terms like 'in the future' that become outdated