mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -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"
|
"wlua"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name": "MLIR",
|
||||||
|
"Aliases": [
|
||||||
|
"mlir"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name": "Mako",
|
"Name": "Mako",
|
||||||
"Aliases": [
|
"Aliases": [
|
||||||
|
@ -1113,6 +1119,14 @@
|
||||||
"squidconf"
|
"squidconf"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name": "Standard ML",
|
||||||
|
"Aliases": [
|
||||||
|
"fun",
|
||||||
|
"sig",
|
||||||
|
"sml"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name": "Swift",
|
"Name": "Swift",
|
||||||
"Aliases": [
|
"Aliases": [
|
||||||
|
@ -1133,6 +1147,13 @@
|
||||||
"toml"
|
"toml"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name": "TableGen",
|
||||||
|
"Aliases": [
|
||||||
|
"tablegen",
|
||||||
|
"td"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name": "Tcl",
|
"Name": "Tcl",
|
||||||
"Aliases": [
|
"Aliases": [
|
||||||
|
@ -2447,10 +2468,10 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Ge": {
|
"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": [
|
"Args": [
|
||||||
"a",
|
"first",
|
||||||
"b"
|
"others"
|
||||||
],
|
],
|
||||||
"Aliases": [
|
"Aliases": [
|
||||||
"ge"
|
"ge"
|
||||||
|
@ -2463,10 +2484,10 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Gt": {
|
"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": [
|
"Args": [
|
||||||
"a",
|
"first",
|
||||||
"b"
|
"others"
|
||||||
],
|
],
|
||||||
"Aliases": [
|
"Aliases": [
|
||||||
"gt"
|
"gt"
|
||||||
|
@ -2474,10 +2495,10 @@
|
||||||
"Examples": []
|
"Examples": []
|
||||||
},
|
},
|
||||||
"Le": {
|
"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": [
|
"Args": [
|
||||||
"a",
|
"first",
|
||||||
"b"
|
"others"
|
||||||
],
|
],
|
||||||
"Aliases": [
|
"Aliases": [
|
||||||
"le"
|
"le"
|
||||||
|
@ -2485,10 +2506,10 @@
|
||||||
"Examples": []
|
"Examples": []
|
||||||
},
|
},
|
||||||
"Lt": {
|
"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": [
|
"Args": [
|
||||||
"a",
|
"first",
|
||||||
"b"
|
"others"
|
||||||
],
|
],
|
||||||
"Aliases": [
|
"Aliases": [
|
||||||
"lt"
|
"lt"
|
||||||
|
@ -2496,10 +2517,10 @@
|
||||||
"Examples": []
|
"Examples": []
|
||||||
},
|
},
|
||||||
"Ne": {
|
"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": [
|
"Args": [
|
||||||
"x",
|
"first",
|
||||||
"y"
|
"others"
|
||||||
],
|
],
|
||||||
"Aliases": [
|
"Aliases": [
|
||||||
"ne"
|
"ne"
|
||||||
|
|
Loading…
Reference in a new issue