Document every repo in Sphinx, catalog PDFs, and verae-ops
Some checks are pending
offline / test (push) Waiting to run
Some checks are pending
offline / test (push) Waiting to run
Add missing package READMEs, expand Sphinx to all runtime modules, publish a LaTeX/PDF README book, and add verae-ops for Docker, Proxmox, VMs, dedicated hardware, and service linking. Catalog defaults to public PDF links for each module README and samples.
This commit is contained in:
parent
5ad3222def
commit
e401635fd6
222 changed files with 4498 additions and 123 deletions
|
|
@ -4,4 +4,4 @@ verae-zapier-middleware.services.authService
|
|||
Generated API sheet for ``verae-zapier-middleware/services/authService``.
|
||||
|
||||
.. include:: authService.md
|
||||
:literal:
|
||||
:parser: myst_parser.sphinx_
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ verae-zapier-middleware.services.entitlementService
|
|||
Generated API sheet for ``verae-zapier-middleware/services/entitlementService``.
|
||||
|
||||
.. include:: entitlementService.md
|
||||
:literal:
|
||||
:parser: myst_parser.sphinx_
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ verae-zapier-middleware.services.tenantService
|
|||
Generated API sheet for ``verae-zapier-middleware/services/tenantService``.
|
||||
|
||||
.. include:: tenantService.md
|
||||
:literal:
|
||||
:parser: myst_parser.sphinx_
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
**Package:** `verae-zapier-middleware`
|
||||
**Source:** `packages/verae-zapier-middleware/src/services/timestampService.js`
|
||||
**Lines:** 160
|
||||
**Lines:** 170
|
||||
|
||||
## What this module is
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ _None extracted._
|
|||
| `getJobStatus` | `ctx, jobId` | ctx: `object`, jobId: `string` | `unknown` | see Call graph |
|
||||
| `getBatchJobStatus` | `ctx, body` | ctx: `object` | `unknown` | see Call graph |
|
||||
| `getJobVerification` | `ctx, jobId` | ctx: `object`, jobId: `string` | `unknown` | see Call graph |
|
||||
| `lookupHash` | `ctx, sha256` | ctx: `object`, sha256: `string` | `unknown` | see Call graph |
|
||||
| `lookupHash` | `ctx, sha256, opts = {}` | ctx: `object`, sha256: `string` | `unknown` | see Call graph |
|
||||
|
||||
## Methods (class / object)
|
||||
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ verae-zapier-middleware.services.timestampService
|
|||
Generated API sheet for ``verae-zapier-middleware/services/timestampService``.
|
||||
|
||||
.. include:: timestampService.md
|
||||
:literal:
|
||||
:parser: myst_parser.sphinx_
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ verae-zapier-middleware.services.verifyService
|
|||
Generated API sheet for ``verae-zapier-middleware/services/verifyService``.
|
||||
|
||||
.. include:: verifyService.md
|
||||
:literal:
|
||||
:parser: myst_parser.sphinx_
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ verae-zapier-middleware.services.webhookService
|
|||
Generated API sheet for ``verae-zapier-middleware/services/webhookService``.
|
||||
|
||||
.. include:: webhookService.md
|
||||
:literal:
|
||||
:parser: myst_parser.sphinx_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue