Steps
Show sequential instructions
Use Steps for ordered instructions:
1
Install the CLInpm install -g jamdesk2
Initialize your projectjamdesk init3
Start writingOpen your project and create .mdx files. Each file becomes a page in your docs.
Usage
<Steps>
<Step title="First step">
Description of what to do.
</Step>
<Step title="Second step">
Next instruction.
</Step>
</Steps>
Steps work well for setup guides, tutorials, and getting-started flows.