Skip to content

Commit 98bb615

Browse files
committed
docs(site): Mention template editor in template edit docs
1 parent 63e68c1 commit 98bb615

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/templates/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,13 @@ resource "kubernetes_pod" "podName" {
244244

245245
### Edit templates
246246

247-
You can edit a template using the coder CLI. Only [template admins and
247+
You can edit a template using the coder CLI or the UI. Only [template admins and
248248
owners](../admin/users.md) can edit a template.
249249

250+
Using the UI, navigate to the template page, click on the "three dots" button, and select the option "Edit files". In the template editor, you create, edit and remove files. After every change, you have to build the template with the new modifications, to test if they are valid, and after you can publish them make the new template version the active one (the version that is used by default) or not.
251+
252+
> **Tip**: By not publishing a version as active, you can try them in a workspace before making it default for everybody in your organization. This is helpful to debug new changes without impacting others.
253+
250254
Using the CLI, login to Coder and run the following command to edit a single
251255
template:
252256

0 commit comments

Comments
 (0)