Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4fca737

Browse files
committed
link control plane configuraion in install docs
1 parent 09068b7 commit 4fca737

File tree

5 files changed

+22
-0
lines changed

5 files changed

+22
-0
lines changed

docs/install/cli.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@ coder login https://coder.example.com
5757
## Next up
5858
5959
- [Create your first template](../start/first-template.md)
60+
- [Control plane configuration](../admin/configuration.md)

docs/install/docker.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,8 @@ external URL that users and workspaces will use to connect to Coder. For
106106
proof-of-concept deployments, you can use
107107
[Coder's tunnel](../admin/configure.md#tunnel). For production deployments, we
108108
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)

docs/install/kubernetes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,3 +289,8 @@ Coder's LoadBalancer (`kubectl get svc -n coder`).
289289

290290
See [troubleshooting templates](../admin//templates/troubleshooting.md) for more
291291
steps.
292+
293+
## Next steps
294+
295+
- [Create your first template](../start/first-template.md)
296+
- [Control plane configuration](../admin/configure.md)

docs/install/offline.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,3 +261,9 @@ local machine has outbound HTTPS (port 443) connectivity to:
261261
- update.code.visualstudio.com
262262
- vscode.blob.core.windows.net
263263
- \*.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)

docs/install/openshift.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,3 +322,8 @@ coder template push kubernetes -d .
322322
```
323323

324324
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)

0 commit comments

Comments
 (0)