You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Remove detailed registry modules section per review feedback
- Remove entire 'Using Registry Modules Offline' section as requested
- Add back simple 'Coder Modules' section with link to extending templates
- Keep the Coder Registry row in the comparison table
Addresses review comment from @matifali to simplify the documentation.
Copy file name to clipboardExpand all lines: docs/install/offline.md
+3-75Lines changed: 3 additions & 75 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,82 +235,10 @@ server, as demonstrated in the example below:
235
235
With these steps, you'll have the Coder documentation hosted on your server and
236
236
accessible for your team to use.
237
237
238
-
## Using Registry Modules Offline
238
+
## Coder Modules
239
239
240
-
Coder Registry modules from [registry.coder.com](https://registry.coder.com) provide IDEs, tools, and integrations for workspaces. In air-gapped environments, you have several options:
241
-
242
-
### Option 1: Git Repository (Recommended)
243
-
244
-
Mirror registry modules in an internal Git repository:
245
-
246
-
1.**Download modules** from [registry.coder.com](https://registry.coder.com) while connected to the internet
247
-
2.**Store modules** in your internal Git repository using the registry structure:
248
-
249
-
```text
250
-
internal-registry/
251
-
├── registry/
252
-
│ └── coder/
253
-
│ └── modules/
254
-
│ ├── code-server/
255
-
│ ├── cursor/
256
-
│ └── vscode-web/
257
-
└── templates/
258
-
```
259
-
260
-
3.**Reference modules** using Git source addresses:
0 commit comments