File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,10 @@ curl https://coder.example.com/api/v2/workspaces?q=owner:me \
33
33
34
34
## Documentation
35
35
36
- We publish an [ API reference] ( ../reference/api/README.md ) in our documentation. You can
37
- also enable a [ Swagger endpoint] ( ../reference/cli/server.md#--swagger-enable ) on
38
- your Coder deployment.
36
+ We publish an [ API reference] ( ../reference/api/README.md ) in our documentation.
37
+ You can also enable a
38
+ [ Swagger endpoint] ( ../reference/cli/server.md#--swagger-enable ) on your Coder
39
+ deployment.
39
40
40
41
## Use cases
41
42
Original file line number Diff line number Diff line change @@ -299,7 +299,8 @@ resource "docker_volume" "home_volume" {
299
299
300
300
```
301
301
302
- For details, see [ Resource persistence] ( ../admin/templates/extending-templates/resource-persistence.md ) .
302
+ For details, see
303
+ [ Resource persistence] ( ../admin/templates/extending-templates/resource-persistence.md ) .
303
304
304
305
## 6. Set up the Docker container
305
306
Original file line number Diff line number Diff line change 1
1
# Workspaces
2
2
3
3
A workspace is the environment that a developer works in. Developers in a team
4
- each work from their own workspace and can use [ multiple IDEs] ( ./user-guides/workspace-access/README.md ) .
4
+ each work from their own workspace and can use
5
+ [ multiple IDEs] ( ./user-guides/workspace-access/README.md ) .
5
6
6
- A developer creates a workspace from a [ shared template] ( ./admin/templates/README.md ) .
7
- This lets an entire team work in environments that are identically configured
8
- and provisioned with the same resources.
7
+ A developer creates a workspace from a
8
+ [ shared template] ( ./admin/templates/README.md ) . This lets an entire team work in
9
+ environments that are identically configured and provisioned with the same
10
+ resources.
9
11
10
12
## Creating workspaces
11
13
You can’t perform that action at this time.
0 commit comments