You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin/templates/README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,10 @@ We recommend starting with a universal template that can be used for basic tasks
32
32
-[Image management](./managing-templates/image-management.md): Learn how to create and publish images for use within Coder workspaces & templates.
33
33
-[Dev Container support](./managing-templates/devcontainers.md): Enable dev containers to allow teams to bring their own tools into Coder workspaces.
34
34
-[Template hardening](./extending-templates/resource-persistence.md#-bulletproofing): Configure your template to prevent certain resources from being destroyed (e.g. user disks).
35
-
-[Manage templates with Ci/Cd pipelines](#): Learn how to source control your templates and use GitOps to ensure template changes are reviewed and tested.
35
+
-[Manage templates with Ci/Cd pipelines](./managing-templates/change-management.md): Learn how to source control your templates and use GitOps to ensure template changes are reviewed and tested.
36
36
37
37
## Template permissions & policies (enterprise)
38
38
39
39
With Coder Enterprise, you can control who can use and modify the template. Docs: [Template permissions](./template-permissions.md).
0 commit comments