{
  "format": 1,
  "files": {
    "index.json": "{\n  \"version\": 1,\n  \"title\": \"Project handbook\",\n  \"children\": [\n    {\n      \"type\": \"heading\",\n      \"text\": \"YOUR PROJECT / HANDBOOK\"\n    },\n    {\n      \"type\": \"paragraph\",\n      \"text\": \"A small, readable guide for your community.\"\n    },\n    {\n      \"type\": \"link\",\n      \"text\": \"Getting started\",\n      \"href\": \"/start.json\"\n    },\n    {\n      \"type\": \"link\",\n      \"text\": \"Visit Lantern help\",\n      \"href\": \"hub://help/\"\n    }\n  ]\n}\n",
    "start.json": "{\n  \"version\": 1,\n  \"title\": \"Getting started\",\n  \"children\": [\n    {\n      \"type\": \"heading\",\n      \"text\": \"START HERE\"\n    },\n    {\n      \"type\": \"list\",\n      \"items\": [\n        \"Describe what readers need.\",\n        \"Give them one action at a time.\",\n        \"Show what success looks like.\"\n      ]\n    },\n    {\n      \"type\": \"link\",\n      \"text\": \"Back to handbook\",\n      \"href\": \"/\"\n    }\n  ]\n}\n"
  }
}
