From 1b5eb80d5d57b0f014c6a6dcb504e65e998ee1ab Mon Sep 17 00:00:00 2001 From: Kemi-Elizabeth <97071326+Kemi-Elizabeth@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:10:03 +0000 Subject: [PATCH] feat: corrected region names in table Changed regions.html file and regions.md file --- sites/upsun/.yaml | 1 + sites/upsun/src/development/regions.md | 14 +++++++------- themes/psh-docs/layouts/shortcodes/regions.html | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/sites/upsun/.yaml b/sites/upsun/.yaml index 9d7ebc340c..4473dce4b8 100644 --- a/sites/upsun/.yaml +++ b/sites/upsun/.yaml @@ -1016,6 +1016,7 @@ varnish: - '6.4' - '7.1' supported: + - '7.6' - '7.3' - '7.2' - '6.0' diff --git a/sites/upsun/src/development/regions.md b/sites/upsun/src/development/regions.md index 3f08d58e38..4a30faa3f6 100644 --- a/sites/upsun/src/development/regions.md +++ b/sites/upsun/src/development/regions.md @@ -323,13 +323,13 @@ For a given organization {{< variable "ORG_NAME" >}}, run the following command: Where {{< variable "REGION" >}} is one of the impacted regions: -- `ch-1.{{% vendor/urlraw "host" %}}` -- `uk-1.{{% vendor/urlraw "host" %}}` -- `de-2.{{% vendor/urlraw "host" %}}` -- `us-4.{{% vendor/urlraw "host" %}}` -- `fr-4.{{% vendor/urlraw "host" %}}` -- `us-3.{{% vendor/urlraw "host" %}}` -- `au-2.{{% vendor/urlraw "host" %}}` +- `ch-1.platform.sh` +- `uk-1.platform.sh` +- `de-2.platform.sh` +- `us-4.platform.sh` +- `fr-4.platform.sh` +- `us-3.platform.sh` +- `au-2.platform.sh` There is a community-maintained [Region auditing snippet](https://github.com/platformsh/snippets/blob/main/src/region-audit.sh) you can use for this case: diff --git a/themes/psh-docs/layouts/shortcodes/regions.html b/themes/psh-docs/layouts/shortcodes/regions.html index 35ba6e9850..134290c8a7 100644 --- a/themes/psh-docs/layouts/shortcodes/regions.html +++ b/themes/psh-docs/layouts/shortcodes/regions.html @@ -24,7 +24,7 @@
{{ printf "%s.%s" .label $.Site.Params.vendor.urls.host }}
+ {{ printf "%s" .label}}.platform.sh