docs: Regen docs helper
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 17 Dec 2021 09:31:08 +0000 (10:31 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 17 Dec 2021 09:31:08 +0000 (10:31 +0100)
docs/data/docs.json

index 8f8950dc47d6b673d372436760eef75c5cfb51d6..b270b2c9b5361eb145d5282b0e25c5286207e879 100644 (file)
       "enableInlineShortcodes": false,
       "exec": {
         "allow": [
+          "^dart-sass-embedded$",
           "^go$",
           "^npx$",
           "^postcss$"
           "yml"
         ]
       },
+      {
+        "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",
           "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": []
           "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,