--- 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 variant: primary - text: Read the Starlight docs link: https://starlight.astro.build icon: external --- import { Card, CardGrid } from '@astrojs/starlight/components'; ## Next steps Edit `src/content/docs/index.mdx` to see this page change. Add Markdown or MDX files to `src/content/docs` to create new pages. Edit your `sidebar` and other config in `astro.config.mjs`. Learn more in [the Starlight Docs](https://starlight.astro.build/).