mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
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>
This commit is contained in:
@ -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
|
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
|
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:
|
|||||||
|
|
||||||
Or set the [environment variable](../../setup/index.md), `CODER_EXPERIMENTS=auto-fill-parameters`
|
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,
|
Dynamic Parameters enhances Coder's existing parameter system with real-time validation,
|
||||||
conditional parameter behavior, and richer input types.
|
conditional parameter behavior, and richer input types.
|
||||||
|
@ -292,19 +292,16 @@
|
|||||||
"description": "Run containerized development environments in your Coder workspace using the dev containers specification.",
|
"description": "Run containerized development environments in your Coder workspace using the dev containers specification.",
|
||||||
"path": "./user-guides/devcontainers/index.md",
|
"path": "./user-guides/devcontainers/index.md",
|
||||||
"icon_path": "./images/icons/container.svg",
|
"icon_path": "./images/icons/container.svg",
|
||||||
"state": ["early access"],
|
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"title": "Working with dev containers",
|
"title": "Working with dev containers",
|
||||||
"description": "Access dev containers via SSH, your IDE, or web terminal.",
|
"description": "Access dev containers via SSH, your IDE, or web terminal.",
|
||||||
"path": "./user-guides/devcontainers/working-with-dev-containers.md",
|
"path": "./user-guides/devcontainers/working-with-dev-containers.md"
|
||||||
"state": ["early access"]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Troubleshooting dev containers",
|
"title": "Troubleshooting dev containers",
|
||||||
"description": "Diagnose and resolve common issues with dev containers in your Coder workspace.",
|
"description": "Diagnose and resolve common issues with dev containers in your Coder workspace.",
|
||||||
"path": "./user-guides/devcontainers/troubleshooting-dev-containers.md",
|
"path": "./user-guides/devcontainers/troubleshooting-dev-containers.md"
|
||||||
"state": ["early access"]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -534,7 +531,7 @@
|
|||||||
"title": "Prebuilt workspaces",
|
"title": "Prebuilt workspaces",
|
||||||
"description": "Pre-provision a ready-to-deploy workspace with a defined set of parameters",
|
"description": "Pre-provision a ready-to-deploy workspace with a defined set of parameters",
|
||||||
"path": "./admin/templates/extending-templates/prebuilt-workspaces.md",
|
"path": "./admin/templates/extending-templates/prebuilt-workspaces.md",
|
||||||
"state": ["premium", "beta"]
|
"state": ["premium"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Icons",
|
"title": "Icons",
|
||||||
@ -604,8 +601,7 @@
|
|||||||
{
|
{
|
||||||
"title": "Configure a template for dev containers",
|
"title": "Configure a template for dev containers",
|
||||||
"description": "How to use configure your template for dev containers",
|
"description": "How to use configure your template for dev containers",
|
||||||
"path": "./admin/templates/extending-templates/devcontainers.md",
|
"path": "./admin/templates/extending-templates/devcontainers.md"
|
||||||
"state": ["early access"]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Process Logging",
|
"title": "Process Logging",
|
||||||
|
Reference in New Issue
Block a user