Skip to content

Commit 77dd359

Browse files
committed
docs(docs/user-guides/devcontainers): add screenshot placeholders
Add placeholder images to show what dev containers look like in the UI: - Workspace dashboard with discovered dev container (index.md) - Apps bar on dev container agent (customizing-dev-containers.md) - Outdated status with Rebuild button (working-with-dev-containers.md) Refs #21157
1 parent 779f157 commit 77dd359

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

docs/user-guides/devcontainers/customizing-dev-containers.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ appears in `coder ssh` commands and the dashboard (e.g.,
8484
Control which built-in Coder apps appear for your dev container using
8585
`displayApps`:
8686

87+
![Placeholder: Dev container agent showing apps bar with terminal, VS Code, SSH helper, and port forwarding buttons](../../images/user-guides/devcontainers/devcontainer-apps-bar.png)
88+
89+
<small>The apps bar on a dev container agent, showing the available display apps.</small>
90+
8791
```json
8892
{
8993
"name": "My Dev Container",

docs/user-guides/devcontainers/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ Coder automatically discovers dev container configurations in your repositories
6767
and displays them in your workspace dashboard. From there, you can start a dev
6868
container with a single click.
6969

70+
![Placeholder: Workspace dashboard showing a discovered dev container with status indicator and Start button](../../images/user-guides/devcontainers/devcontainer-dashboard.png)
71+
72+
<small>Dev container displayed in the workspace dashboard with status and action buttons.</small>
73+
7074
If your template administrator has configured automatic startup (via the
7175
`coder_devcontainer` Terraform resource or autostart settings), your dev
7276
container will build and start automatically when the workspace starts.

docs/user-guides/devcontainers/working-with-dev-containers.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,8 @@ When you modify your `devcontainer.json`, you need to rebuild the container for
152152
changes to take effect. Coder detects changes and shows an **Outdated** status
153153
next to the dev container.
154154

155+
![Placeholder: Dev container agent showing the Outdated status indicator](../../images/user-guides/devcontainers/devcontainer-outdated.png)
156+
157+
<small>The Outdated indicator appears when changes to devcontainer.json are detected.</small>
158+
155159
Click **Rebuild** to recreate your dev container with the updated configuration.

0 commit comments

Comments
 (0)