Skip to content

Commit b4badea

Browse files
sync docs (#469)
Co-authored-by: michaeljguarino <[email protected]>
1 parent c84d6d2 commit b4badea

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

pages/plural-features/service-templating/supporting-liquid-filters.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -180,25 +180,6 @@ _Parameters_:
180180

181181
_Implementation_: `github.com/Masterminds/sprig/v3.any`
182182

183-
## `append`
184-
Appends a new item to existing list, creating a new list.
185-
186-
187-
_Parameters_:
188-
189-
- List
190-
191-
- Item to append
192-
193-
194-
195-
196-
_Example_: `append ( list 1 2 3 ) 5` returns `[1, 2, 3, 5]`.
197-
198-
199-
200-
_Implementation_: `github.com/Masterminds/sprig/v3.push`
201-
202183
## `atoi`
203184
Converts a string to an integer.
204185

0 commit comments

Comments
 (0)