summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-10-29 11:31:51 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-10-29 11:31:51 +0100
commitd3d4ab41a9fefb36f92a987f59e6f8b6a58ce0aa (patch)
treec8be0a1c52af8d3ceb050cd7d8949cd7f40139ad /docs
parent28d844642a1f450da26ac68e5bd542006be8fe5d (diff)
docs: Regenerate docshelper
Diffstat (limited to 'docs')
-rw-r--r--docs/data/docs.yaml24
1 files changed, 23 insertions, 1 deletions
diff --git a/docs/data/docs.yaml b/docs/data/docs.yaml
index f80c2b41e..c7876b1bf 100644
--- a/docs/data/docs.yaml
+++ b/docs/data/docs.yaml
@@ -1021,6 +1021,7 @@ config:
extensions:
cjk:
eastAsianLineBreaks: false
+ eastAsianLineBreaksStyle: simple
enable: false
escapedSpace: false
definitionList: true
@@ -2305,8 +2306,9 @@ tpl:
- c
- k
Description: |-
- EchoParam returns a the value in the collection c with key k if is set; otherwise, it returns an
+ EchoParam returns the value in the collection c with key k if is set; otherwise, it returns an
empty string.
+ Deprecated: Use the index function instead.
Examples:
- - '{{ echoParam .Params "langCode" }}'
- en
@@ -2733,6 +2735,11 @@ tpl:
map[string]interface {}{
"Hugo": "Rocks!",
}
+ Timer:
+ Aliases: null
+ Args: null
+ Description: ""
+ Examples: null
VisualizeSpaces:
Aliases: null
Args: null
@@ -2877,6 +2884,11 @@ tpl:
Args: null
Description: ""
Examples: null
+ IsDevelopment:
+ Aliases: null
+ Args: null
+ Description: ""
+ Examples: null
IsExtended:
Aliases: null
Args: null
@@ -2887,6 +2899,11 @@ tpl:
Args: null
Description: ""
Examples: null
+ IsServer:
+ Aliases: null
+ Args: null
+ Description: ""
+ Examples: null
Version:
Aliases: null
Args: null
@@ -2967,6 +2984,11 @@ tpl:
Args: null
Description: ""
Examples: null
+ Padding:
+ Aliases: null
+ Args: null
+ Description: ""
+ Examples: null
Pixelate:
Aliases: null
Args: null