From c0f484865204e0c83243ab37cd2d7639e2023cbd Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Mon, 1 Jun 2020 11:57:24 -0700 Subject: [PATCH] Add location column to URL tables (addresses #1077 ) --- data/influxdb_urls.yml | 8 ++++++-- layouts/shortcodes/cloud_regions.html | 2 ++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/data/influxdb_urls.yml b/data/influxdb_urls.yml index cbe01e84a..a8a5d376f 100644 --- a/data/influxdb_urls.yml +++ b/data/influxdb_urls.yml @@ -12,18 +12,22 @@ cloud: - name: Amazon Web Services short_name: AWS regions: - - name: US West (Oregon) + - name: US West + location: Oregon, USA url: https://us-west-2-1.aws.cloud2.influxdata.com - name: EU Frankfurt + location: Frankfurt, Germany url: https://eu-central-1-1.aws.cloud2.influxdata.com - name: Google Cloud Platform short_name: GCP regions: - - name: US Central (Iowa) + - name: US Central + location: Iowa, USA url: https://us-central1-1.gcp.cloud2.influxdata.com - name: Microsoft Azure short_name: Azure regions: - name: West Europe + location: Amsterdam, Netherlands url: https://westeurope-1.azure.cloud2.influxdata.com status: beta diff --git a/layouts/shortcodes/cloud_regions.html b/layouts/shortcodes/cloud_regions.html index 46c0ecf19..4c23776e2 100644 --- a/layouts/shortcodes/cloud_regions.html +++ b/layouts/shortcodes/cloud_regions.html @@ -13,12 +13,14 @@
Region | +Location | URL | {{ range .regions }}
---|---|---|
{{ .name }} | {{ .url }} | +{{ .location }} |