@@ -6,7 +6,7 @@ kubernetes_pod).
6
6
7
7
In most cases, a small group of users (team leads or Coder administrators) [ have
8
8
permissions] ( ./admin/users.md#roles ) to create and manage templates. Then, other
9
- users provision their [ workspaces] ( ./workspaces.md ) from templates using the UI
9
+ users provision their [ workspaces] ( .. /workspaces.md ) from templates using the UI
10
10
or CLI.
11
11
12
12
## Get the CLI
@@ -149,7 +149,7 @@ for the full list of supported arguments for the `coder_agent`.
149
149
#### startup_script
150
150
151
151
Use the Coder agent's ` startup_script ` to run additional commands like
152
- installing IDEs, [ cloning dotfiles] ( ./dotfiles.md#templates ) , and cloning
152
+ installing IDEs, [ cloning dotfiles] ( .. /dotfiles.md#templates ) , and cloning
153
153
project repos.
154
154
155
155
``` hcl
@@ -187,7 +187,7 @@ coder dotfiles -y ${var.dotfiles_uri}
187
187
188
188
### Start/stop
189
189
190
- [ Learn about resource persistence in Coder] ( ./templates/ resource-persistence.md )
190
+ [ Learn about resource persistence in Coder] ( ./resource-persistence.md )
191
191
192
192
Coder workspaces can be started/stopped. This is often used to save on cloud
193
193
costs or enforce ephemeral workflows. When a workspace is started or stopped,
@@ -246,7 +246,7 @@ resource "kubernetes_pod" "podName" {
246
246
### Edit templates
247
247
248
248
You can edit a template using the coder CLI. Only [ template admins and
249
- owners] ( ./admin/users.md ) can edit a template.
249
+ owners] ( .. /admin/users.md ) can edit a template.
250
250
251
251
Using the CLI, login to Coder and run the following command to edit a single
252
252
template:
@@ -283,7 +283,7 @@ prompt in the dashboard to update.
283
283
### Delete templates
284
284
285
285
You can delete a template using both the coder CLI and UI. Only [ template admins
286
- and owners] ( ./admin/users.md ) can delete a template, and the template must not
286
+ and owners] ( .. /admin/users.md ) can delete a template, and the template must not
287
287
have any running workspaces associated to it.
288
288
289
289
Using the CLI, login to Coder and run the following command to delete a
@@ -296,7 +296,7 @@ coder templates delete <template-name>
296
296
In the UI, navigate to the template you want to delete, and select the dropdown
297
297
in the right-hand corner of the page to delete the template.
298
298
299
- ![ delete-template] ( ./images/delete-template.png )
299
+ ![ delete-template] ( .. /images/delete-template.png )
300
300
301
301
#### Delete workspaces
302
302
@@ -313,7 +313,7 @@ associated with the workspace.
313
313
### Coder apps
314
314
315
315
By default, all templates allow developers to connect over SSH and a web
316
- terminal. See [ Configuring Web IDEs] ( ./ides/web-ides.md ) to learn how to give
316
+ terminal. See [ Configuring Web IDEs] ( .. /ides/web-ides.md ) to learn how to give
317
317
users access to additional web applications.
318
318
319
319
### Data source
@@ -362,7 +362,7 @@ practices:
362
362
363
363
- Ensure the resource has ` curl ` installed (alternatively, ` wget ` or ` busybox ` )
364
364
- Ensure the resource can ` curl ` your Coder [ access
365
- URL] ( ./admin/configure.md#access-url )
365
+ URL] ( .. /admin/configure.md#access-url )
366
366
- Manually connect to the resource and check the agent logs (e.g., ` kubectl exec ` , ` docker exec ` or AWS console)
367
367
- The Coder agent logs are typically stored in ` /tmp/coder-agent.log `
368
368
- The Coder agent startup script logs are typically stored in ` /tmp/coder-startup-script.log `
@@ -412,7 +412,7 @@ You can see a list of community templates by our users
412
412
413
413
## Next Steps
414
414
415
- - Learn about [ Authentication & Secrets] ( templates /authentication.md)
416
- - Learn about [ Change Management] ( templates /change-management.md)
417
- - Learn about [ Resource Metadata] ( templates /resource-metadata.md)
418
- - Learn about [ Workspaces] ( workspaces.md )
415
+ - Learn about [ Authentication & Secrets] ( . /authentication.md)
416
+ - Learn about [ Change Management] ( . /change-management.md)
417
+ - Learn about [ Resource Metadata] ( . /resource-metadata.md)
418
+ - Learn about [ Workspaces] ( ./ workspaces.md)
0 commit comments