Skip to content

Commit ea9970a

Browse files
author
Katie Horne
authored
chore: fix redundancy in Admin > Templates page (coder#462)
1 parent b2051cf commit ea9970a

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

admin/templates.md

+12-14
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
---
22
title: Templates
3-
description: Learn how to manage your Workspaces as Code Templates.
3+
description: Learn how to manage your workspaces as code templates.
44
---
55

66
The **Templates** tab features options that control the behavior of workspace
7-
templates.
7+
templates, which are the basis of [workspaces as code](../workspaces/workspaces-as-code/index.md).
88

9-
The **Enable using Workspace Templates** toggle allows you to enable or disable
10-
the creation of [workspaces](../workspaces/index.md) using predefined templates
11-
located in Git repositories.
9+
## Enabling workspaces as code
10+
11+
By default, workspaces as code is an opt-in feature. The **Enable using
12+
Workspace Templates** toggle allows you to enable or disable the creation of
13+
[workspaces](../workspaces/index.md) using predefined templates located in Git
14+
repositories.
1215

13-
![Enable workspace templates](../assets/enable-ws-templates.png)
16+
To enable workspaces as code, go to **Admin > Templates** and set **Enable using
17+
Workspace Templates** to **On**.
18+
19+
![Toggle workspaces as code](../assets/admin/wac_toggle.png)
1420

1521
## Template policy
1622

@@ -87,11 +93,3 @@ Once you've filled out the form, Coder generates a custom Markdown snippet,
8793
which you can then add to your repository's `README.md`.
8894

8995
![Open In Coder Button](../assets/admin/wac-badge.png)
90-
91-
## Enabling workspaces as code
92-
93-
By default, workspaces as code is an opt-in feature. To enable workspaces as
94-
code, go to **Admin > Templates** and set **Enable using Workspace Templates**
95-
to **On**.
96-
97-
![Toggle workspaces as code](../assets/admin/wac_toggle.png)

assets/enable-ws-templates.png

-43.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)