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

Skip to content

Commit 872f87e

Browse files
committed
fixup todos
1 parent 57fd2a9 commit 872f87e

File tree

5 files changed

+3
-18
lines changed

5 files changed

+3
-18
lines changed

docs/admin/infrastructure/validated-architectures/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,8 @@ could affect workspace users experience once the platform is live.
356356

357357
### User support
358358

359-
<!-- TODO: Add support links section -->
360359

361-
1. Incorporate [support links](#) into internal
360+
1. Incorporate [support links](../../setup/appearance.md#support-links) into internal
362361
documentation accessible from the user context menu. Ensure that hyperlinks
363362
are valid and lead to up-to-date materials.
364363
1. Encourage the use of `coder support bundle` to allow workspace users to

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Extending templates
22

3-
<!-- TODO: Review structure and links -->
43

54
There are a variety of Coder-native features to extend the configuration of your development environments. Many of the following features are defined in your templates using the [Coder Terraform provider](https://registry.terraform.io/providers/coder/coder/latest/docs). The provider docs will provide code examples for usage; alternatively, you can view our [example templates](https://github.com/coder/coder/tree/main/examples/templates) to get started.
65

docs/admin/workspaces/lifecycle.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ inactivity by
7777
Once stopped, a workspace may resume running by starting it manually, or via
7878
user connection if automatic start is enabled.
7979

80-
<!-- TODO: Add "start on connect" docs link -->
81-
8280
## Deleting workspaces
8381

8482
Similarly to stopping, workspaces may be deleted manually or automatically by
@@ -113,8 +111,6 @@ your template's Terraform file and the target resources on your infrastructure.
113111
Unhealthy workspaces are usually caused by a misconfiguration in the agent or
114112
workspace startup scripts.
115113

116-
<!-- TODO: Needs review/addition -->
117-
118114
## Next steps
119115

120116
- [Connecting to your workspace](../../user-guides/workspace-access/README.md)

docs/start/first-workspace.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,9 @@ scheduling, and parameters which define their development environment.
6060

6161
Once you're finished, you can stop your workspace.
6262

63-
<!-- TODO: Add links -->
6463

65-
## Read more on using workspaces
64+
## Next Steps
65+
6666

6767
- Creating workspaces with the [CLI](../reference/cli/create.md)
6868
- Creating workspaces with the [API](../reference/api/workspaces.md)
69-
70-
## Next Steps

docs/user-guides/workspace-scheduling.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ hours of inactivity.
9999

100100
## Dormancy (enterprise)
101101

102-
<!-- TODO: Admin links -->
103-
104102
Dormancy automatically deletes workspaces which remain unused for long
105103
durations. Template admins configure an inactivity period after which your
106104
workspaces will gain a `dormant` badge. A separate period determines how long
@@ -109,8 +107,3 @@ workspaces will remain in the dormant state before automatic deletion.
109107
Enterprise admins may also configure failure cleanup, which will automatically
110108
delete workspaces that remain in a `failed` state for too long.
111109

112-
## Next steps
113-
114-
<!-- TODO: Links -->
115-
116-
- Template Scheduling

0 commit comments

Comments
 (0)