fix: update frontmatter icons paths

This commit is contained in:
Michael Smith 2025-04-16 21:32:31 +00:00
parent 5dec066159
commit f37327947c
21 changed files with 21 additions and 21 deletions

View File

@ -1,7 +1,7 @@
--- ---
display_name: MODULE_NAME display_name: MODULE_NAME
description: Describe what this module does description: Describe what this module does
icon: ../../../.icons/<A_RELEVANT_ICON>.svg icon: ../../../../.icons/<A_RELEVANT_ICON>.svg
maintainer_github: GITHUB_USERNAME maintainer_github: GITHUB_USERNAME
verified: false verified: false
tags: [helper] tags: [helper]

View File

@ -1,7 +1,7 @@
--- ---
display_name: Azure Region display_name: Azure Region
description: A parameter with human region names and icons description: A parameter with human region names and icons
icon: ../../../.icons/azure.svg icon: ../../../../.icons/azure.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [helper, parameter, azure, regions] tags: [helper, parameter, azure, regions]

View File

@ -1,7 +1,7 @@
--- ---
display_name: Claude Code display_name: Claude Code
description: Run Claude Code in your workspace description: Run Claude Code in your workspace
icon: ../../../.icons/claude.svg icon: ../../../../.icons/claude.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [agent, claude-code] tags: [agent, claude-code]

View File

@ -1,7 +1,7 @@
--- ---
display_name: Coder Login display_name: Coder Login
description: Automatically logs the user into Coder on their workspace description: Automatically logs the user into Coder on their workspace
icon: ../../../.icons/coder-white.svg icon: ../../../../.icons/coder-white.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [helper] tags: [helper]

View File

@ -1,7 +1,7 @@
--- ---
display_name: Cursor IDE display_name: Cursor IDE
description: Add a one-click button to launch Cursor IDE description: Add a one-click button to launch Cursor IDE
icon: ../../../.icons/cursor.svg icon: ../../../../.icons/cursor.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [ide, cursor, helper] tags: [ide, cursor, helper]

View File

@ -1,7 +1,7 @@
--- ---
display_name: Dotfiles display_name: Dotfiles
description: Allow developers to optionally bring their own dotfiles repository to customize their shell and IDE settings! 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 maintainer_github: coder
verified: true verified: true
tags: [helper] tags: [helper]

View File

@ -1,7 +1,7 @@
--- ---
display_name: File Browser display_name: File Browser
description: A file browser for your workspace description: A file browser for your workspace
icon: ../../../.icons/filebrowser.svg icon: ../../../../.icons/filebrowser.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [helper, filebrowser] tags: [helper, filebrowser]

View File

@ -1,7 +1,7 @@
--- ---
display_name: Fly.io Region display_name: Fly.io Region
description: A parameter with human region names and icons description: A parameter with human region names and icons
icon: ../../../.icons/fly.svg icon: ../../../../.icons/fly.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [helper, parameter, fly.io, regions] tags: [helper, parameter, fly.io, regions]

View File

@ -1,7 +1,7 @@
--- ---
display_name: Git commit signing display_name: Git commit signing
description: Configures Git to sign commits using your Coder SSH key description: Configures Git to sign commits using your Coder SSH key
icon: ../../../.icons/git.svg icon: ../../../../.icons/git.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [helper, git] tags: [helper, git]

View File

@ -1,7 +1,7 @@
--- ---
display_name: "HCP Vault Secrets" display_name: "HCP Vault Secrets"
description: "Fetch secrets from HCP Vault" description: "Fetch secrets from HCP Vault"
icon: ../../../.icons/vault.svg icon: ../../../../.icons/vault.svg
maintainer_github: coder maintainer_github: coder
partner_github: hashicorp partner_github: hashicorp
verified: true verified: true

View File

@ -1,7 +1,7 @@
--- ---
display_name: JFrog (OAuth) display_name: JFrog (OAuth)
description: Install the JF CLI and authenticate with Artifactory using OAuth. description: Install the JF CLI and authenticate with Artifactory using OAuth.
icon: ../../../.icons/jfrog.svg icon: ../../../../.icons/jfrog.svg
maintainer_github: coder maintainer_github: coder
partner_github: jfrog partner_github: jfrog
verified: true verified: true

