Add it to your app
The line to paste, and your keys
Load your help
Bring a catalogue in
What the file looks like
{
"places": [{ "key": "billing", "title": "Billing", "kind": "page",
"path": "/billing", "description": "Plans and invoices",
"keywords": "billing invoice plan" }],
"entries": [{ "key": "how-to-pay", "title": "Paying for things",
"body": "Invoices live under Billing…",
"keywords": "invoice pay card",
"place_keys": "billing" }],
"walks": [{ "key": "get-started", "title": "Set up billing",
"description": "Three stops.",
"steps": [{ "text": "Open Billing", "place_key": "billing" }] }]
}
Your app can post the same three lists to
PUT /v1/map, POST /v1/content and PUT /v1/walks
from your own build — this page is the same doors, for when there is nobody to write that.