Skip to content

Commit 3e349d6

Browse files
committed
tweak features table
1 parent cabad4e commit 3e349d6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/install/releases/feature-stages.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ or join the [Coder Discord](https://discord.gg/coder).
1010

1111
## Feature stages
1212

13-
| Feature stage | Stable | Production-ready | Support | Description |
14-
|-------------------------------------------|--------|------------------|-----------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
15-
| [Experiment](#experiment-hidden) | No | No | N/A | For staging and testing only. Not feature-complete or stable.</br>Hidden and disabled by default. |
16-
| [Early Access](#early-access-features) | No | No | Limited documentation</br>GitHub issues | For staging only. Functional, but not feature-complete or stable.</br>Disabled by default. |
17-
| [Beta](#beta) | No | Not fully | Documentation</br>Discord</br>GitHub | Publicly available on an opt-in basis. In active development with minor bugs. Suitable for staging; optional for production. |
18-
| [GA](#general-availability-ga) | Yes | Yes | License-based / SLA | Stable and tested. Enabled by default. Fully documented. |
19-
| [Legacy (Deprecated)](#legacy-deprecated) | Yes* | Yes* | Best-effort security updates | Legacy features continue to function, but will not be updated outside of the limits defined in a customer's license or agreement.</br>They will be removed in future versions of Coder. |
13+
| Feature stage | Stable | Production-ready | Support | Description |
14+
|-------------------------------------------|--------|------------------|-------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
15+
| [Experiment](#experiment-hidden) | No | No | N/A | For staging and testing only. Not feature-complete or stable. Hidden and disabled by default. |
16+
| [Early Access](#early-access-features) | No | No | Limited documentation GitHub issues | For staging only. Functional, but not feature-complete or stable. Disabled by default. |
17+
| [Beta](#beta) | No | Not fully | Documentation Discord GitHub | Publicly available on an opt-in basis. In active development with minor bugs. Suitable for staging; may be acceptable for some production deployments. |
18+
| [GA](#general-availability-ga) | Yes | Yes | License-based / SLA | Stable and tested. Enabled by default. Fully documented. |
19+
| [Legacy (Deprecated)](#legacy-deprecated) | Yes* | Yes* | Best-effort security updates | Legacy features continue to function, but will not be updated outside of the limits defined in a customer's license or agreement. They will be removed in future versions of Coder. |
2020

2121
## Experiment (Hidden)
2222

@@ -48,7 +48,7 @@ coder server --experiments=featureName
4848
Early access features are neither feature-complete nor stable.
4949
We do not recommend using early access features in production deployments.
5050

51-
Coder sometimes releases early access features that are available for use, but are disabled by default.
51+
Early access features are available for use, but are disabled by default.
5252

5353
You shouldn't use early access features in production because they might cause performance or stability issues.
5454
Early access features can be mostly feature-complete, but require further internal testing and remain in the early access stage for at least one month.
@@ -76,10 +76,10 @@ Use the [Coder CLI](../../install/cli.md) `--experiments` flag to enable early a
7676
You can also use the `CODER_EXPERIMENTS`
7777
[environment variable](../../admin/setup/index.md).
7878

79-
You can opt-out of a feature after you've enabled it.
80-
8179
</details>
8280

81+
You can opt-out of a feature after you've enabled it.
82+
8383
### Available early access features
8484

8585
<!-- Code generated by scripts/release/docs_update_experiments.sh. DO NOT EDIT. -->

0 commit comments

Comments
 (0)