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

Skip to content

Commit 72a522e

Browse files
committed
fmt & gen
1 parent 43b97f6 commit 72a522e

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

docs/admin/automation.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ curl https://coder.example.com/api/v2/workspaces?q=owner:me \
3333

3434
## Documentation
3535

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.
3940

4041
## Use cases
4142

docs/tutorials/template-from-scratch.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,8 @@ resource "docker_volume" "home_volume" {
299299
300300
```
301301

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).
303304

304305
## 6. Set up the Docker container
305306

docs/workspaces.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Workspaces
22

33
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).
56

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.
911

1012
## Creating workspaces
1113

0 commit comments

Comments
 (0)