Skip to content

Commit

Permalink
docs: Regen docs helper
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Dec 4, 2023
1 parent d19ed4d commit 7617de8
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions docs/data/docs.yaml
Expand Up @@ -824,6 +824,8 @@ chroma:
- Aliases:
- typoscripthtmldata
Name: TypoScriptHtmlData
- Aliases: null
Name: ucode
- Aliases:
- v
- vlang
Expand Down Expand Up @@ -1254,6 +1256,9 @@ config:
keepEndTags: true
keepQuotes: false
keepWhitespace: false
templateDelims:
- ""
- ""
js:
keepVarNames: false
precision: 0
Expand Down Expand Up @@ -1563,8 +1568,6 @@ config:
getenv:
- ^HUGO_
- ^CI$
goTemplates:
allowActionJSTmpl: false
http:
mediaTypes: null
methods:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 7617de8

Please sign in to comment.