Skip to content

Commit

Permalink
Fix Vale errors (platformsh#3508)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnouckColson authored Oct 12, 2023
1 parent d2ffb28 commit 24ab853
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 9 deletions.
1 change: 1 addition & 0 deletions sites/friday/config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ vendor:
cta: Sign up for early access
title: Upsun Beta access
description: "Platform.sh will soon open up early access to test and provide feedback for our newest offering - <a href=\"https://upsun.com/blog/upsun-origin-story/\">Upsun</a>.<br/><br/>You can register for the beta by clicking here and completing the form.<br/><br/>"
psh_ref: Platform.sh
config:
version: 2
dir: .upsun
Expand Down
3 changes: 2 additions & 1 deletion sites/platform/.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ golang:
type: golang
versions:
deprecated:
- '1.19'
- '1.18'
- '1.17'
- '1.16'
Expand All @@ -214,8 +215,8 @@ golang:
- '1.9'
- '1.8'
supported:
- '1.21'
- '1.20'
- '1.19'
influxdb:
description: ''
disk: true
Expand Down
4 changes: 2 additions & 2 deletions sites/platform/src/add-services/headless-chrome.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ After configuration, include [Puppeteer](https://www.npmjs.com/package/puppeteer
{{< codetabs >}}

+++
title=NPM
title=npm
+++

```bash
Expand All @@ -86,7 +86,7 @@ npm install puppeteer
<--->

+++
title=PNPM
title=pnpm
+++

```bash
Expand Down
2 changes: 1 addition & 1 deletion sites/platform/src/add-services/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ highlight=python
+++
title=Ruby
highlight=ruby
markdownify=false
+++

## With the ruby-kafka gem

# Producer
Expand Down
2 changes: 1 addition & 1 deletion sites/platform/src/add-services/opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ There are two ways to do so.

### Destructive

In your `{{< vendor/configfile "services" >}}` file, change the version *and* name of your Opensearch service.
In your `{{< vendor/configfile "services" >}}` file, change the version *and* name of your OpenSearch service.
Be sure to also update the reference to the now changed service name in it's corresponding application's `relationship` block.

When you push that to {{% vendor/name %}}, the old service is deleted and a new one with the new name is created with no data.
Expand Down
2 changes: 1 addition & 1 deletion sites/platform/src/create-apps/app-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The following table presents all properties available at the top level of the YA
## Primary application properties

All application configuration takes place in a `{{< vendor/configfile "app" >}}` file, with each application configured under a unique key beneath the top-level `applications` key.
For example, it is possible to deploy two application containers - one Javascript and the other Python - for the frontend and backend components of a deployed site.
For example, it is possible to deploy two application containers - one JavaScript and the other Python - for the frontend and backend components of a deployed site.

In this case, the unified `{{< vendor/configfile "app" >}}` file would look like:

Expand Down
2 changes: 1 addition & 1 deletion sites/platform/src/domains/steps/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You need:
<!-- There are no development plans on Upsun -->
{{< version/only "1" >}}
- If you are on a development plan, you need to [upgrade your tier to a production plan](#optional-change-your-plan-to-a-production-plan).
{{< /version/only >}}hu
{{< /version/only >}}

If you are planning to use several subdomains of the same domain on different projects,
see how to [manage multiple subdomains](/domains/steps/subdomains.md) *before* you add your domain to {{% vendor/name %}}.
Expand Down
2 changes: 1 addition & 1 deletion sites/platform/src/glossary/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ and you can set up any other branch as a testing environment.
It is useful to perform user acceptance testing in a production-like setting.

The phrase "[preview environment](#preview-environment)" can apply to both a development or staging environment,
as it simply describes a non-production environment.
as it merely describes a non-production environment.

Find out more about [user roles on each environment type](../administration/users.md#environment-type-roles).

Expand Down
2 changes: 1 addition & 1 deletion sites/platform/src/languages/java/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ It’s worth remembering that the JVM by its specification [doesn't read Java co
| [Groovy and Spring](https://dzone.com/articles/spring-groovy-cloud-psh) | [Source](https://github.com/platformsh-examples/groovy) |
{{< note version="2" >}}
While the table above shows examples for Platform.sh rather than for {{% vendor/name %}}, the same rules apply with only slight changes in configuration.
While the table above shows examples for {{% vendor/psh_ref %}} rather than for {{% vendor/name %}}, the same rules apply with only slight changes in configuration.
{{< /note >}}
## Accessing services
Expand Down
1 change: 1 addition & 0 deletions themes/psh-docs/layouts/shortcodes/vendor/psh_ref.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ .Site.Params.vendor.psh_ref }}

0 comments on commit 24ab853

Please sign in to comment.