S05: NATS endpoint catalog, passthrough and error-bundle docs

This commit is contained in:
George Lambert 2026-09-15 22:17:17 -04:00
commit 0cf87863d4
15 changed files with 1315 additions and 0 deletions

10
source/conf.py Normal file
View file

@ -0,0 +1,10 @@
project = "NATS Service Endpoints"
copyright = "2026, Verae"
author = "Verae / George Lambert"
extensions = []
html_theme = "alabaster"
latex_engine = "pdflatex"
latex_documents = [
("index", "nats-service-endpoints.tex", "NATS Service Endpoints", "Verae", "manual"),
]
latex_elements = {"papersize": "letterpaper", "pointsize": "11pt"}