You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/syntax/stepper.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# Stepper
2
2
3
-
Steppers provide a visual representation of sequential steps, commonly used in tutorials or guides
4
-
to break down processes into manageable stages. For example, you can usee steppers instead of numbered
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
5
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).
6
5
7
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.
0 commit comments