Repo Links

Formatted GitHub repo link list at end of article

Surfaces
webmeet-stageemailpdfapps-script-web
Degraded on
SurfaceNote
googlechatlist styling stripped — renders as plain links
Fields
FieldType
links[{'label': 'string', 'url': 'string'}]required
Example payload
{
  "type": "repo_links",
  "links": [
    {
      "label": "GitHub",
      "url": "https://github.com/a2uicatalog/a2ui"
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:repo_links",
  "displayName": "Repo Links",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/repo_links",
  "capabilities": [
    "web",
    "meet-stage",
    "email",
    "pdf",
    "apps-script-web"
  ],
  "description": "Formatted GitHub repo link list at end of article",
  "representativeQueries": [
    "show a styled GitHub repo link list",
    "formatted github repo link list at end of article",
    "render a repo links"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →