From d3d4ab41a9fefb36f92a987f59e6f8b6a58ce0aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 29 Oct 2023 11:31:51 +0100 Subject: docs: Regenerate docshelper --- docs/data/docs.yaml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/docs/data/docs.yaml b/docs/data/docs.yaml index f80c2b41e..c7876b1bf 100644 --- a/docs/data/docs.yaml +++ b/docs/data/docs.yaml @@ -1021,6 +1021,7 @@ config: extensions: cjk: eastAsianLineBreaks: false + eastAsianLineBreaksStyle: simple enable: false escapedSpace: false definitionList: true @@ -2305,8 +2306,9 @@ tpl: - c - k Description: |- - EchoParam returns a 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. + Deprecated: Use the index function instead. Examples: - - '{{ echoParam .Params "langCode" }}' - en @@ -2733,6 +2735,11 @@ tpl: map[string]interface {}{ "Hugo": "Rocks!", } + Timer: + Aliases: null + Args: null + Description: "" + Examples: null VisualizeSpaces: Aliases: null Args: null @@ -2877,6 +2884,11 @@ tpl: Args: null Description: "" Examples: null + IsDevelopment: + Aliases: null + Args: null + Description: "" + Examples: null IsExtended: Aliases: null Args: null @@ -2887,6 +2899,11 @@ tpl: Args: null Description: "" Examples: null + IsServer: + Aliases: null + Args: null + Description: "" + Examples: null Version: Aliases: null Args: null @@ -2967,6 +2984,11 @@ tpl: Args: null Description: "" Examples: null + Padding: + Aliases: null + Args: null + Description: "" + Examples: null Pixelate: Aliases: null Args: null -- cgit v1.2.3