Skip to content

Commit

Permalink
cods: Regen docs helper
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Mar 1, 2023
1 parent 5c317c5 commit a56b907
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion docs/data/docs.json
Expand Up @@ -3493,7 +3493,7 @@
]
},
"Uniq": {
"Description": "Uniq takes returns a new list with all duplicate elements in the list l removed.\nduplicate elements removed.",
"Description": "Uniq returns a new list with duplicate elements in the list l removed.",
"Args": [
"l"
],
Expand Down Expand Up @@ -3602,6 +3602,20 @@
]
}
},
"css": {
"Quoted": {
"Description": "",
"Args": null,
"Aliases": null,
"Examples": null
},
"Unquoted": {
"Description": "",
"Args": null,
"Aliases": null,
"Examples": null
}
},
"data": {
"GetCSV": {
"Description": "GetCSV expects the separator sep and one or n-parts of a URL to a resource which\ncan either be a local or a remote one.\nThe data separator can be a comma, semi-colon, pipe, etc, but only one character.\nIf you provide multiple parts for the URL they will be joined together to the final URL.\nGetCSV returns nil or a slice slice to use in a short code.",
Expand Down Expand Up @@ -4782,6 +4796,12 @@
"Aliases": null,
"Examples": null
},
"GetIdentity": {
"Description": "",
"Args": null,
"Aliases": null,
"Examples": null
},
"Home": {
"Description": "",
"Args": null,
Expand Down Expand Up @@ -4913,6 +4933,12 @@
]
]
},
"ContainsNonSpace": {
"Description": "",
"Args": null,
"Aliases": null,
"Examples": null
},
"Count": {
"Description": "Count counts the number of non-overlapping instances of substr in s.\nIf substr is an empty string, Count returns 1 + the number of Unicode code points in s.",
"Args": [
Expand Down Expand Up @@ -5468,6 +5494,7 @@
"Markdownify": {
"Description": "Markdownify renders s from Markdown to HTML.",
"Args": [
"ctx",
"s"
],
"Aliases": [
Expand Down

0 comments on commit a56b907

Please sign in to comment.