Skip to content

Commit c5fa0d9

Browse files
committed
fix: Add blank lines around code blocks for markdown linting
Fixes markdownlint MD031 errors by adding required blank lines around fenced code blocks and specifies language for directory structure.
1 parent dedcd19 commit c5fa0d9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/install/offline.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,15 +245,18 @@ Mirror registry modules in an internal Git repository:
245245

246246
1. **Download modules** from [registry.coder.com](https://registry.coder.com) while connected to the internet
247247
2. **Store modules** in your internal Git repository:
248-
```
248+
249+
```text
249250
internal-registry/
250251
├── modules/
251252
│ ├── code-server/
252253
│ ├── cursor/
253254
│ └── vscode-web/
254255
└── templates/
255256
```
257+
256258
3. **Reference modules** using Git source addresses:
259+
257260
```tf
258261
module "code_server" {
259262
source = "git::https://your-internal-git.com/coder-modules.git//modules/code-server?ref=v1.0.19"
@@ -269,6 +272,7 @@ Set up a private Terraform registry mirror:
269272
1. **Configure a private registry** (such as Terraform Enterprise or Artifactory)
270273
2. **Mirror modules** from the public registry to your private registry
271274
3. **Update templates** to use custom source addresses:
275+
272276
```tf
273277
module "code_server" {
274278
source = "your-registry.com/coder/code-server/coder"
@@ -283,6 +287,7 @@ Include modules directly in your template repositories:
283287

284288
1. **Download modules** and include them in your template repository
285289
2. **Reference with relative paths**:
290+
286291
```tf
287292
module "code_server" {
288293
source = "./modules/code-server" # Relative path to vendored module

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy