Skip to content

feat: update tasks docs #18659

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 24 commits into from
Jul 7, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge branch 'main' into tasks-docs
  • Loading branch information
bpmct authored Jul 7, 2025
commit 04b77a4fc83412659186815d5c6dd2f010fa43c4
21 changes: 3 additions & 18 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,25 +296,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"
]
"path": "./user-guides/devcontainers/troubleshooting-dev-containers.md"
}
]
},
Expand Down Expand Up @@ -554,10 +545,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 @@ -627,10 +615,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
You are viewing a condensed version of this merge commit. You can view the full changes here.