Skip to content

Commit dcf901c

Browse files
committed
s/definition list/bullets
1 parent 3ed5c3e commit dcf901c

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

docs/admin/index.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ For any information not strictly contained in these sections, check out our
1717

1818
## What is an image, template, devcontainer, or workspace
1919

20-
<dl>
21-
<dt>Template</dt>
22-
<dd>[Templates](./templates/index.md) are </dd>
23-
24-
<dt>Workspace</dt>
25-
<dd>A [workspace](../user-guides/workspace-management.md) is the environment that a developer works in. Developers on a team each work from their own workspace and can use [multiple IDEs](./workspace-access/index.md).</dd>
26-
27-
<dt>Image</dt>
28-
<dd>An [image](./templates/managing-templates/image-management.md) contains the utilities that the Coder workspace is built on. It can be an [example image](https://github.com/coder/images), custom image, or one from [Docker Hub](https://hub.docker.com/search). It is defined in each template.</dd>
29-
30-
<dt>Development containers</dt>
31-
<dd>more about devcontainers</dd>
32-
</dl>
20+
- **Template**
21+
- [Templates](./templates/index.md) are...
22+
- **Workspace**
23+
- A [workspace](../user-guides/workspace-management.md) is the environment
24+
that a developer works in. Developers on a team each work from their own
25+
workspace and can use [multiple IDEs](./workspace-access/index.md).
26+
- **Image**
27+
- An [image](./templates/managing-templates/image-management.md) contains the
28+
utilities that the Coder workspace is built on. It can be an
29+
[example image](https://github.com/coder/images), custom image, or one from
30+
[Docker Hub](https://hub.docker.com/search). It is defined in each template.
31+
- **Development containers**
32+
- more about devcontainers...
3333

3434
<children></children>

docs/admin/templates/managing-templates/devcontainers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ Admin:
8282
1. Choose a **Repository** URL
8383
- The repo must have a `.devcontainer` directory with `devcontainer.json`
8484

85-
When using the [Envbuilder Terraform provider](#envbuilder-terraform-provider),
85+
When using the
86+
[Envbuilder Terraform provider](https://github.com/coder/terraform-provider-envbuilder),
8687
a previously built and cached image can be reused directly, allowing dev
8788
containers to start instantaneously.
8889

0 commit comments

Comments
 (0)