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
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-03-08 21:40:07 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-03-08 21:40:07 +0300
commit1f8cd2614dc2e1c221bae40f0a948568798c56ac (patch)
tree54dfcb89690172079f1b2f05b96a4b46c06f55bb /docs
parent9d76b8fa34436d87ff023d95c39d60144ccd7f4d (diff)
docs: Regenerate docshelper
Diffstat (limited to 'docs')
-rw-r--r--docs/data/docs.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/data/docs.json b/docs/data/docs.json
index b38edc86a..2fb4c2022 100644
--- 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"