Read the docs
Learn more in the Starlight Docs.
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.
Read the docs
Learn more in the Starlight Docs.
Import the component into your MDX file:
import { Steps } from '@astrojs/starlight/components';Wrap <Steps> around your ordered list items.