diff options
Diffstat (limited to 'docs/content/en/functions/resources/Concat.md')
-rw-r--r-- | docs/content/en/functions/resources/Concat.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/content/en/functions/resources/Concat.md b/docs/content/en/functions/resources/Concat.md index 6e81f3f44..fe7226e1b 100644 --- a/docs/content/en/functions/resources/Concat.md +++ b/docs/content/en/functions/resources/Concat.md @@ -3,11 +3,11 @@ title: resources.Concat description: Returns a concatenated slice of resources. categories: [] keywords: [] -action: - aliases: [] - related: [] - returnType: resource.Resource - signatures: ['resources.Concat TARGETPATH [RESOURCE...]'] +params: + functions_and_methods: + aliases: [] + returnType: resource.Resource + signatures: ['resources.Concat TARGETPATH [RESOURCE...]'] --- The `resources.Concat` function returns a concatenated slice of resources, caching the result using the target path as its cache key. Each resource must have the same [media type]. |