diff --git a/content/v2.0/query-data/guides/custom-functions.md b/content/v2.0/query-data/guides/custom-functions.md index 6f89205e4..b63de500c 100644 --- a/content/v2.0/query-data/guides/custom-functions.md +++ b/content/v2.0/query-data/guides/custom-functions.md @@ -2,6 +2,7 @@ title: Create custom Flux functions seotitle: Create custom Flux functions description: Create your own custom Flux functions to transform and manipulate data. +v2.0/tags: [function, custom] menu: v2_0: name: Create custom functions diff --git a/content/v2.0/query-data/guides/group-data.md b/content/v2.0/query-data/guides/group-data.md index b4ac53310..58903ab85 100644 --- a/content/v2.0/query-data/guides/group-data.md +++ b/content/v2.0/query-data/guides/group-data.md @@ -4,6 +4,7 @@ seotitle: How to group data with Flux description: > This guide walks through grouping data with Flux by providing examples and illustrating how data is shaped throughout the process. +v2.0/tags: [group] menu: v2_0: name: Group data diff --git a/content/v2.0/query-data/guides/histograms.md b/content/v2.0/query-data/guides/histograms.md index 8704ad5db..9f085e51e 100644 --- a/content/v2.0/query-data/guides/histograms.md +++ b/content/v2.0/query-data/guides/histograms.md @@ -2,6 +2,7 @@ title: Create histograms with Flux seotitle: How to create histograms with Flux description: This guide walks through using the histogram() function to create cumulative histograms with Flux. +v2.0/tags: [histogram] menu: v2_0: name: Create histograms diff --git a/content/v2.0/query-data/guides/join.md b/content/v2.0/query-data/guides/join.md index fefca1f4c..17ad07ff5 100644 --- a/content/v2.0/query-data/guides/join.md +++ b/content/v2.0/query-data/guides/join.md @@ -2,6 +2,7 @@ title: Join data with Flux seotitle: How to join data with Flux description: This guide walks through joining data with Flux and outlines how it shapes your data in the process. +v2.0/tags: [join, flux] menu: v2_0: name: Join data diff --git a/content/v2.0/query-data/guides/regular-expressions.md b/content/v2.0/query-data/guides/regular-expressions.md index e594c6708..fafe98352 100644 --- a/content/v2.0/query-data/guides/regular-expressions.md +++ b/content/v2.0/query-data/guides/regular-expressions.md @@ -2,6 +2,7 @@ title: Use regular expressions in Flux seotitle: How to use regular expressions in Flux description: This guide walks through using regular expressions in evaluation logic in Flux functions. +v2.0/tags: [regular, regex] menu: v2_0: name: Use regular expressions diff --git a/content/v2.0/query-data/guides/sort-limit.md b/content/v2.0/query-data/guides/sort-limit.md index f759d8f90..eb5a706ab 100644 --- a/content/v2.0/query-data/guides/sort-limit.md +++ b/content/v2.0/query-data/guides/sort-limit.md @@ -4,6 +4,7 @@ seotitle: How to sort and limit data with Flux description: > This guide walks through sorting and limiting data with Flux and outlines how it shapes your data in the process. +v2.0/tags: [sort, limit] menu: v2_0: name: Sort and limit data