mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
docs: Regen docs helper
This commit is contained in:
parent
d19ed4d4e6
commit
7617de86cd
1 changed files with 30 additions and 2 deletions
|
@ -824,6 +824,8 @@ chroma:
|
||||||
- Aliases:
|
- Aliases:
|
||||||
- typoscripthtmldata
|
- typoscripthtmldata
|
||||||
Name: TypoScriptHtmlData
|
Name: TypoScriptHtmlData
|
||||||
|
- Aliases: null
|
||||||
|
Name: ucode
|
||||||
- Aliases:
|
- Aliases:
|
||||||
- v
|
- v
|
||||||
- vlang
|
- vlang
|
||||||
|
@ -1254,6 +1256,9 @@ config:
|
||||||
keepEndTags: true
|
keepEndTags: true
|
||||||
keepQuotes: false
|
keepQuotes: false
|
||||||
keepWhitespace: false
|
keepWhitespace: false
|
||||||
|
templateDelims:
|
||||||
|
- ""
|
||||||
|
- ""
|
||||||
js:
|
js:
|
||||||
keepVarNames: false
|
keepVarNames: false
|
||||||
precision: 0
|
precision: 0
|
||||||
|
@ -1563,8 +1568,6 @@ config:
|
||||||
getenv:
|
getenv:
|
||||||
- ^HUGO_
|
- ^HUGO_
|
||||||
- ^CI$
|
- ^CI$
|
||||||
goTemplates:
|
|
||||||
allowActionJSTmpl: false
|
|
||||||
http:
|
http:
|
||||||
mediaTypes: null
|
mediaTypes: null
|
||||||
methods:
|
methods:
|
||||||
|
@ -2741,6 +2744,21 @@ tpl:
|
||||||
map[string]interface {}{
|
map[string]interface {}{
|
||||||
"Hugo": "Rocks!",
|
"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:
|
Timer:
|
||||||
Aliases: null
|
Aliases: null
|
||||||
Args: null
|
Args: null
|
||||||
|
@ -4364,6 +4382,16 @@ tpl:
|
||||||
- - '{{ "hello = \"Hello World\"" | resources.FromString "data/greetings.toml"
|
- - '{{ "hello = \"Hello World\"" | resources.FromString "data/greetings.toml"
|
||||||
| transform.Unmarshal }}'
|
| transform.Unmarshal }}'
|
||||||
- map[hello:Hello World]
|
- 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>" }}'
|
||||||
|
- '<p>abc</p>'
|
||||||
urls:
|
urls:
|
||||||
AbsLangURL:
|
AbsLangURL:
|
||||||
Aliases:
|
Aliases:
|
||||||
|
|
Loading…
Reference in a new issue