Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 302079d

Browse files
committed
more format
1 parent 4ef89f0 commit 302079d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/tutorials/quickstart.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ In this quickstart, you'll:
2020
Before diving in, here are the core concepts that power Coder explained through
2121
a cooking analogy:
2222

23-
| Component | What It Is | Real-World Analogy |
24-
|----------------|--------------------------------------------------------------------------------------|---------------------------------------------|
25-
| **You** | The engineer/developer/builder working | The head chef cooking the meal |
26-
| **Templates** | A Terraform blueprint that defines your dev environment (OS, tools, resources) | Recipe for a meal |
27-
| **Workspaces** | The actual running environment created from the template | The cooked meal |
28-
| **Tasks** | AI-powered coding agents that run inside a workspace | Smart kitchen appliance that help you cook |
29-
| **Users** | A developer who launches the workspace from a template and does their work inside it | The people eating the meal |
23+
| Component | What It Is | Real-World Analogy |
24+
|----------------|--------------------------------------------------------------------------------------|--------------------------------------------|
25+
| **You** | The engineer/developer/builder working | The head chef cooking the meal |
26+
| **Templates** | A Terraform blueprint that defines your dev environment (OS, tools, resources) | Recipe for a meal |
27+
| **Workspaces** | The actual running environment created from the template | The cooked meal |
28+
| **Tasks** | AI-powered coding agents that run inside a workspace | Smart kitchen appliance that help you cook |
29+
| **Users** | A developer who launches the workspace from a template and does their work inside it | The people eating the meal |
3030

3131
**Putting it Together:** Coder separates who _defines_ environments from who _uses_ them. Admins create and manage Templates, the recipes, while developers use those Templates to launch Workspaces, the meals. Inside those Workspaces, developers can also run Tasks, the smart kitchen appliance, to help speed up day-to-day work.
3232

0 commit comments

Comments
 (0)