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
24
docs/00-sources/LOGIN.md
Normal file
24
docs/00-sources/LOGIN.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Zapier logins (you must finish these in a browser)
|
||||
|
||||
CLIs are installed. They cannot push, list your apps, or run live actions until you authenticate.
|
||||
|
||||
```bash
|
||||
source scripts/dev-env.sh
|
||||
|
||||
# Publish integrations (deploy key → ~/.zapierrc)
|
||||
zapier-platform login
|
||||
# SSO-only account:
|
||||
# zapier-platform login --sso
|
||||
|
||||
# Consume 9k apps from code
|
||||
zapier-sdk login
|
||||
|
||||
# Then from scratch/oauth2-typescript:
|
||||
cd scratch/oauth2-typescript
|
||||
zapier-platform register "My OAuth2 Lab"
|
||||
zapier-platform push
|
||||
```
|
||||
|
||||
Hosted MCP (optional, for in-chat `discover_zapier_actions`): add this client connector to `https://mcp.zapier.com/api/v1/connect` (OAuth). Mongo MCP is already in `~/.grok/config.toml`; restart Grok so this session picks it up, and keep `./scripts/mongo-tunnel.sh` running.
|
||||
|
||||
Do not commit `~/.zapierrc` or SDK credentials.
|
||||
Loading…
Add table
Add a link
Reference in a new issue