after putting ---
title: Welcome to Starlight
description: Get started building your docs site with Starlight.
template: splash
hero:
tagline: Congrats on setting up a new Starlight project!
image:
file: ../../assets/houston.webp
actions:
- text: Example Guide
link: /guides/example/
icon: right-arrow
- text: Read the Starlight docs
link: https://starlight.astro.build
icon: external
variant: minimal
import { Card, CardGrid } from '<@&1055234544183287879>/starlight/components';
Next steps
<CardGrid stagger>
<Card title="Update content" icon="pencil">
Edit src/content/docs/index.mdx to see this page change.
</Card>
<Card title="Add new content" icon="add-document">
Add Markdown or MDX files to src/content/docs to create new pages.
</Card>
<Card title="Configure your site" icon="setting">
Edit your sidebar and other config in astro.config.mjs.
</Card>
<Card title="Read the docs" icon="open-book">
Learn more in the Starlight Docs.
</Card>
</CardGrid>
into index there is noting then just text