Renders a navigation box indexing all parts within a multi-part article series.
| Surface | Note |
|---|---|
| googlechat | Indexed list flattens into single unstyled lines. |
| Border tracks and active flags are stripped. |
| Field | Type | |
|---|---|---|
| series_name | string. Name of the series. | required |
| parts | array. Objects with title, url, and optional current boolean. | optional |
{
"type": "series_overview_card",
"series_name": "Series name"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:series_overview_card",
"displayName": "Series Overview Card",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/series_overview_card",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Renders a navigation box indexing all parts within a multi-part article series.",
"representativeQueries": [
"show a navigation index for multi-part article series parts",
"renders a navigation box indexing all parts within a multi-part article series.",
"render a series overview card"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →