mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-09 19:47:02 +02:00
docs: Regen docshelper
This commit is contained in:
@@ -978,6 +978,9 @@ config:
|
||||
images:
|
||||
dir: :resourceDir/_gen
|
||||
maxAge: -1
|
||||
misc:
|
||||
dir: :cacheDir/:project
|
||||
maxAge: -1
|
||||
modules:
|
||||
dir: :cacheDir/modules
|
||||
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
|
||||
empty string.
|
||||
Deprecated: Use the index function instead.
|
||||
Examples:
|
||||
- - '{{ echoParam .Params "langCode" }}'
|
||||
- en
|
||||
Examples: []
|
||||
First:
|
||||
Aliases:
|
||||
- first
|
||||
@@ -4673,6 +4674,11 @@ tpl:
|
||||
{
|
||||
"title": "Hello World"
|
||||
}
|
||||
ToMath:
|
||||
Aliases: null
|
||||
Args: null
|
||||
Description: ""
|
||||
Examples: null
|
||||
Unmarshal:
|
||||
Aliases:
|
||||
- unmarshal
|
||||
|
Reference in New Issue
Block a user