From a73877f18967ad7a834305fff41fa7fa75c2be5c Mon Sep 17 00:00:00 2001 From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> Date: Fri, 4 Jul 2025 02:07:17 +0000 Subject: [PATCH 1/2] feature stage cleanup --- docs/admin/templates/extending-templates/parameters.md | 4 ++-- docs/manifest.json | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/admin/templates/extending-templates/parameters.md b/docs/admin/templates/extending-templates/parameters.md index 0125dd49a5c5e..6977d4d3b4c0b 100644 --- a/docs/admin/templates/extending-templates/parameters.md +++ b/docs/admin/templates/extending-templates/parameters.md @@ -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 @@ -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. diff --git a/docs/manifest.json b/docs/manifest.json index 1b0db8c429e87..293d298b6868c 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -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"] }, { "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"] } ] }, @@ -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", @@ -605,7 +602,6 @@ "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"] }, { "title": "Process Logging", From fbce961e101f1f5277538e8aa9e4b2bf5b2bf2d4 Mon Sep 17 00:00:00 2001 From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> Date: Fri, 4 Jul 2025 02:20:36 +0000 Subject: [PATCH 2/2] fix stray commas --- docs/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index 293d298b6868c..7deb94fdf56a9 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -296,12 +296,12 @@ { "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", + "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", + "path": "./user-guides/devcontainers/troubleshooting-dev-containers.md" } ] }, @@ -601,7 +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", + "path": "./admin/templates/extending-templates/devcontainers.md" }, { "title": "Process Logging",