Removed from per-host frontmatter, the index column, and the Specs table. Model values kept churning (case manufacturer vs. "custom") without adding useful information. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| gen_overview.py | ||
| mkdocs_hooks.py | ||
| overview_config.yml | ||
| README.md | ||
scripts/
Build helpers for the documentation site.
gen_overview.py— generates a category index table from per-item YAML frontmatter (currently used fordocs/hardware/index.md). Configured byoverview_config.yml. Run viamake docs-index; CI drift-checks it viamake docs-check.mkdocs_hooks.py— MkDocs build hook that renders a Specs table on each hardware host page from its frontmatter, sharingfmt_*helpers withgen_overview.pyso the host page and the index row stay in sync.overview_config.yml— schema (required fields, enums) and table layout forgen_overview.py.