mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
docs: Regen docs helper
This commit is contained in:
parent
17af79a03e
commit
4f466db666
1 changed files with 36 additions and 15 deletions
|
@ -676,6 +676,12 @@
|
|||
"wlua"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "MLIR",
|
||||
"Aliases": [
|
||||
"mlir"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "Mako",
|
||||
"Aliases": [
|
||||
|
@ -1113,6 +1119,14 @@
|
|||
"squidconf"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "Standard ML",
|
||||
"Aliases": [
|
||||
"fun",
|
||||
"sig",
|
||||
"sml"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "Swift",
|
||||
"Aliases": [
|
||||
|
@ -1133,6 +1147,13 @@
|
|||
"toml"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "TableGen",
|
||||
"Aliases": [
|
||||
"tablegen",
|
||||
"td"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "Tcl",
|
||||
"Aliases": [
|
||||
|
@ -2447,10 +2468,10 @@
|
|||
]
|
||||
},
|
||||
"Ge": {
|
||||
"Description": "Ge returns the boolean truth of arg1 \u003e= arg2.",
|
||||
"Description": "Ge returns the boolean truth of arg1 \u003e= arg2 \u0026\u0026 arg1 \u003e= arg3 \u0026\u0026 arg1 \u003e= arg4.",
|
||||
"Args": [
|
||||
"a",
|
||||
"b"
|
||||
"first",
|
||||
"others"
|
||||
],
|
||||
"Aliases": [
|
||||
"ge"
|
||||
|
@ -2463,10 +2484,10 @@
|
|||
]
|
||||
},
|
||||
"Gt": {
|
||||
"Description": "Gt returns the boolean truth of arg1 \u003e arg2.",
|
||||
"Description": "Gt returns the boolean truth of arg1 \u003e arg2 \u0026\u0026 arg1 \u003e arg3 \u0026\u0026 arg1 \u003e arg4.",
|
||||
"Args": [
|
||||
"a",
|
||||
"b"
|
||||
"first",
|
||||
"others"
|
||||
],
|
||||
"Aliases": [
|
||||
"gt"
|
||||
|
@ -2474,10 +2495,10 @@
|
|||
"Examples": []
|
||||
},
|
||||
"Le": {
|
||||
"Description": "Le returns the boolean truth of arg1 \u003c= arg2.",
|
||||
"Description": "Le returns the boolean truth of arg1 \u003c= arg2 \u0026\u0026 arg1 \u003c= arg3 \u0026\u0026 arg1 \u003c= arg4.",
|
||||
"Args": [
|
||||
"a",
|
||||
"b"
|
||||
"first",
|
||||
"others"
|
||||
],
|
||||
"Aliases": [
|
||||
"le"
|
||||
|
@ -2485,10 +2506,10 @@
|
|||
"Examples": []
|
||||
},
|
||||
"Lt": {
|
||||
"Description": "Lt returns the boolean truth of arg1 \u003c arg2.",
|
||||
"Description": "Lt returns the boolean truth of arg1 \u003c arg2 \u0026\u0026 arg1 \u003c arg3 \u0026\u0026 arg1 \u003c arg4.",
|
||||
"Args": [
|
||||
"a",
|
||||
"b"
|
||||
"first",
|
||||
"others"
|
||||
],
|
||||
"Aliases": [
|
||||
"lt"
|
||||
|
@ -2496,10 +2517,10 @@
|
|||
"Examples": []
|
||||
},
|
||||
"Ne": {
|
||||
"Description": "Ne returns the boolean truth of arg1 != arg2.",
|
||||
"Description": "Ne returns the boolean truth of arg1 != arg2 \u0026\u0026 arg1 != arg3 \u0026\u0026 arg1 != arg4.",
|
||||
"Args": [
|
||||
"x",
|
||||
"y"
|
||||
"first",
|
||||
"others"
|
||||
],
|
||||
"Aliases": [
|
||||
"ne"
|
||||
|
|
Loading…
Reference in a new issue