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

Skip to content

Commit e3ec375

Browse files
committed
docs: format markdown tables in quickstart.md
- Remove spaces around table separator pipes for consistent formatting - Matches the CI's markdown-table-formatter output This resolves the fmt CI check failure.
1 parent a5fdcdd commit e3ec375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Before diving in, here are the four concepts that power Coder explained through
2424
a cooking analogy:
2525

2626
| Component | What It Is | Real-World Analogy |
27-
| -------------- | ------------------------------------------------------------------------------------ | ---------------------------------------- |
27+
|----------------|--------------------------------------------------------------------------------------|------------------------------------------|
2828
| **You** | The engineer/developer/builder working | The head chef cooking the meal |
2929
| **Templates** | A Terraform blueprint that defines your dev environment (OS, tools, resources) | Recipe for a meal |
3030
| **Workspaces** | The actual running environment created from the template | The cooked meal |
@@ -162,7 +162,7 @@ Templates define what's in your development environment. Let's start simple:
162162
2. **Choose a starter template:**
163163

164164
| Starter | Best For | Includes |
165-
| ----------------------------------- | ------------------------------------------------------- | ------------------------------------------------------ |
165+
|-------------------------------------|---------------------------------------------------------|--------------------------------------------------------|
166166
| **Docker Containers** (Recommended) | Getting started quickly, local development, prototyping | Ubuntu container with common dev tools, Docker runtime |
167167
| **Kubernetes (Deployment)** | Cloud-native teams, scalable workspaces | Pod-based workspaces, Kubernetes orchestration |
168168
| **AWS EC2 (Linux)** | Teams needing full VMs, AWS-native infrastructure | Full EC2 instances with AWS integration |

0 commit comments

Comments
 (0)