10000 docs: align feature stages for July release (#18752) · coder/coder@02372ca · GitHub
[go: up one dir, main page]

Skip to content

Commit 02372ca

Browse files
authored
docs: align feature stages for July release (#18752)
some of these changes might also be in other PRs, but hopefully this doesn't cause any merge conflicts closes #18197 --------- Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
1 parent 369bccd commit 02372ca

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

docs/admin/templates/extending-templates/parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ data "coder_parameter" "project_id" {
315315
}
316316
```
317317
318-
## Workspace presets (beta)
318+
## Workspace presets
319319
320320
Workspace presets allow you to configure commonly used combinations of parameters
321321
into a single option, which makes it easier for developers to pick one that fits
@@ -392,7 +392,7 @@ parameters in one of two ways:
392392
393393
Or set the [environment variable](../../setup/index.md), `CODER_EXPERIMENTS=auto-fill-parameters`
394394
395-
## Dynamic Parameters (Early Access)
395+
## Dynamic Parameters (beta)
396396
397397
Dynamic Parameters enhances Coder's existing parameter system with real-time validation,
398398
conditional parameter behavior, and richer input types.

docs/manifest.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -292,19 +292,16 @@
292292
"description": "Run containerized development environments in your Coder workspace using the dev containers specification.",
293293
"path": "./user-guides/devcontainers/index.md",
294294
"icon_path": "./images/icons/container.svg",
295-
"state": ["early access"],
296295
"children": [
297296
{
298297
"title": "Working with dev containers",
299298
"description": "Access dev containers via SSH, your IDE, or web terminal.",
300-
"path": "./user-guides/devcontainers/working-with-dev-containers.md",
301-
"state": ["early access"]
299+
"path": "./user-guides/devcontainers/working-with-dev-containers.md"
302300
},
303301
{
304302
"title": "Troubleshooting dev containers",
305303
"description": "Diagnose and resolve common issues with dev containers in your Coder workspace.",
306-
"path": "./user-guides/devcontainers/troubleshooting-dev-containers.md",
307-
"state": ["early access"]
304+
"path": "./user-guides/devcontainers/troubleshooting-dev-containers.md"
308305
}
309306
]
310307
},
@@ -534,7 +531,7 @@
534531
"title": "Prebuilt workspaces",
535532
"description": "Pre-provision a ready-to-deploy workspace with a defined set of parameters",
536533
"path": "./admin/templates/extending-templates/prebuilt-workspaces.md",
537-
"state": ["premium", "beta"]
534+
"state": ["premium"]
538535
},
539536
{
540537
"title": "Icons",
@@ -604,8 +601,7 @@
604601
{
605602
"title": "Configure a template for dev containers",
606603
"description": "How to use configure your template for dev containers",
607-
"path": "./admin/templates/extending-templates/devcontainers.md",
608-
"state": ["early access"]
604+
"path": "./admin/templates/extending-templates/devcontainers.md"
609605
},
610606
{
611607
"title": "Process Logging",

0 commit comments

Comments
 (0)
0