Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/syntax/stepper.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Stepper

Steppers provide a visual representation of sequential steps, commonly used in tutorials or guides
to break down processes into manageable stages.
Steppers provide a visual representation of sequential steps, commonly used in tutorials or guides to break down processes into manageable stages. For example, you can usee steppers instead of numbered
section headings when documenting a supertask or a complex procedure. An example is the [Observability Get Started](https://www.elastic.co/docs/solutions/observability/get-started).

By default every step title is a link with a generated anchor.
But you can override the default anchor by adding the `:anchor:` option to the step.
By default every step title is a link with a generated anchor. You can override the default anchor by adding the `:anchor:` option to the step.

## Basic stepper

Expand Down
Loading