File tree 4 files changed +3
-177
lines changed
4 files changed +3
-177
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ All of these examples use
15
15
for the script declaration. With heredoc strings, you can script without messy
16
16
escape codes, just as if you were working in your terminal.
17
17
18
- Some of the examples use the [ ` coder stat ` ] ( ../cli/stat.md ) command. This is
18
+ Some of the examples use the [ ` coder stat ` ] ( ../reference/ cli/stat.md ) command. This is
19
19
useful for determining CPU and memory usage of the VM or container that the
20
20
workspace is running in, which is more accurate than resource usage about the
21
21
workspace's host.
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ coder templates push --yes $CODER_TEMPLATE_NAME \
27
27
```
28
28
29
29
To cap token lifetime on creation,
30
- [ configure Coder server to set a shorter max token lifetime] ( ../cli/server.md#--max-token-lifetime ) .
30
+ [ configure Coder server to set a shorter max token lifetime] ( ../reference/ cli/server.md#--max-token-lifetime ) .
31
31
For an example, see how we push our development image and template
32
32
[ with GitHub actions] ( https://github.com/coder/coder/blob/main/.github/workflows/dogfood.yaml ) .
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ to set the default quiet hours to a time when most users are not expected to be
131
131
using Coder.
132
132
133
133
Admins can force users to use the default quiet hours with the
134
- [ CODER_ALLOW_CUSTOM_QUIET_HOURS] ( ./cli/server.md#allow-custom-quiet-hours )
134
+ [ CODER_ALLOW_CUSTOM_QUIET_HOURS] ( ./reference/ cli/server.md#allow-custom-quiet-hours )
135
135
environment variable. Users will still be able to see the page, but will be
136
136
unable to set a custom time or timezone. If users have already set a custom
137
137
quiet hours schedule, it will be ignored and the default will be used instead.
You can’t perform that action at this time.
0 commit comments