Skip to content

Commit ef2e30e

Browse files
committed
docs: Regen docshelper
1 parent 33c0938 commit ef2e30e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

‎docs/data/docs.yaml‎

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,9 @@ config:
978978
images:
979979
dir: :resourceDir/_gen
980980
maxAge: -1
981+
misc:
982+
dir: :cacheDir/:project
983+
maxAge: -1
981984
modules:
982985
dir: :cacheDir/modules
983986
maxAge: -1
@@ -2442,9 +2445,7 @@ tpl:
24422445
EchoParam returns the value in the collection c with key k if is set; otherwise, it returns an
24432446
empty string.
24442447
Deprecated: Use the index function instead.
2445-
Examples:
2446-
- - '{{ echoParam .Params "langCode" }}'
2447-
- en
2448+
Examples: []
24482449
First:
24492450
Aliases:
24502451
- first
@@ -4673,6 +4674,11 @@ tpl:
46734674
{
46744675
"title": "Hello World"
46754676
}
4677+
ToMath:
4678+
Aliases: null
4679+
Args: null
4680+
Description: ""
4681+
Examples: null
46764682
Unmarshal:
46774683
Aliases:
46784684
- unmarshal

0 commit comments

Comments
 (0)