Fix catalog book links and rewrite PDF destinations to live HTTPS.
Some checks are pending
offline / test (push) Waiting to run
Some checks are pending
offline / test (push) Waiting to run
Module and model book cards now point at generated index.html/index.pdf instead of directory URLs that 404. WeasyPrint file:// annotations are mapped to https://zapier.georgelambert.org/ paths that exist. Developer module, architecture, and research snapshot links target published files.
This commit is contained in:
parent
666eca79a1
commit
85b5b53ea9
26 changed files with 2253 additions and 35 deletions
|
|
@ -10,30 +10,32 @@ Implementation status follows [TODO.md](../../../TODO.md) phases. Docs describe
|
|||
|------------|-------------|-------|
|
||||
| [debug.md](debug.md) | `debug/` | 1 |
|
||||
| [config.md](config.md) | `config.js` | 2 |
|
||||
| [errors.md](errors.md) | `errors.js` | 2 |
|
||||
| [app.md](app.md) | `app.js`, `index.js` | 2 |
|
||||
| [store-db.md](store-db.md) | `store/db.js` | 3 |
|
||||
| [store-tenants.md](store-tenants.md) | `store/tenants.js` | 3 |
|
||||
| [store-usage.md](store-usage.md) | `store/usage.js` | 3 |
|
||||
| [store-webhooks.md](store-webhooks.md) | `store/webhooks.js` | 3 |
|
||||
| [tokens.md](tokens.md) | `lib/tokens.js` | 4 |
|
||||
| [veraeClient.md](veraeClient.md) | `clients/veraeClient.js` | 4 |
|
||||
| [authService.md](authService.md) | `services/authService.js` | 5 |
|
||||
| [entitlementService.md](entitlementService.md) | `services/entitlementService.js` | 5 |
|
||||
| [middleware-http.md](middleware-http.md) | `middleware/*.js` | 5 |
|
||||
| [timestampService.md](timestampService.md) | `services/timestampService.js` | 6 |
|
||||
| [verifyService.md](verifyService.md) | `services/verifyService.js` | 6 |
|
||||
| [webhookService.md](webhookService.md) | `services/webhookService.js` | 6 |
|
||||
| [routes.md](routes.md) | `routes/*.js` | 6 |
|
||||
| [errors.md](../../modules/verae-zapier-middleware/errors.md) | `errors.js` | 2 |
|
||||
| [app.md](../../modules/verae-zapier-middleware/app.md) | `app.js`, `index.js` | 2 |
|
||||
| [store/db.md](../../modules/verae-zapier-middleware/store/db.md) | `store/db.js` | 3 |
|
||||
| [store/tenants.md](../../modules/verae-zapier-middleware/store/tenants.md) | `store/tenants.js` | 3 |
|
||||
| [store/usage.md](../../modules/verae-zapier-middleware/store/usage.md) | `store/usage.js` | 3 |
|
||||
| [store/webhooks.md](../../modules/verae-zapier-middleware/store/webhooks.md) | `store/webhooks.js` | 3 |
|
||||
| [lib/tokens.md](../../modules/verae-zapier-middleware/lib/tokens.md) | `lib/tokens.js` | 4 |
|
||||
| [veraeClient.md](../../modules/verae-zapier-middleware/clients/veraeClient.md) | `clients/veraeClient.js` | 4 |
|
||||
| [authService.md](../../modules/verae-zapier-middleware/services/authService.md) | `services/authService.js` | 5 |
|
||||
| [entitlementService.md](../../modules/verae-zapier-middleware/services/entitlementService.md) | `services/entitlementService.js` | 5 |
|
||||
| [authenticate.md](../../modules/verae-zapier-middleware/middleware/authenticate.md) | `middleware/*.js` | 5 |
|
||||
| [timestampService.md](../../modules/verae-zapier-middleware/services/timestampService.md) | `services/timestampService.js` | 6 |
|
||||
| [verifyService.md](../../modules/verae-zapier-middleware/services/verifyService.md) | `services/verifyService.js` | 6 |
|
||||
| [webhookService.md](../../modules/verae-zapier-middleware/services/webhookService.md) | `services/webhookService.js` | 6 |
|
||||
| [routes.md](../../modules/verae-zapier-middleware/routes/index.md) | `routes/*.js` | 6 |
|
||||
| [nats.md](nats.md) | `nats/*.js` | 7 |
|
||||
| [workers.md](workers.md) | `workers/*.js` | 8–9 |
|
||||
| [tenantService.md](tenantService.md) | `services/tenantService.js` | 10 |
|
||||
| [tenantService.md](../../modules/verae-zapier-middleware/services/tenantService.md) | `services/tenantService.js` | 10 |
|
||||
|
||||
Full export tables also live in [function-reference.md](function-reference.md).
|
||||
|
||||
## Zapier app (`verae-zapier`)
|
||||
|
||||
| Module doc | Source path | Phase |
|
||||
|------------|-------------|-------|
|
||||
| [zapier-app.md](zapier-app.md) | `index.js`, `authentication.js`, creates/searches/triggers | 11 |
|
||||
| [verae-zapier/index.md](../../modules/verae-zapier/index.md) | `index.js`, `authentication.js`, creates/searches/triggers | 11 |
|
||||
|
||||
## Documentation rules
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue