fix(catalog): restore the required Related topics section on generated pages

My generator rebuild replaced the '## Related topics' section (still required by
docs/AGENTS.md) with the provenance footer, dropping it from all 168 generated
Catalog pages. Emit it again as the final section so pages end with it, and stop
carriedSectionsFrom() breaking at the footer marker so a human section appended
below the generated tail survives a regeneration. Adds a per-page regeneration
assertion so a future drop fails CI. Flagged by Magi (P1) and Rames.
This commit is contained in:
ukimsanov
2026-08-05 05:38:58 -07:00
parent b62c3fd656
commit 6ff6601dd0
170 changed files with 1067 additions and 9 deletions
+6
View File
@@ -35,3 +35,9 @@ Move it in time with `data-start`. Put it on a different timeline row with
{/* hf:generated-footer */}
Tagged `lower-third` `overlay` `podcast` `interview`.
## Related topics
- [Browse the complete Catalog](/catalog)
- [Add assets and Catalog items in Studio](/studio/assets-and-blocks)
- [Build a richer composition](/go-further)