Skip to content

Commit 447e529

Browse files
authored
Update stepper.md (#1603)
* Update stepper.md * Update stepper.md
1 parent 14063dc commit 447e529

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/syntax/stepper.md

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

3-
Steppers provide a visual representation of sequential steps, commonly used in tutorials or guides
4-
to break down processes into manageable stages.
3+
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
4+
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).
55

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.
6+
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.
87

98
## Basic stepper
109

0 commit comments

Comments
 (0)