Skip to content

Commit ee446cb

Browse files
matbmeijerclaude
andcommitted
docs(adr): use absolute URL for IMPLEMENTATION_PLAN.md ref in ADR 0006
The previous relative link `../plans/IMPLEMENTATION_PLAN.md` resolved locally because the file is on disk, but it is not tracked in git, so the docs.yml CI checkout has no copy and `mkdocs build --strict` aborted with WARNING. Switch to a GitHub-absolute URL to match the sibling refs (README.md, llms.txt, .claude/rules/untp-versioning.md). Resolves the docs.yml failure on commit 06ada77 (post-v0.5.1). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 06ada77 commit ee446cb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/adr/0006-validation-layer-taxonomy.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ By the 0.5.0 (Preview) cut, dppvalidator's documentation surface had
88
drifted into **four** different taxonomies for the same engine, each
99
authoritative on its own page:
1010

11-
| Source | Layer count | Names |
12-
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | -------------------------------------------------------------------------- |
13-
| [`README.md`](https://github.com/artiso-ai/dppvalidator/blob/main/README.md), [`docs/index.md`](../index.md) | 7 | Schema, Model, Semantic, JSON-LD, Vocabulary, Plugin, Signature |
14-
| [`README.md`](https://github.com/artiso-ai/dppvalidator/blob/main/README.md) mermaid + [`docs/concepts/validation-layers.md`](../concepts/validation-layers.md) body | 6 | Detection, Schema, Model, JSON-LD, Business, Cryptographic |
15-
| [`docs/llms-ctx.txt`](../llms-ctx.txt) | 8 | Detection, Schema, Model, Semantic, JSON-LD, Vocabulary, Plugin, Signature |
16-
| [`docs/faq.md`](../faq.md), [`llms.txt`](https://github.com/artiso-ai/dppvalidator/blob/main/llms.txt), [`docs/plans/IMPLEMENTATION_PLAN.md`](../plans/IMPLEMENTATION_PLAN.md), [`README.md`](https://github.com/artiso-ai/dppvalidator/blob/main/README.md) §Documentation | 5 | Schema, Model, Semantic, JSON-LD, Cryptographic |
11+
| Source | Layer count | Names |
12+
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | -------------------------------------------------------------------------- |
13+
| [`README.md`](https://github.com/artiso-ai/dppvalidator/blob/main/README.md), [`docs/index.md`](../index.md) | 7 | Schema, Model, Semantic, JSON-LD, Vocabulary, Plugin, Signature |
14+
| [`README.md`](https://github.com/artiso-ai/dppvalidator/blob/main/README.md) mermaid + [`docs/concepts/validation-layers.md`](../concepts/validation-layers.md) body | 6 | Detection, Schema, Model, JSON-LD, Business, Cryptographic |
15+
| [`docs/llms-ctx.txt`](../llms-ctx.txt) | 8 | Detection, Schema, Model, Semantic, JSON-LD, Vocabulary, Plugin, Signature |
16+
| [`docs/faq.md`](../faq.md), [`llms.txt`](https://github.com/artiso-ai/dppvalidator/blob/main/llms.txt), [`docs/plans/IMPLEMENTATION_PLAN.md`](https://github.com/artiso-ai/dppvalidator/blob/main/docs/plans/IMPLEMENTATION_PLAN.md), [`README.md`](https://github.com/artiso-ai/dppvalidator/blob/main/README.md) §Documentation | 5 | Schema, Model, Semantic, JSON-LD, Cryptographic |
1717

1818
Each downstream phase of the Docs Coherence Plan rewrites layer counts
1919
and error-code prefixes; the rewrites cannot proceed until one

0 commit comments

Comments
 (0)