Skip to content

Commit 2f6a564

Browse files
committed
update documentation script to fix spacing in tables
1 parent 6028875 commit 2f6a564

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/install/releases/feature-stages.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you encounter an issue with any Coder feature, please submit a
1010
## Feature stages
1111

1212
| Feature stage | Stable | Production-ready | Support | Description |
13-
|----------------------------------------|--------|------------------|-----------------------|-------------------------------------------------------------------------------------------------------------------------------|
13+
| -------------------------------------- | ------ | ---------------- | --------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
1414
| [Early Access](#early-access-features) | No | No | GitHub issues | For staging only. Not feature-complete or stable. Disabled by default. |
1515
| [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. |
1616
| [GA](#general-availability-ga) | Yes | Yes | License-based | Stable and tested. Enabled by default. Fully documented. Support based on license. |
@@ -66,7 +66,7 @@ You can opt-out of a feature after you've enabled it.
6666
<!-- BEGIN: available-experimental-features -->
6767

6868
| Feature | Description | Available in |
69-
|-----------------------|----------------------------------------------|------------------|
69+
| --------------------- | -------------------------------------------- | ---------------- |
7070
| `dev-containers` | Enables dev containers support. | mainline, stable |
7171
| `agentic-chat` | Enables the new agentic AI chat feature. | mainline, stable |
7272
| `workspace-prebuilds` | Enables the new workspace prebuilds feature. | mainline, stable |
@@ -79,7 +79,7 @@ You can opt-out of a feature after you've enabled it.
7979
<!-- BEGIN: early-access-features -->
8080

8181
| Feature | Description | Documentation Path |
82-
|----------------------------|----------------------------|----------------------------|
82+
| -------------------------- | -------------------------- | -------------------------- |
8383
| Dev Containers Integration | Dev Containers Integration | ai-coder/dev-containers.md |
8484

8585
<!-- END: early-access-features -->
@@ -121,7 +121,7 @@ available in the documentation.
121121
<!-- BEGIN: beta-features -->
122122

123123
| Feature | Description | Documentation Path |
124-
|---------------------|---------------------|-------------------------|
124+
| ------------------- | ------------------- | ----------------------- |
125125
| AI Coding Agents | AI Coding Agents | ai-coder/agents.md |
126126
| Prebuilt workspaces | Prebuilt workspaces | workspaces/prebuilds.md |
127127

0 commit comments

Comments
 (0)