Steps

Show sequential instructions

Use Steps for ordered instructions:

1
Install the CLI
npm install -g jamdesk
2
Initialize your project
jamdesk init
3
Start writing

Open 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.