Refresh docs-master with Forgejo URLs and NATS.md for every module
Some checks are pending
offline / test (push) Waiting to run

HTTPS-only packages (zappier, activate, zapier-app) now state they do
not subscribe to NATS. Catalog build copies docs-master onto the site.
This commit is contained in:
George Lambert 2026-09-11 12:38:55 -04:00
parent 8f9707a3b7
commit 392fe7bb15
8 changed files with 90 additions and 5 deletions

View file

@ -30,6 +30,7 @@ SECTIONS = [
("docs/02-architecture/nats-gateway.md", "NATS on NS1"),
("docs/02-architecture/nats-subjects.md", "NATS subjects"),
("docs/02-architecture/archive-nats.md", "Archive NATS, bloom, multi-receipt"),
("docs/02-architecture/modules-and-nats.md", "Module catalog and NATS addresses"),
],
),
(
@ -130,6 +131,7 @@ def main() -> None:
if src.exists():
copy_tree(src, SITE / src.name if src.parent == ROOT else SITE / "docs" / "OPEN.md")
copy_tree(ROOT / "docs" / "WORK-LOG.md", SITE / "docs" / "WORK-LOG.md")
copy_tree(ROOT / "packages" / "docs-master", SITE / "docs-master")
# research markdown + diagrams only
r = ROOT / "research" / "zapier"