TEMPLATE / READY TO REMIX
Documentation
A linked handbook with a getting-started page.
preview
Static preview. Links and form controls are interactive inside Lantern.
STATIC PREVIEW · OPEN IN LANTERN FOR INTERACTIVE FORMS
YOUR PROJECT / HANDBOOK
A small, readable guide for your community.
↗ Getting started
↗ Visit Lantern help
index.json
{
"version": 1,
"title": "Project handbook",
"children": [
{
"type": "heading",
"text": "YOUR PROJECT / HANDBOOK"
},
{
"type": "paragraph",
"text": "A small, readable guide for your community."
},
{
"type": "link",
"text": "Getting started",
"href": "/start.json"
},
{
"type": "link",
"text": "Visit Lantern help",
"href": "hub://help/"
}
]
}
start.json
{
"version": 1,
"title": "Getting started",
"children": [
{
"type": "heading",
"text": "START HERE"
},
{
"type": "list",
"items": [
"Describe what readers need.",
"Give them one action at a time.",
"Show what success looks like."
]
},
{
"type": "link",
"text": "Back to handbook",
"href": "/"
}
]
}