Skip to content

Commit 444e172

Browse files
committed
remove keywords because it breaks algolia
1 parent f06bcf6 commit 444e172

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/docs/substitutions/format-string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: format string
44
date: 2020-06-13T21:38:57+01:00
55
description: String interpolation with substitution tokens are for easy value replacement inside a pipeline workflow. Works with complex types, not just strings.
66
# categories: [expressions]
7-
keywords: "token replacement, string substitutions"
7+
# keywords: "token replacement, string substitutions"
88
menu:
99
docs:
1010
parent: substitutions

content/docs/substitutions/jsonify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: jsonify
44
date: 2020-06-13T21:38:57+01:00
55
description: Serialize context object to json string
66
# categories: [expressions]
7-
keywords: "json, serialize, convert"
7+
# keywords: "json, serialize, convert"
88
menu:
99
docs:
1010
parent: substitutions

content/docs/substitutions/py-strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: py string
44
date: 2020-06-13T21:38:57+01:00
55
description: Evaluate dynamic python expressions in your pipeline steps and task automation sequences.
66
# categories: [expressions]
7-
keywords: "dynamic expressions, pipeline execution"
7+
# keywords: "dynamic expressions, pipeline execution"
88
menu:
99
docs:
1010
parent: substitutions

content/docs/substitutions/sic-strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: sic string
44
date: 2020-06-13T21:38:57+01:00
55
description: Literal string values that should not have formatting expressions applied, for simplified escape sequences.
66
# categories: [expressions]
7-
keywords: "literal strings, pipeline execution"
7+
# keywords: "literal strings, pipeline execution"
88
menu:
99
docs:
1010
parent: substitutions

0 commit comments

Comments
 (0)