diff --git a/content/en/functions/chomp.md b/content/en/functions/chomp.md index c56505c2c..3e61c8db5 100644 --- a/content/en/functions/chomp.md +++ b/content/en/functions/chomp.md @@ -10,7 +10,9 @@ menu: docs: parent: "functions" keywords: [trim] -signature: ["chomp INPUT"] +signature: + - "chomp INPUT" + - "strings.Chomp INPUT" workson: [] hugoversion: relatedfuncs: [truncate] diff --git a/content/en/functions/countrunes.md b/content/en/functions/countrunes.md index 0acef095b..01ded4d6f 100644 --- a/content/en/functions/countrunes.md +++ b/content/en/functions/countrunes.md @@ -9,7 +9,9 @@ menu: docs: parent: "functions" keywords: [counting, word count] -signature: ["countrunes INPUT"] +signature: + - "countrunes INPUT" + - "strings.CountRunes INPUT" workson: [] hugoversion: relatedfuncs: [] diff --git a/content/en/functions/dateformat.md b/content/en/functions/dateformat.md index 7a16e80b2..210913b87 100644 --- a/content/en/functions/dateformat.md +++ b/content/en/functions/dateformat.md @@ -9,7 +9,9 @@ menu: docs: parent: "functions" keywords: [dates,time,strings] -signature: ["time.Format LAYOUT INPUT"] +signature: + - "time.Format LAYOUT INPUT" + - "dateFormat LAYOUT INPUT" workson: [] hugoversion: relatedfuncs: [Format,now,Unix,time] diff --git a/content/en/functions/emojify.md b/content/en/functions/emojify.md index 20e30fafa..a323470b7 100644 --- a/content/en/functions/emojify.md +++ b/content/en/functions/emojify.md @@ -16,7 +16,7 @@ relatedfuncs: [] deprecated: false --- -`emoji` runs a passed string through the Emoji emoticons processor. +`emojify` runs a passed string through the Emoji emoticons processor. See the [Emoji cheat sheet][emojis] for available emoticons. diff --git a/content/en/functions/i18n.md b/content/en/functions/i18n.md index 34a6ff022..8f8c9642c 100644 --- a/content/en/functions/i18n.md +++ b/content/en/functions/i18n.md @@ -10,7 +10,10 @@ menu: docs: parent: "functions" keywords: [internationalization,i18n,multilingual] -signature: ["i18n KEY", "T KEY"] +signature: + - "i18n KEY" + - "T KEY" + - "lang.Translate KEY" workson: [] hugoversion: relatedfuncs: [] diff --git a/content/en/functions/replace.md b/content/en/functions/replace.md index f5c2914b6..36e392015 100644 --- a/content/en/functions/replace.md +++ b/content/en/functions/replace.md @@ -9,7 +9,9 @@ menu: docs: parent: "functions" keywords: [replace] -signature: ["strings.Replace INPUT OLD NEW [LIMIT]", "replace INPUT OLD NEW [LIMIT]"] +signature: + - "replace INPUT OLD NEW [LIMIT]" + - "strings.Replace INPUT OLD NEW [LIMIT]" workson: [] hugoversion: relatedfuncs: [replaceRE] diff --git a/content/en/functions/slicestr.md b/content/en/functions/slicestr.md index 254ad9a61..45da68280 100644 --- a/content/en/functions/slicestr.md +++ b/content/en/functions/slicestr.md @@ -10,7 +10,9 @@ menu: docs: parent: "functions" keywords: [strings] -signature: ["slicestr STRING START [END]"] +signature: + - "slicestr STRING START [END]" + - "strings.SliceStr STRING START [END]" workson: [] hugoversion: relatedfuncs: [] diff --git a/content/en/functions/substr.md b/content/en/functions/substr.md index 31f733e0b..4a00b6eb1 100644 --- a/content/en/functions/substr.md +++ b/content/en/functions/substr.md @@ -11,7 +11,9 @@ menu: parent: "functions" keywords: [strings] aliases: [] -signature: ["substr STRING START [LENGTH]"] +signature: + - "substr STRING START [LENGTH]" + - "strings.Substr STRING START [LENGTH]" workson: [] hugoversion: relatedfuncs: [] diff --git a/content/en/functions/title.md b/content/en/functions/title.md index 201e4c140..6c87d69ac 100644 --- a/content/en/functions/title.md +++ b/content/en/functions/title.md @@ -10,7 +10,9 @@ menu: docs: parent: "functions" keywords: [strings] -signature: ["title INPUT"] +signature: + - "title INPUT" + - "strings.Title INPUT" workson: [] hugoversion: relatedfuncs: [] diff --git a/content/en/functions/trim.md b/content/en/functions/trim.md index 7945ffef9..fec435ec7 100644 --- a/content/en/functions/trim.md +++ b/content/en/functions/trim.md @@ -10,7 +10,9 @@ menu: docs: parent: "functions" keywords: [strings] -signature: ["trim INPUT CUTSET"] +signature: + - "trim INPUT CUTSET" + - "strings.Trim INPUT CUTSET" workson: [] hugoversion: relatedfuncs: [] diff --git a/content/en/functions/truncate.md b/content/en/functions/truncate.md index 8d0dd36b1..9fb82734c 100644 --- a/content/en/functions/truncate.md +++ b/content/en/functions/truncate.md @@ -10,7 +10,11 @@ menu: docs: parent: "functions" keywords: [strings] -signature: ["truncate SIZE INPUT", "truncate SIZE ELLIPSIS INPUT"] +signature: + - "truncate SIZE INPUT" + - "strings.Truncate SIZE ELLIPSIS INPUT" + - "truncate SIZE INPUT" + - "strings.Truncate SIZE ELLIPSIS INPUT" workson: [] hugoversion: 19 relatedfuncs: []