Commit a4ed64b
docs: clarify vocabulary page generation pipeline (#136)
Rewrites the Development section's vocab paragraph to describe the
actual two-stage build:
1. TTL → markdown via the `vocab` CLI from isamplesorg/vocab_tools
(installed via pipx in CI), driven by scripts/generate_vocab_docs.sh
2. markdown → HTML via `quarto render` applying _quarto.yml's theme,
nav, and sidebar
Also notes that scripts/vocab2md.py is no longer invoked (PR #48
switched to the `vocab markdown` CLI entry point — same tool, same
transform) to prevent future confusion about which code produces
the rendered vocabulary pages.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e2770a5 commit a4ed64b
1 file changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
44 | 53 | | |
45 | 54 | | |
46 | 55 | | |
| 56 | + | |
47 | 57 | | |
48 | 58 | | |
49 | | - | |
| 59 | + | |
50 | 60 | | |
51 | 61 | | |
52 | 62 | | |
| |||
0 commit comments