File tree 6 files changed +14
-12
lines changed 6 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ come bundled with your Coder deployment.
44
44
CODER_EXTERNAL_AUTH_1_ICON=/icon/google.svg
45
45
```
46
46
47
- - [**Support Links**](../admin /setup/appearance.md#support-links):
47
+ - [**Support Links**](../.. /setup/appearance.md#support-links):
48
48
49
49
- Use icons for support links to make them recognizable. You can set the
50
50
`icon` field for each link in `CODER_SUPPORT_LINKS` array.
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ ephemeral resources are destroyed and recreated on restart. All resources are
50
50
destroyed when a workspace is deleted.
51
51
52
52
> You can read more about how resource behavior and workspace state in the
53
- > [ workspace lifecycle documentation] ( ../../workspaces/ lifecycle.md ) .
53
+ > [ workspace lifecycle documentation] ( ../../../user-guides/workspace- lifecycle.md ) .
54
54
55
55
Template resources follow the
56
56
[ behavior of Terraform resources] ( https://developer.hashicorp.com/terraform/language/resources/behavior#how-terraform-applies-a-configuration )
Original file line number Diff line number Diff line change @@ -111,9 +111,11 @@ Based on the instructions
111
111
112
112
#### Example template
113
113
114
- We have an example template [ here] ( ../../examples/jfrog/remote/main.tf ) that
115
- uses our [ JFrog Docker] ( ../../examples/jfrog/docker/main.tf ) template as the
116
- underlying module.
114
+ We have an example template
115
+ [ here] ( https://github.com/coder/coder/blob/main/examples/jfrog/remote/main.tf )
116
+ that uses our
117
+ [ JFrog Docker] ( https://github.com/coder/coder/blob/main/examples/jfrog/docker/main.tf )
118
+ template as the underlying module.
117
119
118
120
### Private git repository
119
121
Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ inside a folder containing the Terraform source code for a given template.
91
91
92
92
This will create a new file named ` .terraform.lock.hcl ` in the current
93
93
directory. When you next run
94
- [ ` coder templates push ` ] ( ../reference/cli/templates_push.md ) , the lock file will
95
- be stored alongside with the other template source code.
94
+ [ ` coder templates push ` ] ( ../../../ reference/cli/templates_push.md ) , the lock
95
+ file will be stored alongside with the other template source code.
96
96
97
97
> Note: Terraform best practices also recommend checking in your
98
98
> ` .terraform.lock.hcl ` into Git or other VCS.
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ Coder:
20
20
## How it works
21
21
22
22
A Coder admin adds a devcontainer-compatible template to Coder (envbuilder).
23
- Then developers enter their repository URL as a [ parameter ] ( ./parameters.md )
24
- when they create their workspace.
25
- [ Envbuilder] ( https://github.com/coder/envbuilder ) clones the repo and builds a
26
- container from the ` devcontainer.json ` specified in the repo.
23
+ Then developers enter their repository URL as a
24
+ [ parameter ] ( ../extending-templates/parameters.md ) when they create their
25
+ workspace. [ Envbuilder] ( https://github.com/coder/envbuilder ) clones the repo and
26
+ builds a container from the ` devcontainer.json ` specified in the repo.
27
27
28
28
When using the [ Envbuilder Terraform provider] ( #provider ) , a previously built
29
29
and cached image can be re-used directly, allowing instantaneous dev container
Original file line number Diff line number Diff line change 3
3
You can configure a template to control how workspaces are started and stopped.
4
4
You can also manage the lifecycle of failed or inactive workspaces.
5
5
6
- ![ Schedule screen] ( ../../../images/templates/schedule/template-schedule-settings.png )
6
+ ![ Schedule screen] ( ../../../images/admin/ templates/schedule/template-schedule-settings.png )
7
7
8
8
## Schedule
9
9
You can’t perform that action at this time.
0 commit comments