Skip to content

Commit 8c1debf

Browse files
authored
Remove outdated new-in badges
1 parent 809ddf9 commit 8c1debf

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

content/en/content-management/related.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ We improved and simplified this feature in Hugo 0.111.0. Before this we had 3 di
6565

6666
## Index content headings in related content
6767

68-
{{< new-in 0.111.0 >}}
69-
7068
Hugo can index the headings in your content and use this to find related content. You can enable this by adding a index of type `fragments` to your `related` configuration:
7169

7270
{{< code-toggle file=hugo >}}
@@ -140,16 +138,16 @@ toLower
140138
name
141139
: (`string`) The index name. This value maps directly to a page parameter. Hugo supports string values (`author` in the example) and lists (`tags`, `keywords` etc.) and time and date objects.
142140

143-
type {{< new-in 0.111.0 >}}
141+
type
144142
: (`string`) One of `basic`(default) or `fragments`.
145143

146-
applyFilter {{< new-in 0.111.0 >}}
144+
applyFilter
147145
: (`string`) Apply a `type` specific filter to the result of a search. This is currently only used for the `fragments` type.
148146

149147
weight
150148
: (`int`) An integer weight that indicates _how important_ this parameter is relative to the other parameters. It can be `0`, which has the effect of turning this index off, or even negative. Test with different values to see what fits your content best.
151149

152-
cardinalityThreshold {{< new-in 0.111.0 >}}
150+
cardinalityThreshold
153151
: (`int`) If between 1 and 100, this is a percentage. All keywords that are used in more than this percentage of documents are removed. For example, setting this to `60` will remove all keywords that are used in more than 60% of the documents in the index. If `0`, no keyword is removed from the index. Default is `0`.
154152

155153
pattern

content/en/functions/global/page.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ toc: true
1313
aliases: [/functions/page]
1414
---
1515

16-
{{< new-in 0.111.0 >}}
17-
1816
At the top level of a template that receives a `Page` object in context, these are equivalent:
1917

2018
```go-html-template

content/en/functions/strings/ContainsNonSpace.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ action:
1616
aliases: [/functions/strings.containsnonspace]
1717
---
1818

19-
{{< new-in 0.111.0 >}}
20-
2119
Whitespace characters include `\t`, `\n`, `\v`, `\f`, `\r`, and characters in the [Unicode Space Separator] category.
2220

2321
[Unicode Space Separator]: https://www.compart.com/en/unicode/category/Zs

content/en/methods/page/Fragments.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ action:
1111
toc: true
1212
---
1313

14-
{{< new-in 0.111.0 >}}
15-
1614
In a URL, whether absolute or relative, the [fragment] links to an `id` attribute of an HTML element on the page.
1715

1816
```text

0 commit comments

Comments
 (0)