File tree 5 files changed +22
-0
lines changed
5 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -57,3 +57,4 @@ coder login https://coder.example.com
57
57
# # Next up
58
58
59
59
- [Create your first template](../start/first-template.md)
60
+ - [Control plane configuration](../admin/configuration.md)
Original file line number Diff line number Diff line change @@ -106,3 +106,8 @@ external URL that users and workspaces will use to connect to Coder. For
106
106
proof-of-concept deployments, you can use
107
107
[ Coder's tunnel] ( ../admin/configure.md#tunnel ) . For production deployments, we
108
108
recommend setting an [ access URL] ( ../admin/configure.md#access-url )
109
+
110
+ ## Next steps
111
+
112
+ - [ Create your first template] ( ../start/first-template.md )
113
+ - [ Control plane configuration] ( ../admin/configure.md )
Original file line number Diff line number Diff line change @@ -289,3 +289,8 @@ Coder's LoadBalancer (`kubectl get svc -n coder`).
289
289
290
290
See [troubleshooting templates](../admin//templates/troubleshooting.md) for more
291
291
steps.
292
+
293
+ # # Next steps
294
+
295
+ - [Create your first template](../start/first-template.md)
296
+ - [Control plane configuration](../admin/configure.md)
Original file line number Diff line number Diff line change @@ -261,3 +261,9 @@ local machine has outbound HTTPS (port 443) connectivity to:
261
261
- update.code.visualstudio.com
262
262
- vscode.blob.core.windows.net
263
263
- \* .vo.msecnd.net
264
+
265
+
266
+ ## Next steps
267
+
268
+ - [ Create your first template] ( ../start/first-template.md )
269
+ - [ Control plane configuration] ( ../admin/configuration.md )
Original file line number Diff line number Diff line change @@ -322,3 +322,8 @@ coder template push kubernetes -d .
322
322
` ` `
323
323
324
324
This template should be ready to use straight away.
325
+
326
+ # # Next steps
327
+
328
+ - [Create your first template](../start/first-template.md)
329
+ - [Control plane configuration](../admin/configuration.md)
You can’t perform that action at this time.
0 commit comments