Link Cards
Link cards render a link as a styled card with a title, description, and arrow indicator — useful for directing readers to related pages.
Block type
star-lite.linkCard
Fields
| Field | Type | Description |
|---|---|---|
| `id` | string | Optional section ID |
| `title` | string | Card title |
| `href` | string | Link URL |
| `description` | string | Description text below the title |
| `target` | string | Link target (e.g. `_blank` for new tab) |
Usage
Link cards are ideal for "next steps" sections, related pages, or navigation between sections of your docs. They render as full-width clickable cards with the title, description, and a directional arrow.
Example
{ "_type": "star-lite.linkCard", "title": "Getting Started", "href": "/getting-started", "description": "Learn how to set up your first Star-Lite Docs site."}