Skip to content

Commit 7c93ea8

Browse files
authored
docs: add reference to slim-sprig in the templating page (#2472)
1 parent 6a7cfa5 commit 7c93ea8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/src/docs/reference/templating.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ outline: deep
1111
Task's templating engine uses Go's
1212
[text/template](https://pkg.go.dev/text/template) package to interpolate values.
1313
This reference covers the main features and all available functions for creating
14-
dynamic Taskfiles.
14+
dynamic Taskfiles. Most of the provided functions come from the
15+
[slim-sprig](https://sprig.taskfile.dev/) library.
1516

1617
## Basic Usage
1718

0 commit comments

Comments
 (0)