diff --git a/layouts/partials/footer/iox-wayfinding.html b/layouts/partials/footer/iox-wayfinding.html index f2be40dc4..a4f45da49 100644 --- a/layouts/partials/footer/iox-wayfinding.html +++ b/layouts/partials/footer/iox-wayfinding.html @@ -4,6 +4,8 @@ {{ $altVersion := cond (ne $version "cloud-serverless") "cloud-serverless" "cloud" }} {{ $engine := cond (eq $version "cloud-serverless") "IOx" "TSM" }} {{ $altEngine := cond (eq $version "cloud-serverless") "TSM" "IOx" }} +{{ $productName := cond (eq $version "cloud-serverless") "InfluxDB Cloud Serverless" "InfluxDB Cloud (TSM)" }} +{{ $altProductName := cond (eq $version "cloud-serverless") "InfluxDB Cloud (TSM)" "InfluxDB Cloud Serverless" }} {{ $altDoc := .Page.Params.alt_engine | default "" }} {{ $altLink := cond (ne $altDoc "") $altDoc (print "/influxdb/" $altVersion "/") }} {{ $isCloud := eq $version "cloud" }} @@ -47,7 +49,7 @@ powered by the {{ $altEngine }} storage engine.

- Are you using the {{ $engine }} storage engine? + Are you using InfluxDB Cloud {{ if $isIOx }}Serverless{{ else }}powered by TSM{{ end }}? How to find out?

@@ -61,8 +63,8 @@
- Yes – I'm using {{ $engine }} - No – I'm using {{ $altEngine }} + Yes – I'm using {{ $productName }} + No – I'm using {{ $altProductName }}