From e4a61ac8ba98fda0c1286eb332e23010eee5a593 Mon Sep 17 00:00:00 2001 From: Alan Greene Date: Wed, 4 Dec 2024 12:29:26 +0000 Subject: [PATCH] Remove bad links from StepActions TOC The known limitations section was removed from the doc in a previous change. Remove the references to it from the table of contents at the top of the doc. --- docs/stepactions.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/stepactions.md b/docs/stepactions.md index d78932fc283..6532eb5b27a 100644 --- a/docs/stepactions.md +++ b/docs/stepactions.md @@ -19,8 +19,6 @@ weight: 201 - [Referencing a StepAction](#referencing-a-stepaction) - [Specifying Remote StepActions](#specifying-remote-stepactions) - [Controlling Step Execution with when Expressions](#controlling-step-execution-with-when-expressions) -- [Known Limitations](#known-limitations) - - [Cannot pass Step Results between Steps](#cannot-pass-step-results-between-steps) ## Overview > :seedling: **`StepActions` is an [beta](additional-configs.md#beta-features) feature.** @@ -622,4 +620,4 @@ The StepState for a skipped step looks like something similar to the below: "terminationReason": "Skipped" } ``` -Where `terminated.exitCode` is `0` and `terminationReason` is `Skipped` to indicate the Step exited successfully and was skipped. \ No newline at end of file +Where `terminated.exitCode` is `0` and `terminationReason` is `Skipped` to indicate the Step exited successfully and was skipped.