summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-06-19 17:52:42 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-06-19 17:52:52 +0200
commit9f98b3e718c0baa310ce0a30b9482ce689ac444c (patch)
tree20e5d574c50d412f3f2acef4fd27f1baa9756dcf /docs
parent3ab84651c69efb6d8b13e7702eb31dbe05776282 (diff)
docs: Regen docshelper
Diffstat (limited to 'docs')
-rw-r--r--docs/data/docs.json41
1 files changed, 37 insertions, 4 deletions
diff --git a/docs/data/docs.json b/docs/data/docs.json
index d75c35730..454c4cfa2 100644
--- a/docs/data/docs.json
+++ b/docs/data/docs.json
@@ -1724,7 +1724,7 @@
"precision": 0,
"keepVarNames": false,
"noNullishOperator": false,
- "version": 0
+ "version": 2022
},
"json": {
"precision": 0,
@@ -1743,7 +1743,7 @@
"enableInlineShortcodes": false,
"exec": {
"allow": [
- "^dart-sass-embedded$",
+ "^(dart-)?sass(-embedded)?$",
"^go$",
"^npx$",
"^postcss$"
@@ -1758,6 +1758,9 @@
"^CI$"
]
},
+ "goTemplates": {
+ "AllowActionJSTmpl": false
+ },
"http": {
"mediaTypes": null,
"methods": [
@@ -3674,6 +3677,12 @@
]
]
},
+ "Errormf": {
+ "Description": "",
+ "Args": null,
+ "Aliases": null,
+ "Examples": null
+ },
"Print": {
"Description": "Print returns a string representation of args.",
"Args": [
@@ -3735,6 +3744,12 @@
""
]
]
+ },
+ "Warnmf": {
+ "Description": "",
+ "Args": null,
+ "Aliases": null,
+ "Examples": null
}
},
"hugo": {
@@ -4166,7 +4181,7 @@
]
},
"Max": {
- "Description": "Max returns the greater of the multivalued numbers n1 and n2 or more values.",
+ "Description": "Max returns the greater of all numbers in inputs. Any slices in inputs are flattened.",
"Args": [
"inputs"
],
@@ -4179,7 +4194,7 @@
]
},
"Min": {
- "Description": "Min returns the smaller of multivalued numbers n1 and n2 or more values.",
+ "Description": "Min returns the smaller of all numbers in inputs. Any slices in inputs are flattened.",
"Args": [
"inputs"
],
@@ -4254,6 +4269,12 @@
]
]
},
+ "Product": {
+ "Description": "",
+ "Args": null,
+ "Aliases": null,
+ "Examples": null
+ },
"Round": {
"Description": "Round returns the integer nearest to n, rounding half away from zero.",
"Args": [
@@ -4294,6 +4315,12 @@
"1"
]
]
+ },
+ "Sum": {
+ "Description": "",
+ "Args": null,
+ "Aliases": null,
+ "Examples": null
}
},
"openapi3": {
@@ -4887,6 +4914,12 @@
"Aliases": null,
"Examples": null
},
+ "RSSLink": {
+ "Description": "",
+ "Args": null,
+ "Aliases": null,
+ "Examples": null
+ },
"RegularPages": {
"Description": "",
"Args": null,