Publish docs site for zapier.georgelambert.org and archive-NATS design

Static catalog (index + copied docs/modules/models/sphinx/setup HTML+PDF).
Deploy via rsync to NS1 /SSD2/sites/zapier.georgelambert.org with Caddy vhost
and Let's Encrypt. Architecture note for job wait, multipart split, hash
receipts, and bloom-filtered WORM archive fan-out over NATS.
This commit is contained in:
George Lambert 2026-09-11 12:23:23 -04:00
parent 5925e76c72
commit ce99845795
5 changed files with 354 additions and 0 deletions

View file

@ -26,6 +26,8 @@
"docs:modules": "python3 scripts/gen-module-docs.py",
"docs:sphinx": "sphinx-build -b html docs/sphinx docs/sphinx/_build/html",
"docs:pdf": "python3 scripts/gen-module-pdfs.py",
"docs:site": "python3 scripts/build-docs-site.py",
"docs:deploy": "bash scripts/deploy-docs-site.sh",
"test:offline": "bash scripts/test-offline.sh",
"nats:tunnel": "bash scripts/nats-tunnel.sh"
},