## Showcase

<d-block-cards title="Start here">
  <d-block-card
    title="Getting Started"
    description="Install and run the project"
    to="/guide/getting-started"
    image="/images/cards/getting-started-cover.svg"
  />
  <d-block-card
    title="Quick Links"
    description="Open another navigation-focused block"
    to="/manual/content/blocks/quick-links"
    image="/images/cards/quick-links-cover.svg"
  />
  <d-block-card
    title="GitHub"
    description="Open the repository"
    href="https://github.com/docsector/docsector-reader"
    icon="launch"
  />
</d-block-cards>

## Without Cover Images

<d-block-cards title="Continue reading">
  <d-block-card
    title="Expandable"
    description="Read the collapsible content block overview"
    to="/manual/content/blocks/expandable"
    icon="unfold_more"
  />
  <d-block-card
    title="Page structure"
    description="Review the main page container structure"
    to="/manual/content/structures/page"
    icon="view_quilt"
  />
</d-block-cards>