Skip to content

Commit 89298dd

Browse files
EdwardAngertstirby
authored andcommitted
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 ea5e1d9 commit 89298dd

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 (Beta)
395+
## Dynamic Parameters (beta)
396396
397397
Coder v2.24.0 introduces Dynamic Parameters to extend the existing parameter system with conditional form controls, enriched input types, and user idenitity awareness.
398398
This feature allows template authors to create interactive workspace creation forms, meaning more environment customization and fewer templates to maintain.

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
},
@@ -540,7 +537,7 @@
540537
"title": "Prebuilt workspaces",
541538
"description": "Pre-provision a ready-to-deploy workspace with a defined set of parameters",
542539
"path": "./admin/templates/extending-templates/prebuilt-workspaces.md",
543-
"state": ["premium", "beta"]
540+
"state": ["premium"]
544541
},
545542
{
546543
"title": "Icons",
@@ -610,8 +607,7 @@
610607
{
611608
"title": "Configure a template for dev containers",
612609
"description": "How to use configure your template for dev containers",
613-
"path": "./admin/templates/extending-templates/devcontainers.md",
614-
"state": ["early access"]
610+
"path": "./admin/templates/extending-templates/devcontainers.md"
615611
},
616612
{
617613
"title": "Process Logging",

0 commit comments

Comments
 (0)