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

Skip to content

Commit ce4c83d

Browse files
committed
resolved next steps
1 parent 6e70f51 commit ce4c83d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/admin/templates/creating-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Refer to the following resources:
129129
templates for Coder
130130
- [Coder Terraform Provider Reference](https://registry.terraform.io/providers/coder/coder)
131131

132-
## Next steps
132+
### Next steps
133133

134134
- [Extending templates](./extending-templates/index.md)
135135
- [Managing templates](./managing-templates/index.md)

docs/admin/templates/extending-templates/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ coder:
188188
readOnly: true
189189
```
190190
191-
## Next steps
191+
### Next steps
192192
193193
- JFrog's
194194
[Terraform Registry support](https://jfrog.com/help/r/jfrog-artifactory-documentation/terraform-registry)

docs/admin/templates/managing-templates/change-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ coder templates push --yes $CODER_TEMPLATE_NAME \
8888
--name=$CODER_TEMPLATE_VERSION # Version name is optional
8989
```
9090

91-
## Next steps
91+
### Next steps
9292

9393
- [Coder CLI Reference](../../../reference/cli/templates.md)
9494
- [Coderd Terraform Provider Reference](https://registry.terraform.io/providers/coder/coderd/latest/docs)

docs/admin/users/oidc-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ CODER_TLS_CLIENT_CERT_FILE=/path/to/cert.pem
151151
CODER_TLS_CLIENT_KEY_FILE=/path/to/key.pem
152152
```
153153

154-
## Next steps
154+
### Next steps
155155

156156
- [Group Sync](./group-sync.md)
157157
- [Groups & Roles](./groups-roles.md)

docs/install/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To log in to an existing Coder deployment:
5454
coder login https://coder.example.com
5555
```
5656

57-
## Next up
57+
### Next up
5858

5959
- [Create your first template](../tutorials/template-from-scratch.md)
6060
- [Control plane configuration](../admin/setup/index.md)

docs/install/cloud/compute-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ instances in your GCP project. Follow the instructions in the
7070
[gcp-linux template README](https://github.com/coder/coder/tree/main/examples/templates/gcp-linux#authentication)
7171
to set up authentication.
7272

73-
## Next steps
73+
### Next Steps
7474

7575
- [Use your IDE with Coder](../../user-guides/workspace-access/index.md)
7676
- [Writing custom templates for Coder](../../admin/templates/index.md)

docs/tutorials/template-from-scratch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ template is ready to use for new workspaces.
413413
414414
![Your new template, ready to use](../images/templates/template-tour.png)
415415
416-
## Next steps
416+
### Next steps
417417
418418
- [Setting up templates](../admin/templates/index.md)
419419
- [Customizing templates](../admin/templates/extending-templates/index.md)

0 commit comments

Comments
 (0)