Skip to content

Commit f373279

Browse files
committed
fix: update frontmatter icons paths
1 parent 5dec066 commit f373279

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

examples/modules/README.md

Lines changed: 1 addition & 1 deletion
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]

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

Lines changed: 1 addition & 1 deletion
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]

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/coder-login/README.md

Lines changed: 1 addition & 1 deletion
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]

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]

registry/coder/modules/filebrowser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: File Browser
33
description: A file browser for your workspace
4-
icon: ../../../.icons/filebrowser.svg
4+
icon: ../../../../.icons/filebrowser.svg
55
maintainer_github: coder
66
verified: true
77
tags: [helper, filebrowser]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: Fly.io Region
33
description: A parameter with human region names and icons
4-
icon: ../../../.icons/fly.svg
4+
icon: ../../../../.icons/fly.svg
55
maintainer_github: coder
66
verified: true
77
tags: [helper, parameter, fly.io, regions]

registry/coder/modules/git-commit-signing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: Git commit signing
33
description: Configures Git to sign commits using your Coder SSH key
4-
icon: ../../../.icons/git.svg
4+
icon: ../../../../.icons/git.svg
55
maintainer_github: coder
66
verified: true
77
tags: [helper, git]

registry/coder/modules/hcp-vault-secrets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: "HCP Vault Secrets"
33
description: "Fetch secrets from HCP Vault"
4-
icon: ../../../.icons/vault.svg
4+
icon: ../../../../.icons/vault.svg
55
maintainer_github: coder
66
partner_github: hashicorp
77
verified: true

0 commit comments

Comments
 (0)