hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 1f8cd2614dc2e1c221bae40f0a948568798c56ac
parent 9d76b8fa34436d87ff023d95c39d60144ccd7f4d
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Tue,  8 Mar 2022 19:40:07 +0100

docs: Regenerate docshelper

Diffstat:
Mdocs/data/docs.json | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/docs/data/docs.json b/docs/data/docs.json
@@ -3299,6 +3299,7 @@
         "Apply": {
           "Description": "Apply takes a map, array, or slice and returns a new slice with the function fname applied over it.",
           "Args": [
+            "ctx",
             "seq",
             "fname",
             "args"