diff options
Diffstat (limited to 'docs/content/en/hugo-pipes/bundling.md')
-rwxr-xr-x | docs/content/en/hugo-pipes/bundling.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/content/en/hugo-pipes/bundling.md b/docs/content/en/hugo-pipes/bundling.md index f3ff42f9c..7fc9fc9df 100755 --- a/docs/content/en/hugo-pipes/bundling.md +++ b/docs/content/en/hugo-pipes/bundling.md @@ -9,7 +9,10 @@ menu: parent: hugo-pipes weight: 90 weight: 90 -signatures: ["resources.Concat TARGET_PATH SLICE_RESOURCES"] +action: + aliases: [] + returnType: resource.Resource + signatures: ['resources.Concat TARGETPATH [RESOURCE...]'] --- ## Usage |