Skip to content

Commit d5f5116

Browse files
committed
left-align tables
1 parent 4c1b767 commit d5f5116

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/concepts.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,29 @@ Coder admins manage *templates* to define the infrastructure behind workspaces.
77
### ex. "Frontend" Template
88

99
| Resource name | Status |
10-
| ----------------------- | ---------- |
10+
| :---------------------- | :--------- |
1111
| Kubernetes pod (NodeJS) | ephemeral |
1212
| API token (Backend) | ephemeral |
1313
| Disk (Source code) | persistant |
1414

1515
### ex. "Data Science" Template
1616

1717
| Resource name | Status |
18-
| -------------------------------------- | ---------- |
18+
| :------------------------------------- | :--------- |
1919
| Kubernetes pod (pyCharm + JupyterLab) | ephemeral |
2020
| Readonly volume mount (shared dataset) | persistant |
2121

2222
### ex. "MacOS" Template
2323

2424
| Resource name | Status |
25-
| ------------------ | ---------- |
25+
| :----------------- | :--------- |
2626
| MacOS VM | ephemeral |
2727
| Disk (source code) | persistant |
2828

2929
### ex. "Linux Debugging" Template
3030

3131
| Resource name | Status |
32-
| ------------------------ | ---------- |
32+
| :----------------------- | :--------- |
3333
| EC2 VM (Debian 11.3 AMI) | persistant |
3434

3535
### Templates are managed via the CLI

0 commit comments

Comments
 (0)