URI: 
       docs: Regenerate docs helper - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit e86b331138a9ec12f5304e307111f8bcbb343cf3
   DIR parent 6c841a691ed567acdddffec84642326decf311ce
  HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Wed,  8 Dec 2021 08:56:16 +0100
       
       docs: Regenerate docs helper
       
       Diffstat:
         M docs/data/docs.json                 |      13 ++++++++++---
       
       1 file changed, 10 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/docs/data/docs.json b/docs/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": []