Skip to content

Commit

Permalink
Merge pull request #4334 from platformsh/4331-correct-region-names
Browse files Browse the repository at this point in the history
feat: corrected region names in table
  • Loading branch information
gilzow authored Jan 9, 2025
2 parents 04ae32e + 421fc71 commit 0714ef6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions sites/upsun/.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,7 @@ varnish:
- '6.4'
- '7.1'
supported:
- '7.6'
- '7.3'
- '7.2'
- '6.0'
Expand Down
14 changes: 7 additions & 7 deletions sites/upsun/src/development/regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion themes/psh-docs/layouts/shortcodes/regions.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<h4 class="font-black !text-2xl !mt-4">
<a href="#{{ $regionAnchor }}" id="{{ $regionAnchor }}" aria-label="Anchor" class="text-ebony scroll-mt-32 md:scroll-mt-56">{{ .name }}</a>
</h4>
<code class="!bg-snow">{{ printf "%s.%s" .label $.Site.Params.vendor.urls.host }}</code>
<code class="!bg-snow">{{ printf "%s" .label}}.platform.sh</code>
</td>
<!-- Provider -->
<td class="relative block md:table-cell p-6 pt-10">
Expand Down

0 comments on commit 0714ef6

Please sign in to comment.