Skip to content

Commit 4f6505f

Browse files
authored
Merge branch 'main' into theletterf-add-updatecli-automation
2 parents e9389e0 + 447e529 commit 4f6505f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

config/versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
versioning_systems:
22
stack: &stack
33
base: 9.0
4-
current: 9.0.3
4+
current: 9.0.4
55

66
# Using an unlikely high version
77
# So that our logic that would display "planned" doesn't trigger

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)