View File

@ -1,7 +1,7 @@
--- ---
display_name: JFrog (Token) display_name: JFrog (Token)
description: Install the JF CLI and authenticate with Artifactory using Artifactory terraform provider. description: Install the JF CLI and authenticate with Artifactory using Artifactory terraform provider.
icon: ../../../.icons/jfrog.svg icon: ../../../../.icons/jfrog.svg
maintainer_github: coder maintainer_github: coder
partner_github: jfrog partner_github: jfrog
verified: true verified: true

View File

@ -1,7 +1,7 @@
--- ---
display_name: Jupyter Notebook display_name: Jupyter Notebook
description: A module that adds Jupyter Notebook in your Coder template. description: A module that adds Jupyter Notebook in your Coder template.
icon: ../../../.icons/jupyter.svg icon: ../../../../.icons/jupyter.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [jupyter, helper, ide, web] tags: [jupyter, helper, ide, web]

View File

@ -1,7 +1,7 @@
--- ---
display_name: KasmVNC display_name: KasmVNC
description: A modern open source VNC server description: A modern open source VNC server
icon: ../../../.icons/kasmvnc.svg icon: ../../../../.icons/kasmvnc.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [helper, vnc, desktop] tags: [helper, vnc, desktop]

View File

@ -1,7 +1,7 @@
--- ---
display_name: Personalize display_name: Personalize
description: Allow developers to customize their workspace on start description: Allow developers to customize their workspace on start
icon: ../../../.icons/personalize.svg icon: ../../../../.icons/personalize.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [helper] tags: [helper]

View File

@ -1,7 +1,7 @@
--- ---
display_name: Hashicorp Vault Integration (GitHub) display_name: Hashicorp Vault Integration (GitHub)
description: Authenticates with Vault using GitHub description: Authenticates with Vault using GitHub
icon: ../../../.icons/vault.svg icon: ../../../../.icons/vault.svg
maintainer_github: coder maintainer_github: coder
partner_github: hashicorp partner_github: hashicorp
verified: true verified: true

View File

@ -1,7 +1,7 @@
--- ---
display_name: Hashicorp Vault Integration (JWT) display_name: Hashicorp Vault Integration (JWT)
description: Authenticates with Vault using a JWT from Coder's OIDC provider description: Authenticates with Vault using a JWT from Coder's OIDC provider
icon: ../../../.icons/vault.svg icon: ../../../../.icons/vault.svg
maintainer_github: coder maintainer_github: coder
partner_github: hashicorp partner_github: hashicorp
verified: true verified: true

View File

@ -1,7 +1,7 @@
--- ---
display_name: Hashicorp Vault Integration (Token) display_name: Hashicorp Vault Integration (Token)
description: Authenticates with Vault using Token description: Authenticates with Vault using Token
icon: ../../../.icons/vault.svg icon: ../../../../.icons/vault.svg
maintainer_github: coder maintainer_github: coder
partner_github: hashicorp partner_github: hashicorp
verified: true verified: true

View File

@ -1,7 +1,7 @@
--- ---
display_name: VS Code Desktop display_name: VS Code Desktop
description: Add a one-click button to launch 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 maintainer_github: coder
verified: true verified: true
tags: [ide, vscode, helper] tags: [ide, vscode, helper]

View File

@ -1,7 +1,7 @@
--- ---
display_name: VS Code Web display_name: VS Code Web
description: VS Code Web - Visual Studio Code in the browser description: VS Code Web - Visual Studio Code in the browser
icon: ../../../.icons/code.svg icon: ../../../../.icons/code.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [helper, ide, vscode, web] tags: [helper, ide, vscode, web]

View File

@ -1,7 +1,7 @@
--- ---
display_name: Windows RDP display_name: Windows RDP
description: RDP Server and Web Client, powered by Devolutions Gateway description: RDP Server and Web Client, powered by Devolutions Gateway
icon: ../../../.icons/desktop.svg icon: ../../../../.icons/desktop.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [windows, rdp, web, desktop] tags: [windows, rdp, web, desktop]