diff options
Diffstat (limited to 'docs/content/en/functions/resources/Copy.md')
-rw-r--r-- | docs/content/en/functions/resources/Copy.md | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/content/en/functions/resources/Copy.md b/docs/content/en/functions/resources/Copy.md index 3be3dfd57..220a3db4c 100644 --- a/docs/content/en/functions/resources/Copy.md +++ b/docs/content/en/functions/resources/Copy.md @@ -2,11 +2,11 @@ title: resources.Copy description: Copies the given resource to the target path. categories: [] -action: - aliases: [] - related: [] - returnType: resource.Resource - signatures: [resources.Copy TARGETPATH RESOURCE] +params: + functions_and_methods: + aliases: [] + returnType: resource.Resource + signatures: [resources.Copy TARGETPATH RESOURCE] --- ```go-html-template @@ -23,6 +23,5 @@ The relative URL of the new published resource will be: /img/new-image-name.jpg ``` -{{% note %}} -Use the `resources.Copy` function with global, page, and remote resources. -{{% /note %}} +> [!note] +> Use the `resources.Copy` function with global, page, and remote resources. |