mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
docs: Regen docshelper
This commit is contained in:
parent
33c0938cd5
commit
ef2e30eca3
1 changed files with 9 additions and 3 deletions
|
@ -978,6 +978,9 @@ config:
|
||||||
images:
|
images:
|
||||||
dir: :resourceDir/_gen
|
dir: :resourceDir/_gen
|
||||||
maxAge: -1
|
maxAge: -1
|
||||||
|
misc:
|
||||||
|
dir: :cacheDir/:project
|
||||||
|
maxAge: -1
|
||||||
modules:
|
modules:
|
||||||
dir: :cacheDir/modules
|
dir: :cacheDir/modules
|
||||||
maxAge: -1
|
maxAge: -1
|
||||||
|
@ -2442,9 +2445,7 @@ tpl:
|
||||||
EchoParam returns 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.
|
empty string.
|
||||||
Deprecated: Use the index function instead.
|
Deprecated: Use the index function instead.
|
||||||
Examples:
|
Examples: []
|
||||||
- - '{{ echoParam .Params "langCode" }}'
|
|
||||||
- en
|
|
||||||
First:
|
First:
|
||||||
Aliases:
|
Aliases:
|
||||||
- first
|
- first
|
||||||
|
@ -4673,6 +4674,11 @@ tpl:
|
||||||
{
|
{
|
||||||
"title": "Hello World"
|
"title": "Hello World"
|
||||||
}
|
}
|
||||||
|
ToMath:
|
||||||
|
Aliases: null
|
||||||
|
Args: null
|
||||||
|
Description: ""
|
||||||
|
Examples: null
|
||||||
Unmarshal:
|
Unmarshal:
|
||||||
Aliases:
|
Aliases:
|
||||||
- unmarshal
|
- unmarshal
|
||||||
|
|
Loading…
Reference in a new issue