From f37327947c08478563a9dea3013314c95bdebc5c Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 16 Apr 2025 21:32:31 +0000 Subject: [PATCH] fix: update frontmatter icons paths --- examples/modules/README.md | 2 +- registry/coder/modules/azure-region/README.md | 2 +- registry/coder/modules/claude-code/README.md | 2 +- registry/coder/modules/coder-login/README.md | 2 +- registry/coder/modules/cursor/README.md | 2 +- registry/coder/modules/dotfiles/README.md | 2 +- registry/coder/modules/filebrowser/README.md | 2 +- registry/coder/modules/fly-region/README.md | 2 +- registry/coder/modules/git-commit-signing/README.md | 2 +- registry/coder/modules/hcp-vault-secrets/README.md | 2 +- registry/coder/modules/jfrog-oauth/README.md | 2 +- registry/coder/modules/jfrog-token/README.md | 2 +- registry/coder/modules/jupyter-notebook/README.md | 2 +- registry/coder/modules/kasmvnc/README.md | 2 +- registry/coder/modules/personalize/README.md | 2 +- registry/coder/modules/vault-github/README.md | 2 +- registry/coder/modules/vault-jwt/README.md | 2 +- registry/coder/modules/vault-token/README.md | 2 +- registry/coder/modules/vscode-desktop/README.md | 2 +- registry/coder/modules/vscode-web/README.md | 2 +- registry/coder/modules/windows-rdp/README.md | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/examples/modules/README.md b/examples/modules/README.md index 17371406..edf4fc32 100644 --- a/examples/modules/README.md +++ b/examples/modules/README.md @@ -1,7 +1,7 @@ --- display_name: MODULE_NAME description: Describe what this module does -icon: ../../../.icons/.svg +icon: ../../../../.icons/.svg maintainer_github: GITHUB_USERNAME verified: false tags: [helper] diff --git a/registry/coder/modules/azure-region/README.md b/registry/coder/modules/azure-region/README.md index d0ad2b87..1b3d810c 100644 --- a/registry/coder/modules/azure-region/README.md +++ b/registry/coder/modules/azure-region/README.md @@ -1,7 +1,7 @@ --- display_name: Azure Region description: A parameter with human region names and icons -icon: ../../../.icons/azure.svg +icon: ../../../../.icons/azure.svg maintainer_github: coder verified: true tags: [helper, parameter, azure, regions] diff --git a/registry/coder/modules/claude-code/README.md b/registry/coder/modules/claude-code/README.md index c76af178..b6934406 100644 --- a/registry/coder/modules/claude-code/README.md +++ b/registry/coder/modules/claude-code/README.md @@ -1,7 +1,7 @@ --- display_name: Claude Code description: Run Claude Code in your workspace -icon: ../../../.icons/claude.svg +icon: ../../../../.icons/claude.svg maintainer_github: coder verified: true tags: [agent, claude-code] diff --git a/registry/coder/modules/coder-login/README.md b/registry/coder/modules/coder-login/README.md index 5bea6e07..944a43a3 100644 --- a/registry/coder/modules/coder-login/README.md +++ b/registry/coder/modules/coder-login/README.md @@ -1,7 +1,7 @@ --- display_name: Coder Login description: Automatically logs the user into Coder on their workspace -icon: ../../../.icons/coder-white.svg +icon: ../../../../.icons/coder-white.svg maintainer_github: coder verified: true tags: [helper] diff --git a/registry/coder/modules/cursor/README.md b/registry/coder/modules/cursor/README.md index 26a15830..22dd70d8 100644 --- a/registry/coder/modules/cursor/README.md +++ b/registry/coder/modules/cursor/README.md @@ -1,7 +1,7 @@ --- display_name: Cursor IDE description: Add a one-click button to launch Cursor IDE -icon: ../../../.icons/cursor.svg +icon: ../../../../.icons/cursor.svg maintainer_github: coder verified: true tags: [ide, cursor, helper] diff --git a/registry/coder/modules/dotfiles/README.md b/registry/coder/modules/dotfiles/README.md index e46e1d5c..15624e4f 100644 --- a/registry/coder/modules/dotfiles/README.md +++ b/registry/coder/modules/dotfiles/README.md @@ -1,7 +1,7 @@ --- display_name: Dotfiles description: Allow developers to optionally bring their own dotfiles repository to customize their shell and IDE settings! -icon: ../../../.icons/dotfiles.svg +icon: ../../../../.icons/dotfiles.svg maintainer_github: coder verified: true tags: [helper] diff --git a/registry/coder/modules/filebrowser/README.md b/registry/coder/modules/filebrowser/README.md index e8116c97..8cf1ac77 100644 --- a/registry/coder/modules/filebrowser/README.md +++ b/registry/coder/modules/filebrowser/README.md @@ -1,7 +1,7 @@ --- display_name: File Browser description: A file browser for your workspace -icon: ../../../.icons/filebrowser.svg +icon: ../../../../.icons/filebrowser.svg maintainer_github: coder verified: true tags: [helper, filebrowser] diff --git a/registry/coder/modules/fly-region/README.md b/registry/coder/modules/fly-region/README.md index 8e46ca99..a71c1320 100644 --- a/registry/coder/modules/fly-region/README.md +++ b/registry/coder/modules/fly-region/README.md @@ -1,7 +1,7 @@ --- display_name: Fly.io Region description: A parameter with human region names and icons -icon: ../../../.icons/fly.svg +icon: ../../../../.icons/fly.svg maintainer_github: coder verified: true tags: [helper, parameter, fly.io, regions] diff --git a/registry/coder/modules/git-commit-signing/README.md b/registry/coder/modules/git-commit-signing/README.md index d36fabb6..16d003f1 100644 --- a/registry/coder/modules/git-commit-signing/README.md +++ b/registry/coder/modules/git-commit-signing/README.md @@ -1,7 +1,7 @@ --- display_name: Git commit signing description: Configures Git to sign commits using your Coder SSH key -icon: ../../../.icons/git.svg +icon: ../../../../.icons/git.svg maintainer_github: coder verified: true tags: [helper, git] diff --git a/registry/coder/modules/hcp-vault-secrets/README.md b/registry/coder/modules/hcp-vault-secrets/README.md index aa84805a..db29a24a 100644 --- a/registry/coder/modules/hcp-vault-secrets/README.md +++ b/registry/coder/modules/hcp-vault-secrets/README.md @@ -1,7 +1,7 @@ --- display_name: "HCP Vault Secrets" description: "Fetch secrets from HCP Vault" -icon: ../../../.icons/vault.svg +icon: ../../../../.icons/vault.svg maintainer_github: coder partner_github: hashicorp verified: true diff --git a/registry/coder/modules/jfrog-oauth/README.md b/registry/coder/modules/jfrog-oauth/README.md index a0dcc5c7..312c4c03 100644 --- a/registry/coder/modules/jfrog-oauth/README.md +++ b/registry/coder/modules/jfrog-oauth/README.md @@ -1,7 +1,7 @@ --- display_name: JFrog (OAuth) description: Install the JF CLI and authenticate with Artifactory using OAuth. -icon: ../../../.icons/jfrog.svg +icon: ../../../../.icons/jfrog.svg maintainer_github: coder partner_github: jfrog verified: true diff --git a/registry/coder/modules/jfrog-token/README.md b/registry/coder/modules/jfrog-token/README.md index e995b3e8..7e72aba8 100644 --- a/registry/coder/modules/jfrog-token/README.md +++ b/registry/coder/modules/jfrog-token/README.md @@ -1,7 +1,7 @@ --- display_name: JFrog (Token) description: Install the JF CLI and authenticate with Artifactory using Artifactory terraform provider. -icon: ../../../.icons/jfrog.svg +icon: ../../../../.icons/jfrog.svg maintainer_github: coder partner_github: jfrog verified: true diff --git a/registry/coder/modules/jupyter-notebook/README.md b/registry/coder/modules/jupyter-notebook/README.md index c1270222..842eb098 100644 --- a/registry/coder/modules/jupyter-notebook/README.md +++ b/registry/coder/modules/jupyter-notebook/README.md @@ -1,7 +1,7 @@ --- display_name: Jupyter Notebook description: A module that adds Jupyter Notebook in your Coder template. -icon: ../../../.icons/jupyter.svg +icon: ../../../../.icons/jupyter.svg maintainer_github: coder verified: true tags: [jupyter, helper, ide, web] diff --git a/registry/coder/modules/kasmvnc/README.md b/registry/coder/modules/kasmvnc/README.md index 4198a8e2..8616980f 100644 --- a/registry/coder/modules/kasmvnc/README.md +++ b/registry/coder/modules/kasmvnc/README.md @@ -1,7 +1,7 @@ --- display_name: KasmVNC description: A modern open source VNC server -icon: ../../../.icons/kasmvnc.svg +icon: ../../../../.icons/kasmvnc.svg maintainer_github: coder verified: true tags: [helper, vnc, desktop] diff --git a/registry/coder/modules/personalize/README.md b/registry/coder/modules/personalize/README.md index 91739def..e7fc8689 100644 --- a/registry/coder/modules/personalize/README.md +++ b/registry/coder/modules/personalize/README.md @@ -1,7 +1,7 @@ --- display_name: Personalize description: Allow developers to customize their workspace on start -icon: ../../../.icons/personalize.svg +icon: ../../../../.icons/personalize.svg maintainer_github: coder verified: true tags: [helper] diff --git a/registry/coder/modules/vault-github/README.md b/registry/coder/modules/vault-github/README.md index a99a0324..b04d0c29 100644 --- a/registry/coder/modules/vault-github/README.md +++ b/registry/coder/modules/vault-github/README.md @@ -1,7 +1,7 @@ --- display_name: Hashicorp Vault Integration (GitHub) description: Authenticates with Vault using GitHub -icon: ../../../.icons/vault.svg +icon: ../../../../.icons/vault.svg maintainer_github: coder partner_github: hashicorp verified: true diff --git a/registry/coder/modules/vault-jwt/README.md b/registry/coder/modules/vault-jwt/README.md index 1181b781..9837f90d 100644 --- a/registry/coder/modules/vault-jwt/README.md +++ b/registry/coder/modules/vault-jwt/README.md @@ -1,7 +1,7 @@ --- display_name: Hashicorp Vault Integration (JWT) description: Authenticates with Vault using a JWT from Coder's OIDC provider -icon: ../../../.icons/vault.svg +icon: ../../../../.icons/vault.svg maintainer_github: coder partner_github: hashicorp verified: true diff --git a/registry/coder/modules/vault-token/README.md b/registry/coder/modules/vault-token/README.md index 95dc538e..96d32f4a 100644 --- a/registry/coder/modules/vault-token/README.md +++ b/registry/coder/modules/vault-token/README.md @@ -1,7 +1,7 @@ --- display_name: Hashicorp Vault Integration (Token) description: Authenticates with Vault using Token -icon: ../../../.icons/vault.svg +icon: ../../../../.icons/vault.svg maintainer_github: coder partner_github: hashicorp verified: true diff --git a/registry/coder/modules/vscode-desktop/README.md b/registry/coder/modules/vscode-desktop/README.md index 7c839454..2714153b 100644 --- a/registry/coder/modules/vscode-desktop/README.md +++ b/registry/coder/modules/vscode-desktop/README.md @@ -1,7 +1,7 @@ --- display_name: VS Code Desktop description: Add a one-click button to launch VS Code Desktop -icon: ../../../.icons/code.svg +icon: ../../../../.icons/code.svg maintainer_github: coder verified: true tags: [ide, vscode, helper] diff --git a/registry/coder/modules/vscode-web/README.md b/registry/coder/modules/vscode-web/README.md index af3e8f2a..ca49d725 100644 --- a/registry/coder/modules/vscode-web/README.md +++ b/registry/coder/modules/vscode-web/README.md @@ -1,7 +1,7 @@ --- display_name: VS Code Web description: VS Code Web - Visual Studio Code in the browser -icon: ../../../.icons/code.svg +icon: ../../../../.icons/code.svg maintainer_github: coder verified: true tags: [helper, ide, vscode, web] diff --git a/registry/coder/modules/windows-rdp/README.md b/registry/coder/modules/windows-rdp/README.md index 9366a72f..0d4d57b8 100644 --- a/registry/coder/modules/windows-rdp/README.md +++ b/registry/coder/modules/windows-rdp/README.md @@ -1,7 +1,7 @@ --- display_name: Windows RDP description: RDP Server and Web Client, powered by Devolutions Gateway -icon: ../../../.icons/desktop.svg +icon: ../../../../.icons/desktop.svg maintainer_github: coder verified: true tags: [windows, rdp, web, desktop]