diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-08-09 19:34:13 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-08-09 19:34:13 +0200 |
commit | ef2e30eca3799e3835b1ec4c20f6f30b7237715f (patch) | |
tree | 07c23613b6ad318782d251834c090a05c134280b /docs | |
parent | 33c0938cd50dd3409f8e94878b97d789cc328f23 (diff) | |
download | hugo-ef2e30eca3799e3835b1ec4c20f6f30b7237715f.tar.gz hugo-ef2e30eca3799e3835b1ec4c20f6f30b7237715f.zip |
docs: Regen docshelper
Diffstat (limited to 'docs')
-rw-r--r-- | docs/data/docs.yaml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/data/docs.yaml b/docs/data/docs.yaml index eecf2041e..e399426b6 100644 --- a/docs/data/docs.yaml +++ b/docs/data/docs.yaml @@ -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 |