Skip to content

Commit

Permalink
Fix banners and keywords (platformsh#3421)
Browse files Browse the repository at this point in the history
* Add tier availability banner and keywords

* Fix source integrations keywords
  • Loading branch information
AnouckColson authored Sep 7, 2023
1 parent 8bbeb0c commit 0cb07b1
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 7 deletions.
11 changes: 7 additions & 4 deletions sites/platform/src/create-apps/source-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ title: Source operations
description: Run automated code updates via source operations.
weight: 5
banner:
title: Availability
body: All of the examples on this page can be run on Enterprise or Elite projects only.
To upgrade your plan or request a trial, [contact Sales](https://platform.sh/contact/).
type: tiered-feature
keywords:
- "Automated code updates"
- "automated code updates"
- "automated code update"
- "source operations"
- "source operation"
---

On {{< vendor/name >}}, you can run automated code updates through a feature called **source operations**.
Expand Down Expand Up @@ -265,6 +266,8 @@ and then runs the `update-file` source operation defined [previously](#define-a-

## Source operation examples

{{< premium-features/tiered "Enterprise and Elite" >}}

### Update your application dependencies

You can set up a source operation and a cron job to [automate your dependency updates](../tutorials/dependency-updates.md).
Expand Down
2 changes: 2 additions & 0 deletions sites/platform/src/integrations/source/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Source integrations
weight: -4
description: See how to maintain your code in a third-party repository that's linked to your {{< vendor/name >}} project.
keywords:
- "source integration"
---

You might want to keep your code in a third-party repository that's linked to your {{< vendor/name >}} project.
Expand Down
3 changes: 3 additions & 0 deletions sites/platform/src/integrations/source/bitbucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
title: Integrate with Bitbucket
sidebarTitle: Bitbucket
description: See how to manage your {{< vendor/name >}} environments directly from your Bitbucket repository.
keywords:
- "source integration"
- "source integrations"
---

{{% source-integration/intro source="Bitbucket" %}}
Expand Down
3 changes: 3 additions & 0 deletions sites/platform/src/integrations/source/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
title: Integrate with GitHub
sidebarTitle: GitHub
description: See how to manage your {{< vendor/name >}} environments directly from your GitHub repository.
keywords:
- "source integration"
- "source integrations"
---

{{% source-integration/intro source="GitHub" %}}
Expand Down
3 changes: 3 additions & 0 deletions sites/platform/src/integrations/source/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
title: Integrate with GitLab
sidebarTitle: GitLab
description: See how to manage your {{< vendor/name >}} environments directly from your GitLab repository.
keywords:
- "source integration"
- "source integrations"
---

{{% source-integration/intro source="GitLab" %}}
Expand Down
3 changes: 3 additions & 0 deletions sites/platform/src/integrations/source/troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: Resolve access issues with source integrations
sidebarTitle: Resolve access
description: Learn how to troubleshoot access rights for integrated repositories.
toc: false
keywords:
- "source integration"
- "source integrations"
---

If you [add a user](/administration/users.md#add-a-user-to-a-project) to a {{< vendor/name >}} project,
Expand Down
8 changes: 5 additions & 3 deletions sites/platform/src/tutorials/dependency-updates.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
title: Automate your code updates
keywords:
- "Automated code updates"
- "source operations"
description: Learn how to automate your dependency updates through a source operation.
weight: 1
tier:
- Elite
- Enterprise
keywords:
- "automated code updates"
- "automated code update"
- "source operations"
- "source operation"
---

{{< vendor/name >}} allows you to update your dependencies through [source operations](../create-apps/source-operations.md).
Expand Down

0 comments on commit 0cb07b1

Please sign in to comment.