Steps
A procedure is a sequence, so Steps renders a real ordered list: the numbers are counters, not decoration, and screen readers announce the structure correctly.
A procedure
Create the environment file
Copy
.env.exampleto.envand set a password. Everything else has a working default.Start the stack
docker compose upSteps hold any content: prose, code blocks, callouts, images.
Verify
Usage
<Steps>
<Step title="Create the environment file">
Copy `.env.example` to `.env`...
</Step>
<Step title="Start the stack">
...
</Step>
</Steps>Props
| Prop | On | Type | Effect |
|---|---|---|---|
title |
Step |
string | The step's headline; the body elaborates |