Steps
Use steps to guide readers through sequential procedures. Steps auto-number themselves and provide clear visual structure for tutorials and setup guides.
Basic steps
Run the init command to scaffold a new project.
Launch the development server.
http://localhost:3000 to see your site.
Attributes
Rich content in steps
Each step supports full Markdown content — code blocks, callouts, lists, tables, and other components:
Open docslit.json and set your site name:
Create docs/getting-started.md with the following content:
When to use steps
Use steps for any sequential procedure where order matters:
- Installation and setup guides
- Tutorial walkthroughs
- Deployment checklists
- Migration procedures
For non-sequential content, use accordions or standard headings instead.
Familiar names
These Mintlify-style tag names work directly:
| MDX-style | Resolves to | Notes |
|---|---|---|
<Steps> |
<wc-steps> |
|
<Step> |
<wc-step> |
n is auto-numbered based on position inside <Steps>. |