mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
docs: Regenerate docs helper
This commit is contained in:
parent
6c841a691e
commit
e86b331138
1 changed files with 10 additions and 3 deletions
|
@ -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": []
|
||||
|
|
Loading…
Reference in a new issue