Skip to content

Commit 30c6c29

Browse files
authored
fix(docs-linker): correct Load State list numbering and deduplicate URL confirmation sentence (#2273)
1 parent 5935f4f commit 30c6c29

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs-linker.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/docs-linker.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,10 @@ of each matched concept. You never remove content — you only enrich it with in
296296
}
297297
```
298298

299-
1. Read the pre-validated doc index from `/tmp/gh-aw/data/validated-doc-index.json`.
300-
This index was built from the docs source files. Every page-level URL was
301-
confirmed reachable by a deterministic HTTP check in the bash prevalidation step.
299+
<!-- markdownlint-disable-next-line MD029 -->
300+
3. Read the pre-validated doc index from `/tmp/gh-aw/data/validated-doc-index.json`.
301+
This index was built from the docs source files; each page-level URL was
302+
confirmed reachable (HTTP 2xx) by the prevalidation step.
302303
It maps each doc page URL to its title and a list of extracted section anchors:
303304

304305
```json
@@ -319,7 +320,6 @@ of each matched concept. You never remove content — you only enrich it with in
319320
}
320321
```
321322

322-
Every page-level URL present in this index is confirmed reachable (HTTP 2xx).
323323
Use the anchor URLs to produce precise `URL#anchor` links when a concept
324324
matches a specific section heading.
325325

0 commit comments

Comments
 (0)