Skip to content

Commit

Permalink
docs: Regen docshelper
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jun 19, 2023
1 parent 3ab8465 commit 9f98b3e
Showing 1 changed file with 37 additions and 4 deletions.
41 changes: 37 additions & 4 deletions docs/data/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,7 @@
"precision": 0,
"keepVarNames": false,
"noNullishOperator": false,
"version": 0
"version": 2022
},
"json": {
"precision": 0,
Expand All @@ -1743,7 +1743,7 @@
"enableInlineShortcodes": false,
"exec": {
"allow": [
"^dart-sass-embedded$",
"^(dart-)?sass(-embedded)?$",
"^go$",
"^npx$",
"^postcss$"
Expand All @@ -1758,6 +1758,9 @@
"^CI$"
]
},
"goTemplates": {
"AllowActionJSTmpl": false
},
"http": {
"mediaTypes": null,
"methods": [
Expand Down Expand Up @@ -3674,6 +3677,12 @@
]
]
},
"Errormf": {
"Description": "",
"Args": null,
"Aliases": null,
"Examples": null
},
"Print": {
"Description": "Print returns a string representation of args.",
"Args": [
Expand Down Expand Up @@ -3735,6 +3744,12 @@
""
]
]
},
"Warnmf": {
"Description": "",
"Args": null,
"Aliases": null,
"Examples": null
}
},
"hugo": {
Expand Down Expand Up @@ -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"
],
Expand All @@ -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"
],
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -4294,6 +4315,12 @@
"1"
]
]
},
"Sum": {
"Description": "",
"Args": null,
"Aliases": null,
"Examples": null
}
},
"openapi3": {
Expand Down Expand Up @@ -4887,6 +4914,12 @@
"Aliases": null,
"Examples": null
},
"RSSLink": {
"Description": "",
"Args": null,
"Aliases": null,
"Examples": null
},
"RegularPages": {
"Description": "",
"Args": null,
Expand Down

0 comments on commit 9f98b3e

Please sign in to comment.