diff --git a/content/v2.0/reference/flux/functions/_index.md b/content/v2.0/reference/flux/functions/_index.md index 73360194a..4fabb901e 100644 --- a/content/v2.0/reference/flux/functions/_index.md +++ b/content/v2.0/reference/flux/functions/_index.md @@ -1,15 +1,15 @@ --- -title: Flux functions -description: Flux functions allows you to retrieve, transform, process, and output data easily. -v2.0/tags: [flux, functions] +title: Flux packages and functions +description: Flux packages and functions allows you to retrieve, transform, process, and output data easily. +v2.0/tags: [flux, functions, package] menu: v2_0_ref: - name: Flux functions + name: Flux packages and functions parent: Flux query language weight: 101 --- Flux's functional syntax allows you to retrieve, transform, process, and output data easily. -There is a large library of built-in and importable functions: +There is a large library of built-in functions and importable packages: {{< children >}} diff --git a/content/v2.0/reference/flux/functions/all-functions.md b/content/v2.0/reference/flux/functions/all-functions.md index 804cd2385..f0a0f821a 100644 --- a/content/v2.0/reference/flux/functions/all-functions.md +++ b/content/v2.0/reference/flux/functions/all-functions.md @@ -4,7 +4,7 @@ description: View the full library of documented Flux functions. menu: v2_0_ref: name: View all functions - parent: Flux functions + parent: Flux packages and functions weight: 299 --- diff --git a/content/v2.0/reference/flux/functions/built-in/_index.md b/content/v2.0/reference/flux/functions/built-in/_index.md index eec9bdc4e..f1c635fdf 100644 --- a/content/v2.0/reference/flux/functions/built-in/_index.md +++ b/content/v2.0/reference/flux/functions/built-in/_index.md @@ -6,9 +6,9 @@ description: > menu: v2_0_ref: name: Built-in - parent: Flux functions + parent: Flux packages and functions weight: 201 -v2.0/tags: [built-in, functions] +v2.0/tags: [built-in, functions, package] --- Built-in functions provide a necessary foundation for working with data using Flux. diff --git a/content/v2.0/reference/flux/functions/influxdb-v1/_index.md b/content/v2.0/reference/flux/functions/influxdb-v1/_index.md index 2d1181fc5..195761b5c 100644 --- a/content/v2.0/reference/flux/functions/influxdb-v1/_index.md +++ b/content/v2.0/reference/flux/functions/influxdb-v1/_index.md @@ -1,15 +1,15 @@ --- -title: Flux InfluxDB v1 functions +title: Flux InfluxDB v1 package description: > - InfluxDB v1 Flux functions provide tools for managing data from an InfluxDB v1.x + The Flux InfluxDB v1 package provides functions for managing data from an InfluxDB v1.x database or structured using the InfluxDB v1 data structure. To use them, import the `influxdata/influxdb/v1` package. menu: v2_0_ref: name: InfluxDB v1 - parent: Flux functions + parent: Flux packages and functions weight: 203 -v2.0/tags: [functions, influxdb-v1] +v2.0/tags: [functions, influxdb-v1, package] --- InfluxDB v1 Flux functions provide tools for managing data from an InfluxDB v1.x diff --git a/content/v2.0/reference/flux/functions/math/_index.md b/content/v2.0/reference/flux/functions/math/_index.md index 4bc85dc28..bfcb0d928 100644 --- a/content/v2.0/reference/flux/functions/math/_index.md +++ b/content/v2.0/reference/flux/functions/math/_index.md @@ -1,17 +1,17 @@ --- -title: Flux math functions +title: Flux math package description: > - Math functions provide tools for performing mathematical operations in Flux. + The Flux math package provides constants and functions for performing mathematical operations in Flux. To use them, import the `math` package. menu: v2_0_ref: name: Math - parent: Flux functions + parent: Flux packages and functions weight: 202 v2.0/tags: [math, functions] --- -Math functions provide tools for performing mathematical operations in Flux. +The Flux math package provides constants and functions for performing mathematical operations in Flux. To use them, import the `math` package. ```js diff --git a/content/v2.0/reference/flux/functions/strings/_index.md b/content/v2.0/reference/flux/functions/strings/_index.md index 64091a84d..51401ef81 100644 --- a/content/v2.0/reference/flux/functions/strings/_index.md +++ b/content/v2.0/reference/flux/functions/strings/_index.md @@ -1,14 +1,14 @@ --- -title: Flux string functions +title: Flux strings package description: > - String functions provide tools for manipulating strings in Flux. + The Flux string package provides functions for manipulating strings in Flux. To use them, import the `strings` package. menu: v2_0_ref: name: Strings - parent: Flux functions + parent: Flux packages and functions weight: 204 -v2.0/tags: [strings, functions] +v2.0/tags: [strings, functions, package] --- String functions provide tools for manipulating strings in Flux. diff --git a/content/v2.0/reference/flux/functions/testing/_index.md b/content/v2.0/reference/flux/functions/testing/_index.md index c6a5b3383..726a295a1 100644 --- a/content/v2.0/reference/flux/functions/testing/_index.md +++ b/content/v2.0/reference/flux/functions/testing/_index.md @@ -1,14 +1,14 @@ --- -title: Flux testing functions +title: Flux testing package description: > - Flux testing functions test piped-forward data in specific ways and return errors if the tests fail. + The Flux testing package includes functions that test piped-forward data in specific ways. To use them, import the `testing` package. menu: v2_0_ref: name: Testing - parent: Flux functions + parent: Flux packages and functions weight: 205 -v2.0/tags: [testing, functions] +v2.0/tags: [testing, functions, package] --- Flux testing functions test piped-forward data in specific ways and return errors if the tests fail.