Skip to content

Commit 5f32c92

Browse files
authored
theme: Restore deduplication logic for related items
1 parent a943a4b commit 5f32c92

File tree

16 files changed

+19
-16
lines changed

16 files changed

+19
-16
lines changed

‎content/en/content-management/syntax-highlighting.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Syntax highlighting
33
description: Add syntax highlighting to code examples.
44
categories: []
5-
keywords: []
5+
keywords: [highlight]
66
aliases: [/extras/highlighting/,/extras/highlight/,/tools/syntax-highlighting/]
77
---
88

‎content/en/functions/math/Acos.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: math.Acos
33
description: Returns the arccosine, in radians, of the given number.
44
categories: []
5-
keywords: [trigonometry]
5+
keywords: []
66
params:
77
functions_and_methods:
88
aliases: []

‎content/en/functions/math/Asin.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: math.Asin
33
description: Returns the arcsine, in radians, of the given number.
44
categories: []
5-
keywords: [trigonometry]
5+
keywords: []
66
params:
77
functions_and_methods:
88
aliases: []

‎content/en/functions/math/Atan.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: math.Atan
33
description: Returns the arctangent, in radians, of the given number.
44
categories: []
5-
keywords: [trigonometry]
5+
keywords: []
66
params:
77
functions_and_methods:
88
aliases: []

‎content/en/functions/math/Atan2.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: math.Atan2
33
description: Returns the arctangent, in radians, of the given number pair, determining the correct quadrant from their signs.
44
categories: []
5-
keywords: [trigonometry]
5+
keywords: []
66
params:
77
functions_and_methods:
88
aliases: []

‎content/en/functions/math/Cos.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: math.Cos
33
description: Returns the cosine of the given radian number.
44
categories: []
5-
keywords: [trigonometry]
5+
keywords: []
66
params:
77
functions_and_methods:
88
aliases: []

‎content/en/functions/math/Pi.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: math.Pi
33
description: Returns the mathematical constant pi.
44
categories: []
5-
keywords: [trigonometry]
5+
keywords: []
66
params:
77
functions_and_methods:
88
aliases: []

‎content/en/functions/math/Sin.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: math.Sin
33
description: Returns the sine of the given radian number.
44
categories: []
5-
keywords: [trigonometry]
5+
keywords: []
66
params:
77
functions_and_methods:
88
aliases: []

‎content/en/functions/math/Tan.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: math.Tan
33
description: Returns the tangent of the given radian number.
44
categories: []
5-
keywords: [trigonometry]
5+
keywords: []
66
params:
77
functions_and_methods:
88
aliases: []

‎content/en/functions/math/ToDegrees.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: math.ToDegrees
33
description: ToDegrees converts radians into degrees.
44
categories: []
5-
keywords: [trigonometry]
5+
keywords: []
66
params:
77
functions_and_methods:
88
aliases: []

0 commit comments

Comments
 (0)