Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-12-08 10:56:16 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-12-08 10:56:16 +0300
commite2b6f990b87d2a21b0ddbf25d7e92b84146fb37b (patch)
tree0147a503223d83c5e99f777935f7bc0cc10bde30 /data
parentc02259e33210812e16951dac779319432976199b (diff)
docs: Regenerate docs helper
Diffstat (limited to 'data')
-rw-r--r--data/docs.json13
1 files changed, 10 insertions, 3 deletions
diff --git a/data/docs.json b/data/docs.json
index c1e640ac6..70a2eafb4 100644
--- a/data/docs.json
+++ b/data/docs.json
@@ -1893,7 +1893,8 @@
"type": "application/rss+xml",
"string": "application/rss+xml",
"suffixes": [
- "xml"
+ "xml",
+ "rss"
]
},
{
@@ -3880,6 +3881,12 @@
"Aliases": null,
"Examples": null
},
+ "Text": {
+ "Description": "",
+ "Args": null,
+ "Aliases": null,
+ "Examples": null
+ },
"UnsharpMask": {
"Description": "",
"Args": null,
@@ -4517,9 +4524,9 @@
"Examples": null
},
"Get": {
- "Description": "Get locates the filename given in Hugo's assets filesystem\nand creates a Resource object that can be used for further transformations.",
+ "Description": "Get locates the filename given in Hugo's assets filesystem or downloads\na file from an URL and creates a Resource object that can be used for\nfurther transformations.\n\nFor URLs an additional argument with options can be provided.",
"Args": [
- "filename"
+ "args"
],
"Aliases": null,
"Examples": []