Skip to content

Commit c4bd5f3

Browse files
authored
docs: improve description JSON/YAML parse (#3561)
Signed-off-by: Hidde Beydals <[email protected]>
1 parent 9f34025 commit c4bd5f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/docs/50-user-guide/60-reference-docs/30-promotion-steps/json-parse.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
sidebar_label: json-parse
3-
description: Parses a JSON string and extracts values based on specified expressions.
3+
description: Parses a JSON file and extracts values based on specified expressions.
44
---
55

66
# `json-parse`
77

8-
`json-parse` is a utility step that parses a JSON string and extracts values
8+
`json-parse` is a utility step that parses a JSON file and extracts values
99
using [expr-lang] expressions.
1010

1111
## Configuration

docs/docs/50-user-guide/60-reference-docs/30-promotion-steps/yaml-parse.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
sidebar_label: yaml-parse
3-
description: Parses a YAML string and extracts values based on specified expressions.
3+
description: Parses a YAML file and extracts values based on specified expressions.
44
---
55

66
# `yaml-parse`
77

8-
`yaml-parse` is a utility step that parses a YAML string and extracts values
8+
`yaml-parse` is a utility step that parses a YAML file and extracts values
99
using [expr-lang] expressions.
1010

1111
## Configuration

0 commit comments

Comments
 (0)