diff --git a/assets/styles/layouts/article/_flux.scss b/assets/styles/layouts/article/_flux.scss index 857fa8b30..05a8c4cae 100644 --- a/assets/styles/layouts/article/_flux.scss +++ b/assets/styles/layouts/article/_flux.scss @@ -12,6 +12,17 @@ h2,h3,h4 { } } +.function-list a.experimental::after { + content: '\e903'; + font-family: 'icomoon-v4'; + margin-left: .45rem; + color: rgba($article-text, .35); + // font-size: .75em; + font-style: normal; + display: inline-block; + vertical-align: middle; +} + #flux-group-keys-demo { table { margin-bottom: 1.25rem; diff --git a/content/flux/v0/function-types.md b/content/flux/v0/function-types.md index be56d2175..c12b827f8 100644 --- a/content/flux/v0/function-types.md +++ b/content/flux/v0/function-types.md @@ -53,6 +53,10 @@ and important function behaviors. - [Function types](#function-types) - [Function categories](#function-categories) +{{% note %}} +The {{% icon "experimental" %}} icon indicates the function is experimental. +{{% /note %}} + --- ## Function types diff --git a/content/flux/v0/spec/variables.md b/content/flux/v0/spec/variables.md index b71a1fe3a..4b744d4f0 100644 --- a/content/flux/v0/spec/variables.md +++ b/content/flux/v0/spec/variables.md @@ -9,6 +9,8 @@ weight: 104 aliases: - /influxdb/v2/reference/flux/language/variables/ - /influxdb/cloud/reference/flux/language/variables/ +related: + - /flux/v0/get-started/syntax-basics/#variables, Flux syntax basics - assign variables --- A **variable** represents a storage location for a single value. diff --git a/content/flux/v0/stdlib/all-functions.md b/content/flux/v0/stdlib/all-functions.md index 5773da931..657625bad 100644 --- a/content/flux/v0/stdlib/all-functions.md +++ b/content/flux/v0/stdlib/all-functions.md @@ -18,4 +18,8 @@ see [Flux function types and categories](/flux/v0/function-types/). {{< list-filters "flux" >}} +{{% note %}} +The {{% icon "experimental" %}} icon indicates the function is experimental. +{{% /note %}} + {{< flux/list-all-functions >}} diff --git a/data/clockface.yml b/data/clockface.yml index 7a2cfd25d..e49d17d78 100644 --- a/data/clockface.yml +++ b/data/clockface.yml @@ -1,12 +1,9 @@ influxdb: default: v4 cloud: v4 - v2.6: v4 - v2.4: v4 - v2.3: v3 - v2.2: v3 - v2.1: v3 - v2.0: v2 + +flux: + default: v4 enterprise_influxdb: default: v2 diff --git a/layouts/shortcodes/flux/list-all-functions.html b/layouts/shortcodes/flux/list-all-functions.html index ad1ee88a6..d1153c754 100644 --- a/layouts/shortcodes/flux/list-all-functions.html +++ b/layouts/shortcodes/flux/list-all-functions.html @@ -4,25 +4,26 @@ {{ $filterArr := split $filters ", "}} {{ $tagTaxonomy := print $section "/" $currentVersion "/tags" }} -