Each list item becomes a numbered step.
Steps
1 min readStableBeginner
The Steps component turns an ordered list into a visual step-by-step guide with numbered circles and vertical connectors.
Quick Start
Three installation steps.
-
Clone the repository
Run
git cloneto get the project files. -
Install dependencies
Run
npm install. -
Start the dev server
Run
npm run dev.
Adding Options
Add a code block inside a step.
-
Configure the environment
Create a
.env.localfile:BashBashAPP_PASSWORD=your-password JWT_SECRET=your-secret -
Verify the setup
Open
http://localhost:3000.
Advanced
A full onboarding flow with nested content and multiple steps.
-
Clone the repository
Run
git clone https://github.com/devops-infinity/owndocs.git my-docs. -
Configure environment
Run
bash scripts/setup-env.sh. -
Install dependencies
Run
npm install. -
Start the development server
Run
npm run devand open the printed URL.
Options
childrenordered listrequiredRelated pages
Was this page helpful?