From 8a6cd0b4d0d507c28f614c5ade62d8bc7017e563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 8 Mar 2022 19:40:07 +0100 Subject: [PATCH 1/4] docs: Regenerate docshelper --- data/docs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/docs.json b/data/docs.json index b38edc86a..2fb4c2022 100644 --- a/data/docs.json +++ b/data/docs.json @@ -3299,6 +3299,7 @@ "Apply": { "Description": "Apply takes a map, array, or slice and returns a new slice with the function fname applied over it.", "Args": [ + "ctx", "seq", "fname", "args" From 6cfcae4b79f15f6aa950ef374c6dd0bce85b2634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 8 Mar 2022 19:40:50 +0100 Subject: [PATCH 2/4] docs: Regenerate CLI docs --- content/en/commands/hugo_server.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/commands/hugo_server.md b/content/en/commands/hugo_server.md index cd9a85cac..044b5ece4 100644 --- a/content/en/commands/hugo_server.md +++ b/content/en/commands/hugo_server.md @@ -64,7 +64,8 @@ hugo server [flags] --printMemoryUsage print memory usage to screen at intervals --printPathWarnings print warnings on duplicate target paths etc. --printUnusedTemplates print warnings on unused templates. - --renderToDisk render to Destination path (default is render to memory & serve from there) + --renderStaticToDisk serve static files from disk and dynamic files from memory + --renderToDisk serve all files from disk (default is from memory) --templateMetrics display metrics about template executions --templateMetricsHints calculate some improvement hints when combined with --templateMetrics -t, --theme strings themes to use (located in /themes/THEMENAME/) From e64016d13557e435fa9aed277f548140ec73c1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 9 Mar 2022 11:33:53 +0100 Subject: [PATCH 3/4] docs: Regenerate docshelper --- data/docs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/docs.json b/data/docs.json index 2fb4c2022..55e71e3f3 100644 --- a/data/docs.json +++ b/data/docs.json @@ -1695,6 +1695,7 @@ "lineAnchors": "", "lineNoStart": 1, "hl_Lines": "", + "hl_inline": false, "tabWidth": 4, "guessSyntax": false }, @@ -1843,7 +1844,7 @@ "keepDocumentTags": true, "keepEndTags": true, "keepQuotes": false, - "keepWhitespace": true + "keepWhitespace": false }, "css": { "keepCSS2": true, From ba3a11ac24cdc2c6d915ca5c863a6d8e8cec0e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 10 Mar 2022 10:08:04 +0100 Subject: [PATCH 4/4] docs: Regenerate docshelper --- data/docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/docs.json b/data/docs.json index 55e71e3f3..7f85c6d1a 100644 --- a/data/docs.json +++ b/data/docs.json @@ -1695,7 +1695,6 @@ "lineAnchors": "", "lineNoStart": 1, "hl_Lines": "", - "hl_inline": false, "tabWidth": 4, "guessSyntax": false }, @@ -1725,6 +1724,7 @@ "table": true, "strikethrough": true, "linkify": true, + "linkifyProtocol": "https", "taskList": true } },