Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c06040

Browse files
docs(modules): enhance module list with hyperlinks for better navigation
1 parent cc76ef1 commit 2c06040

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

docs/about/contributing/modules.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -102,66 +102,66 @@ The Coder Registry organizes modules into different categories based on their fu
102102

103103
Integrate development environments and code editors into workspaces.
104104

105-
- **code-server**: VS Code in the browser
106-
- **Cursor IDE**: Add a one-click button to launch Cursor IDE
107-
- **JetBrains Gateway**: Add a one-click button to launch JetBrains Gateway IDEs in the dashboard
108-
- **Jupyter Notebook**: A module that adds Jupyter Notebook in your Coder template
109-
- **JupyterLab**: A module that adds JupyterLab in your Coder template
110-
- **VS Code Desktop**: Add a one-click button to launch VS Code Desktop
111-
- **VS Code Web**: VS Code Web - Visual Studio Code in the browser
112-
- **Windsurf Editor**: Add a one-click button to launch Windsurf Editor
105+
- **[code-server](https://registry.coder.com/modules/coder/code-server)**: VS Code in the browser
106+
- **[Cursor](https://registry.coder.com/modules/coder/cursor)**: Add a one-click button to launch Cursor IDE
107+
- **[JetBrains Gateway](https://registry.coder.com/modules/coder/jetbrains-gateway)**: Add a one-click button to launch JetBrains Gateway IDEs in the dashboard
108+
- **[Jupyter Notebook](https://registry.coder.com/modules/coder/jupyter-notebook)**: A module that adds Jupyter Notebook in your Coder template
109+
- **[JupyterLab](https://registry.coder.com/modules/coder/jupyterlab)**: A module that adds JupyterLab in your Coder template
110+
- **[VS Code Desktop](https://registry.coder.com/modules/coder/vscode-desktop)**: Add a one-click button to launch VS Code Desktop
111+
- **[VS Code Web](https://registry.coder.com/modules/coder/vscode-web)**: VS Code Web - Visual Studio Code in the browser
112+
- **[Windsurf Editor](https://registry.coder.com/modules/coder/windsurf)**: Add a one-click button to launch Windsurf Editor
113113

114114
### [Helper Modules](https://registry.coder.com/modules?search=tag%3Ahelper)
115115

116116
Simplify template creation and workspace configuration.
117117

118-
- **AWS Region**: A parameter with human region names and icons
119-
- **Azure Region**: A parameter with human region names and icons
120-
- **Coder Login**: Automatically logs the user into Coder on their workspace
121-
- **Dotfiles**: Allow developers to optionally bring their own dotfiles repository to customize their shell and IDE settings
122-
- **Fly.io Region**: A parameter with human region names and icons
123-
- **GCP Region**: Add Google Cloud Platform regions to your Coder template
124-
- **Git Clone**: Clone a Git repository by URL and skip if it exists
125-
- **Git commit signing**: Configures Git to sign commits using your Coder SSH key
126-
- **Git Config**: Stores Git configuration from Coder credentials
127-
- **Github Upload Public Key**: Automates uploading Coder public key to Github so users don't have to
128-
- **Personalize**: Allow developers to customize their workspace on start
129-
- **Slack Me**: Send a Slack message when a command finishes inside a workspace
118+
- **[AWS Region](https://registry.coder.com/modules/coder/aws-region)**: A parameter with human region names and icons
119+
- **[Azure Region](https://registry.coder.com/modules/coder/azure-region)**: A parameter with human region names and icons
120+
- **[Coder Login](https://registry.coder.com/modules/coder/coder-login)**: Automatically logs the user into Coder on their workspace
121+
- **[Dotfiles](https://registry.coder.com/modules/coder/dotfiles)**: Allow developers to optionally bring their own dotfiles repository to customize their shell and IDE settings
122+
- **[Fly.io Region](https://registry.coder.com/modules/coder/fly-region)**: A parameter with human region names and icons
123+
- **[GCP Region](https://registry.coder.com/modules/coder/gcp-region)**: Add Google Cloud Platform regions to your Coder template
124+
- **[Git Clone](https://registry.coder.com/modules/coder/git-clone)**: Clone a Git repository by URL and skip if it exists
125+
- **[Git commit signing](https://registry.coder.com/modules/coder/git-commit-signing)**: Configures Git to sign commits using your Coder SSH key
126+
- **[Git Config](https://registry.coder.com/modules/coder/git-config)**: Stores Git configuration from Coder credentials
127+
- **[Github Upload Public Key](https://registry.coder.com/modules/coder/github-upload-public-key)**: Automates uploading Coder public key to Github so users don't have to
128+
- **[Personalize](https://registry.coder.com/modules/coder/personalize)**: Allow developers to customize their workspace on start
129+
- **[Slack Me](https://registry.coder.com/modules/coder/slackme)**: Send a Slack message when a command finishes inside a workspace
130130

131131
### [Desktop Modules](https://registry.coder.com/modules?search=tag%3Adesktop)
132132

133133
Provide graphical desktop environments for visual development workflows.
134134

135-
- **Amazon DCV Windows**: Amazon DCV Server and Web Client for Windows
136-
- **KasmVNC**: A modern open source VNC server
137-
- **Windows RDP**: RDP Server and Web Client, powered by Devolutions Gateway
138-
- **Windows RDP Desktop**: Enable RDP on Windows and add a one-click Coder Desktop button for seamless access
135+
- **[Amazon DCV Windows](https://registry.coder.com/modules/coder/amazon-dcv-windows)**: Amazon DCV Server and Web Client for Windows
136+
- **[KasmVNC](https://registry.coder.com/modules/coder/kasmvnc)**: A modern open source VNC server
137+
- **[Windows RDP](https://registry.coder.com/modules/coder/windows-rdp)**: RDP Server and Web Client, powered by Devolutions Gateway
138+
- **[Windows RDP Desktop](https://registry.coder.com/modules/coder/local-windows-rdp)**: Enable RDP on Windows and add a one-click Coder Desktop button for seamless access
139139

140140
### [AI Modules](https://registry.coder.com/modules?search=tag%3Aai)
141141

142142
Integrate AI-powered development tools and assistants.
143143

144-
- **Aider**: Run Aider AI pair programming in your workspace
145-
- **Amazon Q**: Run Amazon Q in your workspace to access Amazon's AI coding assistant
146-
- **Claude Code**: Run Claude Code in your workspace
147-
- **Goose**: Run Goose in your workspace
144+
- **[Aider](https://registry.coder.com/modules/coder/aider)**: Run Aider AI pair programming in your workspace
145+
- **[Amazon Q](https://registry.coder.com/modules/coder/amazon-q)**: Run Amazon Q in your workspace to access Amazon's AI coding assistant
146+
- **[Claude Code](https://registry.coder.com/modules/coder/claude-code)**: Run Claude Code in your workspace
147+
- **[Goose](https://registry.coder.com/modules/coder/goose)**: Run Goose in your workspace
148148

149149
### [Integration Modules](https://registry.coder.com/modules?search=tag%3Aintegration)
150150

151151
Connect with external services and platforms.
152152

153-
- **Hashicorp Vault Integration (GitHub)**: Authenticates with Vault using GitHub
154-
- **Hashicorp Vault Integration (JWT)**: Authenticates with Vault using a JWT from Coder's OIDC provider
155-
- **Hashicorp Vault Integration (Token)**: Authenticates with Vault using Token
156-
- **HCP Vault Secrets**: Fetch secrets from HCP Vault
157-
- **JFrog (OAuth)**: Install the JF CLI and authenticate with Artifactory using OAuth
158-
- **JFrog (Token)**: Install the JF CLI and authenticate with Artifactory using Artifactory terraform provider
153+
- **[Hashicorp Vault Integration (GitHub)](https://registry.coder.com/modules/coder/vault-github)**: Authenticates with Vault using GitHub
154+
- **[Hashicorp Vault Integration (JWT)](https://registry.coder.com/modules/coder/vault-jwt)**: Authenticates with Vault using a JWT from Coder's OIDC provider
155+
- **[Hashicorp Vault Integration (Token)](https://registry.coder.com/modules/coder/vault-token)**: Authenticates with Vault using Token
156+
- **[HCP Vault Secrets](https://registry.coder.com/modules/coder/hcp-vault-secrets)**: Fetch secrets from HCP Vault
157+
- **[JFrog (OAuth)](https://registry.coder.com/modules/coder/jfrog-oauth)**: Install the JF CLI and authenticate with Artifactory using OAuth
158+
- **[JFrog (Token)](https://registry.coder.com/modules/coder/jfrog-token)**: Install the JF CLI and authenticate with Artifactory using Artifactory terraform provider
159159

160160
### [Web-based Tools](https://registry.coder.com/modules?search=tag%3Aweb)
161161

162162
Browser-accessible applications and interfaces.
163163

164-
- **File Browser**: A file browser for your workspace
164+
- **[File Browser](https://registry.coder.com/modules/coder/filebrowser)**: A file browser for your workspace
165165

166166
Browse all available modules and explore specific categories at [registry.coder.com](https://registry.coder.com).
167167

0 commit comments

Comments
 (0)