Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/en/examples/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ Explore a curated set of example files covering a range of entities for working
{{< grid columns="3">}}

{{< multi-link-card title="Score specification and resources" >}}
{{< link-card-item text="Find some Score files examples illustrating how to use the Score specification as well as how to use the resources provisioners with both `score-compose` and `score-k8s`." url="/examples/score" linkLabel="See examples" >}}
{{< link-card-item text="Find Score files examples illustrating how to use the Score specification as well as the resources provisioners with either `score-compose` or `score-k8s`." url="/examples/score" linkLabel="See examples" >}}
{{< /multi-link-card >}}

{{< multi-link-card title="Resources provisioners" >}}
{{< link-card-item text="Find some Score files examples illustrating how to use the resources provisioners with both `score-compose` and `score-k8s`." url="/examples/resource-provisioners" linkLabel="See examples" >}}
{{< link-card-item text="Find examples of resources provisioners with either `score-compose` or `score-k8s`." url="/examples/resource-provisioners" linkLabel="See examples" >}}
{{< /multi-link-card >}}

{{< multi-link-card title="Patch templates" >}}
{{< link-card-item text="Find some examples illustrating how to use the patch templates with both `score-compose` and `score-k8s`." url="/examples/patch-templates" linkLabel="See examples" >}}
{{< link-card-item text="Find examples of patch templates with either `score-compose` or `score-k8s`." url="/examples/patch-templates" linkLabel="See examples" >}}
{{< /multi-link-card >}}

{{< multi-link-card title="More examples" >}}
{{< link-card-item text="Find more advanced examples illustrating how to deploy a NodeJS application talking to a PostgreSQL database, how to deploy Backstage and Nginx, how to use Dapr with your workloads, etc. with both `score-compose` and `score-k8s`." url="/docs/examples" linkLabel="See examples" >}}
{{< link-card-item text="Find more advanced examples illustrating how to deploy a NodeJS application talking to a PostgreSQL database, how to deploy Backstage or Nginx apps, how to use Dapr with your workloads, etc. with either `score-compose` or `score-k8s`." url="/docs/examples" linkLabel="See examples" >}}
{{< /multi-link-card >}}

{{< /grid >}}
Expand Down
2 changes: 1 addition & 1 deletion content/en/examples/patch-templates/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ draft: false
type: examples
---

The examples below illustrate how to use patch templates with either [`score-compose`](https://docs.score.dev/docs/score-implementation/score-compose/patch-templates/) or [`score-k8s`](https://docs.score.dev/docs/score-implementation/score-k8s/patch-templates/).
The examples below show some patch templates with either [`score-compose`](https://docs.score.dev/docs/score-implementation/score-compose/patch-templates/) or [`score-k8s`](https://docs.score.dev/docs/score-implementation/score-k8s/patch-templates/).

---
2 changes: 1 addition & 1 deletion content/en/examples/resource-provisioners/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ draft: false
type: examples
---

The examples below illustrate how to use resources provisioners for each Score implementation.
The examples below show some resources provisioners with either [`score-compose`](https://docs.score.dev/docs/score-implementation/score-compose/resources-provisioners/) or [`score-k8s`](https://docs.score.dev/docs/score-implementation/score-k8s/resources-provisioners/).

---
2 changes: 1 addition & 1 deletion content/en/examples/score/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ draft: false
type: examples
---

The examples below illustrate how to use [Score]({{< relref "/docs" >}}) files for your workload specification.
The examples below illustrate how to use [Score]({{< relref "/docs" >}}) files for your workload specification with either [`score-compose`](https://docs.score.dev/docs/score-implementation/score-compose/) or [`score-k8s`](https://docs.score.dev/docs/score-implementation/score-k8s/).

---