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

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-12-17 12:31:08 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-12-17 12:31:08 +0300
commit6df2f080c9de864acf07a4414b071acb26cdc659 (patch)
tree2c0df1d9427854ccb8e0a1a9965286b2bc571886
parentb84745d497301693ea13ff962434a2e074c75762 (diff)
docs: Regen docs helper
-rw-r--r--docs/data/docs.json41
1 files changed, 39 insertions, 2 deletions
diff --git a/docs/data/docs.json b/docs/data/docs.json
index 8f8950dc4..b270b2c9b 100644
--- a/docs/data/docs.json
+++ b/docs/data/docs.json
@@ -1833,6 +1833,7 @@
"enableInlineShortcodes": false,
"exec": {
"allow": [
+ "^dart-sass-embedded$",
"^go$",
"^npx$",
"^postcss$"
@@ -1987,6 +1988,34 @@
]
},
{
+ "mainType": "font",
+ "subType": "otf",
+ "delimiter": ".",
+ "firstSuffix": {
+ "suffix": "otf",
+ "fullSuffix": ".otf"
+ },
+ "type": "font/otf",
+ "string": "font/otf",
+ "suffixes": [
+ "otf"
+ ]
+ },
+ {
+ "mainType": "font",
+ "subType": "ttf",
+ "delimiter": ".",
+ "firstSuffix": {
+ "suffix": "ttf",
+ "fullSuffix": ".ttf"
+ },
+ "type": "font/ttf",
+ "string": "font/ttf",
+ "suffixes": [
+ "ttf"
+ ]
+ },
+ {
"mainType": "image",
"subType": "jpeg",
"delimiter": ".",
@@ -4559,9 +4588,9 @@
"Examples": null
},
"Get": {
- "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.",
+ "Description": "Get locates the filename given in Hugo's assets filesystem and\ncreates a Resource object that can be used for\nfurther transformations.",
"Args": [
- "args"
+ "filename"
],
"Aliases": null,
"Examples": []
@@ -4572,6 +4601,14 @@
"Aliases": null,
"Examples": null
},
+ "GetRemote": {
+ "Description": "GetRemote gets the URL (via HTTP(s)) in the first argument in args and creates Resource object that can be used for\nfurther transformations.\n\nA second argument may be provided with an option map.\n\nNote: This method does not return any error as a second argument,\nfor any error situations the error can be checked in .Err.",
+ "Args": [
+ "args"
+ ],
+ "Aliases": null,
+ "Examples": []
+ },
"Match": {
"Description": "",
"Args": null,