From 4983150ab9d28f23674a9beb386e849e585d6d81 Mon Sep 17 00:00:00 2001 From: Edward Angert Date: Mon, 24 Mar 2025 22:28:02 -0400 Subject: [PATCH] docs: add a table to feature stages doc (#17080) adds a table to the feature stages doc to summarize the stages + links to the heading below for more info [preview](https://coder.com/docs/@feature-stages-table/about/feature-stages) --------- Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> --- docs/about/feature-stages.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/about/feature-stages.md b/docs/about/feature-stages.md index 65644e98b5..7b83cadf3c 100644 --- a/docs/about/feature-stages.md +++ b/docs/about/feature-stages.md @@ -7,6 +7,14 @@ If you encounter an issue with any Coder feature, please submit a [GitHub issue](https://github.com/coder/coder/issues) or join the [Coder Discord](https://discord.gg/coder). +## Feature stages + +| Feature stage | Stable | Production-ready | Support | Description | +|----------------------------------------|--------|------------------|-----------------------|-------------------------------------------------------------------------------------------------------------------------------| +| [Early Access](#early-access-features) | No | No | GitHub issues | For staging only. Not feature-complete or stable. Disabled by default. | +| [Beta](#beta) | No | Not fully | Docs, Discord, GitHub | Publicly available. In active development with minor bugs. Suitable for staging; optional for production. Not covered by SLA. | +| [GA](#general-availability-ga) | Yes | Yes | License-based | Stable and tested. Enabled by default. Fully documented. Support based on license. | + ## Early access features - **Stable**: No