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

FieldTypeDescription
`id`stringOptional section ID
`title`stringCard title
`href`stringLink URL
`description`stringDescription text below the title
`target`stringLink 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."
}