Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-12-20 01:48:01 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-12-20 01:48:01 +0300
commit55c29d4de38df67dd116f1845f7cc69ca7e35843 (patch)
treeb9102dc50068d5536799353ba0e9986f2cc7e5d3 /docs/data/docs.json
parentccb1bf1abb7341fa1be23a90b66c14ae89790f49 (diff)
docs: Regen docshelper
Diffstat (limited to 'docs/data/docs.json')
-rw-r--r--docs/data/docs.json42
1 files changed, 6 insertions, 36 deletions
diff --git a/docs/data/docs.json b/docs/data/docs.json
index 18a9ac7ab..a4c79ab16 100644
--- a/docs/data/docs.json
+++ b/docs/data/docs.json
@@ -1383,11 +1383,13 @@
"lineNumbersInTable": true,
"lineNoStart": 1,
"hl_Lines": "",
- "tabWidth": 4
+ "tabWidth": 4,
+ "guessSyntax": false
},
"tableOfContents": {
"startLevel": 2,
- "endLevel": 3
+ "endLevel": 3,
+ "ordered": false
},
"goldmark": {
"renderer": {
@@ -2390,17 +2392,6 @@
}
},
"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": {
"Description": "Conditional can be used as a ternary operator.\nIt returns a if condition, else b.",
"Args": [
@@ -2513,27 +2504,6 @@
"ne"
],
"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": {
@@ -3542,11 +3512,11 @@
]
},
"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": [
"name",
"context",
- "variant"
+ "variants"
],
"Aliases": [
"partialCached"