From 2122b419ba984ece31bdadd7f6fcbff3498e7a64 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Tue, 22 Jul 2025 19:05:35 +0200 Subject: [PATCH 1/2] Update stepper.md --- docs/syntax/stepper.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/syntax/stepper.md b/docs/syntax/stepper.md index 163a66add..99960bf4c 100644 --- a/docs/syntax/stepper.md +++ b/docs/syntax/stepper.md @@ -1,10 +1,10 @@ # Stepper Steppers provide a visual representation of sequential steps, commonly used in tutorials or guides -to break down processes into manageable stages. +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 From 235f0275aa7fbbfda92e69f7791e24e4e2a81168 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Tue, 22 Jul 2025 22:10:12 +0200 Subject: [PATCH 2/2] Update stepper.md --- docs/syntax/stepper.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/syntax/stepper.md b/docs/syntax/stepper.md index 99960bf4c..cf52aad6d 100644 --- a/docs/syntax/stepper.md +++ b/docs/syntax/stepper.md @@ -1,7 +1,6 @@ # Stepper -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 +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. You can override the default anchor by adding the `:anchor:` option to the step.