Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
EdwardAngert merged 2 commits intomainfrom18197-2-24-feats
Jul 4, 2025
Merged
Show file tree
Hide file tree
Changes fromall 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 deletionsdocs/admin/templates/extending-templates/parameters.md
View file
Open in desktop
Original file line numberDiff line numberDiff 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 DownExpand 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 deletionsdocs/manifest.json
View file
Open in desktop
Original file line numberDiff line numberDiff 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 DownExpand 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 DownExpand 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

[8]ページ先頭

©2009-2025 Movatter.jp