Skip to content

Commit 5dec066

Browse files
committed
chore: update frontmatter image paths
1 parent bdc4679 commit 5dec066

File tree

36 files changed

+71
-71
lines changed

36 files changed

+71
-71
lines changed

examples/modules/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: MODULE_NAME
33
description: Describe what this module does
4-
icon: ../.icons/<A_RELEVANT_ICON>.svg
4+
icon: ../../../.icons/<A_RELEVANT_ICON>.svg
55
maintainer_github: GITHUB_USERNAME
66
verified: false
77
tags: [helper]
@@ -29,10 +29,10 @@ Install the Dracula theme from [OpenVSX](https://open-vsx.org/):
2929

3030
```tf
3131
module "MODULE_NAME" {
32-
count = data.coder_workspace.me.start_count
33-
source = "registry.coder.com/modules/MODULE_NAME/coder"
34-
version = "1.0.2"
35-
agent_id = coder_agent.example.id
32+
count = data.coder_workspace.me.start_count
33+
source = "registry.coder.com/modules/MODULE_NAME/coder"
34+
version = "1.0.2"
35+
agent_id = coder_agent.example.id
3636
extensions = [
3737
"dracula-theme.theme-dracula"
3838
]
@@ -51,8 +51,8 @@ module "MODULE_NAME" {
5151
source = "registry.coder.com/modules/MODULE_NAME/coder"
5252
version = "1.0.2"
5353
agent_id = coder_agent.example.id
54-
extensions = [ "dracula-theme.theme-dracula" ]
55-
settings = {
54+
extensions = ["dracula-theme.theme-dracula"]
55+
settings = {
5656
"workbench.colorTheme" = "Dracula"
5757
}
5858
}

registry/coder/modules/amazon-dcv-windows/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: Amazon DCV Windows
33
description: Amazon DCV Server and Web Client for Windows
4-
icon: ../.icons/dcv.svg
4+
icon: ../../../.icons/dcv.svg
55
maintainer_github: coder
66
verified: true
77
tags: [windows, amazon, dcv, web, desktop]
@@ -11,7 +11,7 @@ tags: [windows, amazon, dcv, web, desktop]
1111

1212
Amazon DCV is high performance remote display protocol that provides a secure way to deliver remote desktop and application streaming from any cloud or data center to any device, over varying network conditions.
1313

14-
![Amazon DCV on a Windows workspace](../.images/amazon-dcv-windows.png)
14+
![Amazon DCV on a Windows workspace](../../.images/amazon-dcv-windows.png)
1515

1616
Enable DCV Server and Web Client on Windows workspaces.
1717

registry/coder/modules/apache-airflow/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: airflow
33
description: A module that adds Apache Airflow in your Coder template
4-
icon: ../.icons/airflow.svg
4+
icon: ../../../.icons/airflow.svg
55
maintainer_github: coder
66
partner_github: nataindata
77
verified: true
@@ -21,4 +21,4 @@ module "airflow" {
2121
}
2222
```
2323

24-
![Airflow](../.images/airflow.png)
24+
![Airflow](../../.images/airflow.png)

registry/coder/modules/aws-region/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: AWS Region
33
description: A parameter with human region names and icons
4-
icon: ../.icons/aws.svg
4+
icon: ../../../.icons/aws.svg
55
maintainer_github: coder
66
verified: true
77
tags: [helper, parameter, regions, aws]
@@ -27,7 +27,7 @@ provider "aws" {
2727
}
2828
```
2929

30-
![AWS Regions](../.images/aws-regions.png)
30+
![AWS Regions](../../.images/aws-regions.png)
3131

3232
## Examples
3333

@@ -56,7 +56,7 @@ provider "aws" {
5656
}
5757
```
5858

59-
![AWS Custom](../.images/aws-custom.png)
59+
![AWS Custom](../../.images/aws-custom.png)
6060

6161
### Exclude regions
6262

@@ -75,7 +75,7 @@ provider "aws" {
7575
}
7676
```
7777

78-
![AWS Exclude](../.images/aws-exclude.png)
78+
![AWS Exclude](../../.images/aws-exclude.png)
7979

8080
## Related templates
8181

registry/coder/modules/azure-region/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: Azure Region
33
description: A parameter with human region names and icons
4-
icon: ../.icons/azure.svg
4+
icon: ../../../.icons/azure.svg
55
maintainer_github: coder
66
verified: true
77
tags: [helper, parameter, azure, regions]
@@ -24,7 +24,7 @@ resource "azurem_resource_group" "example" {
2424
}
2525
```
2626

27-
![Azure Region Default](../.images/azure-default.png)
27+
![Azure Region Default](../../.images/azure-default.png)
2828

2929
## Examples
3030

@@ -50,7 +50,7 @@ resource "azurerm_resource_group" "example" {
5050
}
5151
```
5252

53-
![Azure Region Custom](../.images/azure-custom.png)
53+
![Azure Region Custom](../../.images/azure-custom.png)
5454

5555
### Exclude Regions
5656

@@ -74,7 +74,7 @@ resource "azurerm_resource_group" "example" {
7474
}
7575
```
7676

77-
![Azure Exclude](../.images/azure-exclude.png)
77+
![Azure Exclude](../../.images/azure-exclude.png)
7878

7979
## Related templates
8080

registry/coder/modules/claude-code/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: Claude Code
33
description: Run Claude Code in your workspace
4-
icon: ../.icons/claude.svg
4+
icon: ../../../.icons/claude.svg
55
maintainer_github: coder
66
verified: true
77
tags: [agent, claude-code]

registry/coder/modules/code-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: code-server
33
description: VS Code in the browser
4-
icon: ../.icons/code.svg
4+
icon: ../../../.icons/code.svg
55
maintainer_github: coder
66
verified: true
77
tags: [helper, ide, web]

registry/coder/modules/coder-login/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: Coder Login
33
description: Automatically logs the user into Coder on their workspace
4-
icon: ../.icons/coder-white.svg
4+
icon: ../../../.icons/coder-white.svg
55
maintainer_github: coder
66
verified: true
77
tags: [helper]
@@ -20,4 +20,4 @@ module "coder-login" {
2020
}
2121
```
2222

23-
![Coder Login Logs](../.images/coder-login.png)
23+
![Coder Login Logs](../../.images/coder-login.png)

registry/coder/modules/cursor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: Cursor IDE
33
description: Add a one-click button to launch Cursor IDE
4-
icon: ../.icons/cursor.svg
4+
icon: ../../../.icons/cursor.svg
55
maintainer_github: coder
66
verified: true
77
tags: [ide, cursor, helper]

registry/coder/modules/dotfiles/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: Dotfiles
33
description: Allow developers to optionally bring their own dotfiles repository to customize their shell and IDE settings!
4-
icon: ../.icons/dotfiles.svg
4+
icon: ../../../.icons/dotfiles.svg
55
maintainer_github: coder
66
verified: true
77
tags: [helper]

0 commit comments

Comments
 (0)