feat(docs): regenerate component registry before building the manual

This commit is contained in:
2026-08-17 20:49:42 -04:00
parent d2e07effc1
commit d748289c11
2 changed files with 13 additions and 0 deletions
+3
View File
@@ -15,6 +15,7 @@ import sys
from pathlib import Path
import manualtools as mt
import generate_component_registry
DOCS = Path(__file__).parent
MANUAL = DOCS / "manual"
@@ -840,6 +841,8 @@ def main() -> int:
if not (args.concat or args.site):
ap.error("nothing to do: pass --concat and/or --site")
generate_component_registry.main()
if args.site:
src = DOCS / "site" / "src"
out = src / "content" / "docs"