Commit 6bad684
authored
docs: add YAML front matter to the SLI API reference docs (#61)
The three docs/api_reference/trellis-api-sli*.md files used bold-markdown headers
instead of the YAML front matter (package / namespaces / types / version /
last_verified / audience: [llm]) that the Trellis framework reference docs use.
Tooling or LLMs that key off audience:[llm] or the types metadata skipped or
misclassified these docs relative to the rest of the Trellis reference set.
Prepend the standard front matter to all three (additive -- the human-readable
**Package** / **Namespace** / **Purpose** lines stay). The docs are auto-packed
into each package's trellis/ folder by Directory.Build.targets, so republished
packages carry the metadata for every downstream consumer (framework, templates,
future consumers).
Verified by packing Trellis.ServiceLevelIndicators: the trellis/trellis-api-sli.md
entry now begins with the front matter block.1 parent 88fcdc5 commit 6bad684
3 files changed
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
1 | 10 | | |
2 | 11 | | |
3 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
1 | 10 | | |
2 | 11 | | |
3 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
1 | 10 | | |
2 | 11 | | |
3 | 12 | | |
| |||
0 commit comments