Welcome to Starlight
Congrats on setting up a new Starlight project!
Next steps
Section titled “Next steps”import { Card, CardGrid } from '@astrojs/starlight/components';
<CardGrid stagger> <Card title="Update content" icon="pencil"> Edit `src/content/docs/index.mdx` to see this page change. </Card> <Card title="Change page layout" icon="document"> Delete `template: splash` in `src/content/docs/index.mdx` to display a sidebar on this page. </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](https://starlight.astro.build/). </Card></CardGrid>