Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Commit a5aa747

Browse files
author
Kristopher Turner
committed
fix(docs): add 'text' language to fenced folder-tree blocks (MD040)
1 parent d40b3f2 commit a5aa747

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/reusable-workflows/consumer-patterns.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204

205205
### PS module repo (like Ranger or S2DCartographer)
206206

207-
```
207+
```text
208208
.github/workflows/
209209
├── ci.yml # reusable-ps-module-ci
210210
├── maproom.yml # reusable-maproom-run
@@ -216,7 +216,7 @@ jobs:
216216

217217
### TS web app repo (like Surveyor)
218218

219-
```
219+
```text
220220
.github/workflows/
221221
├── ci.yml # reusable-ts-web-ci
222222
├── release-please.yml # reusable-release-please (from .github)
@@ -227,7 +227,7 @@ jobs:
227227

228228
### IaC solution repo (like AVD, SOFS, AKS)
229229

230-
```
230+
```text
231231
.github/workflows/
232232
├── validate-iac.yml # reusable-iac-validate
233233
├── deploy-docs.yml # reusable-mkdocs-deploy

repo-management/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Centralized templates and automation for managing the AzureLocal organization's
44

55
## Structure
66

7-
```
7+
```text
88
repo-management/
99
├── templates/ — canonical content for each repo's /repo-management folder
1010
└── org-scripts/ — scripts that act on the entire org (audit, sync, bootstrap)

testing/maproom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Offline, fixture-based testing framework for AzureLocal repos.
44

55
## Structure
66

7-
```
7+
```text
88
maproom/
99
├── framework/ — AzureLocal.Maproom PS module: classes, Public, Private
1010
├── generators/ — IIC-compliant synthetic data generators

testing/trailhead/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Live-cluster validation framework. Structured cycles of "bring a tool to a real
44

55
## Structure
66

7-
```
7+
```text
88
trailhead/
99
├── templates/ — cycle plan, field testing, evidence capture
1010
├── scripts/ — cycle runner, evidence capture, run comparator

0 commit comments

Comments
 (0)