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.
Visit 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:
Check that your new page appears in the sidebar and renders correctly.
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.