Skip to content

Commit 2122b41

Browse files
authored
Update stepper.md
1 parent 77b60bd commit 2122b41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/syntax/stepper.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Stepper
22

33
Steppers provide a visual representation of sequential steps, commonly used in tutorials or guides
4-
to break down processes into manageable stages.
4+
to break down processes into manageable stages. For example, you can usee steppers instead of numbered
5+
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).
56

6-
By default every step title is a link with a generated anchor.
7-
But you can override the default anchor by adding the `:anchor:` option to the step.
7+
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.
88

99
## Basic stepper
1010

0 commit comments

Comments
 (0)