docs: Regen docshelper

This commit is contained in:
Bjørn Erik Pedersen 2019-12-19 23:48:01 +01:00
parent ccb1bf1abb
commit 55c29d4de3
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F

View file

@ -1383,11 +1383,13 @@
"lineNumbersInTable": true, "lineNumbersInTable": true,
"lineNoStart": 1, "lineNoStart": 1,
"hl_Lines": "", "hl_Lines": "",
"tabWidth": 4 "tabWidth": 4,
"guessSyntax": false
}, },
"tableOfContents": { "tableOfContents": {
"startLevel": 2, "startLevel": 2,
"endLevel": 3 "endLevel": 3,
"ordered": false
}, },
"goldmark": { "goldmark": {
"renderer": { "renderer": {
@ -2390,17 +2392,6 @@
} }
}, },
"compare": { "compare": {
"And": {
"Description": "And computes the Boolean AND of its arguments, returning\nthe first false argument it encounters, or the last argument.",
"Args": [
"arg0",
"args"
],
"Aliases": [
"and"
],
"Examples": []
},
"Conditional": { "Conditional": {
"Description": "Conditional can be used as a ternary operator.\nIt returns a if condition, else b.", "Description": "Conditional can be used as a ternary operator.\nIt returns a if condition, else b.",
"Args": [ "Args": [
@ -2513,27 +2504,6 @@
"ne" "ne"
], ],
"Examples": [] "Examples": []
},
"Not": {
"Description": "Not returns the Boolean negation of its argument.",
"Args": [
"arg"
],
"Aliases": [
"not"
],
"Examples": []
},
"Or": {
"Description": "Or computes the Boolean OR of its arguments, returning\nthe first true argument it encounters, or the last argument.",
"Args": [
"arg0",
"args"
],
"Aliases": [
"or"
],
"Examples": []
} }
}, },
"collections": { "collections": {
@ -3542,11 +3512,11 @@
] ]
}, },
"IncludeCached": { "IncludeCached": {
"Description": "IncludeCached executes and caches partial templates. An optional variant\nstring parameter (a string slice actually, but be only use a variadic\nargument to make it optional) can be passed so that a given partial can have\nmultiple uses. The cache is created with name+variant as the key.", "Description": "IncludeCached executes and caches partial templates. The cache is created with name+variants as the key.",
"Args": [ "Args": [
"name", "name",
"context", "context",
"variant" "variants"
], ],
"Aliases": [ "Aliases": [
"partialCached" "partialCached"