From: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Sun, 5 Jan 2020 10:57:25 +0000 (+0100)
Subject: docs: Regenerate docshelper
X-Git-Tag: v0.62.2~6
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=81b7e48a55092203aeee8785799e6fed3928760e;p=brevno-suite%2Fhugo

docs: Regenerate docshelper

See #6707
See #6616
---

diff --git a/docs/data/docs.json b/docs/data/docs.json
index 7cdf8a40..4f5cbd25 100644
--- a/docs/data/docs.json
+++ b/docs/data/docs.json
@@ -1399,6 +1399,7 @@
         },
         "parser": {
           "autoHeadingID": true,
+          "autoHeadingIDType": "github",
           "attribute": true
         },
         "extensions": {
@@ -2993,7 +2994,7 @@
       },
       "fmt": {
         "Errorf": {
-          "Description": "Errorf formats according to a format specifier and returns the string as a\nvalue that satisfies error.",
+          "Description": "Errorf formats according to a format specifier and logs an ERROR.\nIt returns an empty string.",
           "Args": [
             "format",
             "a"
@@ -3004,7 +3005,7 @@
           "Examples": [
             [
               "{{ errorf \"%s.\" \"failed\" }}",
-              "failed."
+              ""
             ]
           ]
         },