Skip to content

Commit 375e076

Browse files
committed
fix: update formatting for templates
1 parent 3a9323e commit 375e076

File tree

7 files changed

+7
-2
lines changed

7 files changed

+7
-2
lines changed

registry/coder-labs/templates/tasks-docker/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ You can also add this template to your Coder deployment and begin tinkering righ
4141
- Coder installed (see [our docs](https://coder.com/docs/install)), ideally a Linux VM with Docker
4242
- Anthropic API Key (or access to Anthropic models via Bedrock or Vertex, see [Claude Code docs](https://docs.anthropic.com/en/docs/claude-code/third-party-integrations))
4343
- Access to a Docker socket
44+
4445
- If on the local VM, ensure the `coder` user is added to the Docker group (docs)
4546

4647
```sh

registry/coder/modules/local-windows-rdp/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ tags: [rdp, windows, desktop, local]
1212

1313
This module enables Remote Desktop Protocol (RDP) on Windows workspaces and adds a one-click button to launch RDP sessions directly through [Coder Desktop](https://coder.com/docs/user-guides/desktop). It provides a complete, standalone solution for RDP access, eliminating the need for manual configuration or port forwarding through the Coder CLI.
1414

15-
> [!NOTE]
16-
> [Coder Desktop](https://coder.com/docs/user-guides/desktop) is required on client devices to use the Local Windows RDP access feature.
15+
> [!NOTE] > [Coder Desktop](https://coder.com/docs/user-guides/desktop) is required on client devices to use the Local Windows RDP access feature.
1716
1817
```tf
1918
module "rdp_desktop" {

registry/coder/templates/digitalocean-linux/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ To deploy workspaces as DigitalOcean Droplets, you'll need:
2020
- DigitalOcean [personal access token (PAT)](https://docs.digitalocean.com/reference/api/create-personal-access-token)
2121

2222
- DigitalOcean project ID (you can get your project information via the `doctl` CLI by running `doctl projects list`)
23+
2324
- Remove the following sections from the `main.tf` file if you don't want to
2425
associate your workspaces with a project:
2526
- `variable "project_uuid"`

registry/coder/templates/gcp-linux/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ a service account:
3232

3333
1. Click **Create and continue**, and choose the following IAM roles to grant to
3434
the service account:
35+
3536
- Compute Admin
3637
- Service Account User
3738

registry/coder/templates/gcp-vm-container/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ a service account:
3232

3333
1. Click **Create and continue**, and choose the following IAM roles to grant to
3434
the service account:
35+
3536
- Compute Admin
3637
- Service Account User
3738

registry/coder/templates/gcp-windows/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ a service account:
3232

3333
1. Click **Create and continue**, and choose the following IAM roles to grant to
3434
the service account:
35+
3536
- Compute Admin
3637
- Service Account User
3738

registry/coder/templates/incus/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Develop in an Incus System Container and run nested Docker containers using Incu
1515

1616
1. Install [Incus](https://linuxcontainers.org/incus/) on the same machine as Coder.
1717
2. Allow Coder to access the Incus socket.
18+
1819
- If you're running Coder as system service, run `sudo usermod -aG incus-admin coder` and restart the Coder service.
1920
- If you're running Coder as a Docker Compose service, get the group ID of the `incus-admin` group by running `getent group incus-admin` and add the following to your `compose.yaml` file:
2021

0 commit comments

Comments
 (0)