WritedocsWritedocs

Steps and Step

Write

Create or edit an .mdx file under docs/.

Preview

Run writedocs dev and check the change in your browser.

Ship

Push your changes — build and deploy are handled from there.

<Steps>
  <Step title="Write">
    Create or edit an `.mdx` file under `docs/`.
  </Step>
  <Step title="Preview">
    Run `writedocs dev` and check the change in your browser.
  </Step>
</Steps>

Step props

titlestring

An untitled step just renders its content without a bold heading line above it.

Steps itself takes no props — it’s a plain wrapper that numbers and connects its Step children.