Skip to content

Commit 3213eb0

Browse files
authored
feat: revise workspaces page and add tweaks to lifecycle page (coder#908)
1 parent e136325 commit 3213eb0

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

workspaces/index.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ icon:
2020
description: "Learn about development workspaces in Coder."
2121
---
2222

23-
A workspace is your remote development environment.
24-
25-
![Workspaces](../assets/workspaces/workspaces.svg)
26-
27-
Coder creates workspaces using a [shared container image](../images/index.md),
28-
which improves their reproducibility.
23+
Workspaces contain the dependencies, IDEs, and configuration information needed
24+
for your projects. Coder creates workspaces using a
25+
[shared container image](../images/index.md), which improves their
26+
reproducibility.
2927

3028
![The anatomy of a workspace](../assets/workspaces/workspace-anatomy.png)
3129

workspaces/lifecycle.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ After a workspace hasn't been accessed for the specified threshold, it is shut
4141
down. A stopped workspace requires a [rebuild](#Rebuilds) before you can access
4242
it again.
4343

44+
Optionally, you can allow users to modify or disable auto-off criteria for
45+
specific workspaces at the organization level.
46+
4447
## Hooks
4548

4649
Coder exposes a few hooks during the build process. Once a workspace is

0 commit comments

Comments
 (0)