import { CardGrid, LinkCard } from '@astrojs/starlight/components';

<CardGrid>
  <LinkCard
    title="Learn Markdawn"
    description="Create your first page, organize your notes, and bring existing markdown with you."
    href="/getting-started/"
  />
  <LinkCard
    title="Build With The API"
    description="Read and change pages safely through the same content layer used by the browser."
    href="/api-reference/endpoints/"
  />
  <LinkCard
    title="Work With AI Assistants"
    description="Use the CLI and API to let assistants read, edit, and connect your pages."
    href="/agents/"
  />
  <LinkCard
    title="Run It Yourself"
    description="Deploy Markdawn on infrastructure you control with the self-hosting guides."
    href="/self-hosting/"
  />
</CardGrid>