S05: NATS endpoint catalog, passthrough and error-bundle docs
This commit is contained in:
commit
0cf87863d4
15 changed files with 1315 additions and 0 deletions
10
source/conf.py
Normal file
10
source/conf.py
Normal 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"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue