diff options
Diffstat (limited to 'docs/content/en/functions/resources/FromString.md')
-rw-r--r-- | docs/content/en/functions/resources/FromString.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/content/en/functions/resources/FromString.md b/docs/content/en/functions/resources/FromString.md index c13db35d6..4cd04f609 100644 --- a/docs/content/en/functions/resources/FromString.md +++ b/docs/content/en/functions/resources/FromString.md @@ -3,12 +3,11 @@ title: resources.FromString description: Returns a resource created from a string. categories: [] keywords: [] -action: - aliases: [] - related: - - functions/resources/ExecuteAsTemplate - returnType: resource.Resource - signatures: [resources.FromString TARGETPATH STRING] +params: + functions_and_methods: + aliases: [] + returnType: resource.Resource + signatures: [resources.FromString TARGETPATH STRING] --- The `resources.FromString` function returns a resource created from a string, caching the result using the target path as its cache key. |