summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-12-04 15:24:34 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-12-04 15:24:34 +0100
commit7617de86cd7651e8d36b32d251b8c038845acfa7 (patch)
treed525c5c1032f1d6cf4b0bd189312569d13259cd9 /docs
parentd19ed4d4e69f51873135f05a51831d25ecc2071e (diff)
docs: Regen docs helper
Diffstat (limited to 'docs')
-rw-r--r--docs/data/docs.yaml32
1 files changed, 30 insertions, 2 deletions
diff --git a/docs/data/docs.yaml b/docs/data/docs.yaml
index 2cdb0dd53..dc81ad8bc 100644
--- a/docs/data/docs.yaml
+++ b/docs/data/docs.yaml
@@ -824,6 +824,8 @@ chroma:
- Aliases:
- typoscripthtmldata
Name: TypoScriptHtmlData
+ - Aliases: null
+ Name: ucode
- Aliases:
- v
- vlang
@@ -1254,6 +1256,9 @@ config:
keepEndTags: true
keepQuotes: false
keepWhitespace: false
+ templateDelims:
+ - ""
+ - ""
js:
keepVarNames: false
precision: 0
@@ -1563,8 +1568,6 @@ config:
getenv:
- ^HUGO_
- ^CI$
- goTemplates:
- allowActionJSTmpl: false
http:
mediaTypes: null
methods:
@@ -2741,6 +2744,21 @@ tpl:
map[string]interface {}{
"Hugo": "Rocks!",
}
+ TestDeprecationErr:
+ Aliases: null
+ Args: null
+ Description: ""
+ Examples: null
+ TestDeprecationInfo:
+ Aliases: null
+ Args: null
+ Description: ""
+ Examples: null
+ TestDeprecationWarn:
+ Aliases: null
+ Args: null
+ Description: ""
+ Examples: null
Timer:
Aliases: null
Args: null
@@ -4364,6 +4382,16 @@ tpl:
- - '{{ "hello = \"Hello World\"" | resources.FromString "data/greetings.toml"
| transform.Unmarshal }}'
- map[hello:Hello World]
+ XMLEscape:
+ Aliases: null
+ Args:
+ - s
+ Description: |-
+ XMLEscape returns the given string, removing disallowed characters then
+ escaping the result to its XML equivalent.
+ Examples:
+ - - '{{ transform.XMLEscape "<p>abc</p>" }}'
+ - '&lt;p&gt;abc&lt;/p&gt;'
urls:
AbsLangURL:
Aliases: