Fix catalog PDF links; add bring-online guide; feature zappier billing
Some checks are pending
offline / test (push) Waiting to run

PDFs rewrite in-document .md/.html links to sibling PDFs. Catalog
start page is GETTING-STARTED (install, first-up, monitor). Billing
and user platform is zappier-edge (original ~/zappier tree).
This commit is contained in:
George Lambert 2026-09-11 14:59:13 -04:00
parent e401635fd6
commit 65bfa544b2
10 changed files with 149 additions and 25 deletions

View file

@ -48,6 +48,7 @@ def main() -> None:
"--metadata=title=Verae Time × Zapier — repository READMEs",
f"--include-in-header={hdr}",
"--syntax-highlighting=breezedark",
f"--lua-filter={ROOT / 'scripts' / 'pdf-links.lua'}",
],
check=True,
)