From eeba6442e56625b56a3bf704591a6792a08c38b9 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 23 Jun 2023 11:29:23 -0600 Subject: [PATCH] hotfix: fix title of iox wayfinding modal --- content/influxdb/cloud-serverless/_index.md | 4 ++-- content/influxdb/cloud/migrate-regions.md | 2 +- layouts/partials/footer/iox-wayfinding.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/influxdb/cloud-serverless/_index.md b/content/influxdb/cloud-serverless/_index.md index a024f764c..2c8d6ff04 100644 --- a/content/influxdb/cloud-serverless/_index.md +++ b/content/influxdb/cloud-serverless/_index.md @@ -22,7 +22,7 @@ To see which storage engine your organization is using, find the **InfluxDB Cloud powered by** link in your [InfluxDB Cloud organization homepage](https://cloud2.influxdata.com) version information. If your organization is using IOx, you'll see -**InfluxDB Cloud powered by IOx** followed by the version number. +**InfluxDB Cloud Serverless** followed by the version number. {{% /note %}} InfluxDB Cloud Serverless is a hosted and managed version of InfluxDB backed @@ -54,4 +54,4 @@ To see which storage engine your organization is using, find the **InfluxDB Cloud powered by** link in your [InfluxDB Cloud organization homepage](https://cloud2.influxdata.com) version information. If your organization is using IOx, you'll see -**InfluxDB Cloud powered by IOx** followed by the version number. +**InfluxDB Cloud Serverless** followed by the version number. diff --git a/content/influxdb/cloud/migrate-regions.md b/content/influxdb/cloud/migrate-regions.md index f5e0d5a0b..fb7b74a08 100644 --- a/content/influxdb/cloud/migrate-regions.md +++ b/content/influxdb/cloud/migrate-regions.md @@ -26,7 +26,7 @@ or [our new database engine, InfluxDB IOx](/blog/announcing-general-availability To see what which database engine your organization is using, log in to your InfluxDB Cloud account and, on your organization's homepage, and then look for -**InfluxDB Cloud powered by TSM** or **InfluxDB Cloud powered by IOx** at the +**InfluxDB Cloud powered by TSM** or **InfluxDB Cloud Serverless** at the bottom of the far-right column. - [Migrate data from TSM to TSM](/influxdb/cloud/migrate-data/migrate-cloud-to-cloud/). diff --git a/layouts/partials/footer/iox-wayfinding.html b/layouts/partials/footer/iox-wayfinding.html index a4f45da49..cabb5ddda 100644 --- a/layouts/partials/footer/iox-wayfinding.html +++ b/layouts/partials/footer/iox-wayfinding.html @@ -37,7 +37,7 @@
-

InfluxDB Cloud{{ if $isIOx }} Serverless{{ end }} powered by {{ $engine }}

+

InfluxDB Cloud{{ if $isIOx }} Serverless{{ else }} powered by {{ $engine }}{{end}}