]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
docs: Regen docshelper
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 9 Aug 2024 17:34:13 +0000 (19:34 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 9 Aug 2024 17:34:13 +0000 (19:34 +0200)
docs/data/docs.yaml

index eecf2041e39bade285ec5612b5393d0a8520f668..e399426b6f5115020e9c05fe4140d644d9f6f8f6 100644 (file)
@@ -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