Skip to content

Commit

Permalink
Remove bad links from StepActions TOC
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
AlanGreene authored and tekton-robot committed Dec 4, 2024
1 parent 1dd488e commit e4a61ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/stepactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**
Expand Down Expand Up @@ -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.
Where `terminated.exitCode` is `0` and `terminationReason` is `Skipped` to indicate the Step exited successfully and was skipped.

0 comments on commit e4a61ac

Please sign in to comment.