Skip to content

Example Guide

Guides lead a user through a specific task they want to accomplish, often with a sequence of steps. Writing a good guide requires thinking about what your users are trying to do.

Further reading

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/).