Back to Influxdb

Supported Versions

layouts/partials/article/supported-versions.html

latest816 B
Original Source

{{ $productPathData := findRE "[^/]+.*?" .RelPermalink }} {{ $product := index $productPathData 0 }} {{ $version := index $productPathData 1 }} {{ $productKey := cond (eq $product "influxdb3") (print "influxdb3_" (replaceRE "-" "_" $version)) $product }} {{ $productName := print (index .Site.Data.products $productKey).name }} {{ $inStdlib := and (in .Page.RelPermalink "/flux/v0/stdlib/") (ne .Page.RelPermalink "/flux/v0/stdlib/") (ne .Page.RelPermalink "/flux/v0/stdlib/all-functions/") }} {{ if .Page.Params.introduced }}

  • {{ $productName }} {{ .Page.Params.introduced }}{{ if .Page.Params.deprecated }}{{ print " – " .Page.Params.deprecated }}{{ else if .Page.Params.removed }}{{ print " – " .Page.Params.removed }}{{ else }}+{{ end }} {{ if $inStdlib }} - View InfluxDB support {{ end }} {{ end }}