Skip to content

docs: align feature stages for July release #18752

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/admin/templates/extending-templates/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ data "coder_parameter" "project_id" {
}
```

## Workspace presets (beta)
## Workspace presets

Workspace presets allow you to configure commonly used combinations of parameters
into a single option, which makes it easier for developers to pick one that fits
Expand Down Expand Up @@ -392,7 +392,7 @@ parameters in one of two ways:

Or set the [environment variable](../../setup/index.md), `CODER_EXPERIMENTS=auto-fill-parameters`

## Dynamic Parameters (Early Access)
## Dynamic Parameters (beta)

Dynamic Parameters enhances Coder's existing parameter system with real-time validation,
conditional parameter behavior, and richer input types.
Expand Down
12 changes: 4 additions & 8 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,19 +292,16 @@
"description": "Run containerized development environments in your Coder workspace using the dev containers specification.",
"path": "./user-guides/devcontainers/index.md",
"icon_path": "./images/icons/container.svg",
"state": ["early access"],
"children": [
{
"title": "Working with dev containers",
"description": "Access dev containers via SSH, your IDE, or web terminal.",
"path": "./user-guides/devcontainers/working-with-dev-containers.md",
"state": ["early access"]
"path": "./user-guides/devcontainers/working-with-dev-containers.md"
},
{
"title": "Troubleshooting dev containers",
"description": "Diagnose and resolve common issues with dev containers in your Coder workspace.",
"path": "./user-guides/devcontainers/troubleshooting-dev-containers.md",
"state": ["early access"]
"path": "./user-guides/devcontainers/troubleshooting-dev-containers.md"
}
]
},
Expand Down Expand Up @@ -534,7 +531,7 @@
"title": "Prebuilt workspaces",
"description": "Pre-provision a ready-to-deploy workspace with a defined set of parameters",
"path": "./admin/templates/extending-templates/prebuilt-workspaces.md",
"state": ["premium", "beta"]
"state": ["premium"]
},
{
"title": "Icons",
Expand Down Expand Up @@ -604,8 +601,7 @@
{
"title": "Configure a template for dev containers",
"description": "How to use configure your template for dev containers",
"path": "./admin/templates/extending-templates/devcontainers.md",
"state": ["early access"]
"path": "./admin/templates/extending-templates/devcontainers.md"
},
{
"title": "Process Logging",
Expand Down
Loading