Skip to content
Merged
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
10 changes: 5 additions & 5 deletions content/en/examples/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
topTitle: Examples
title: "Score Example Hub"
title: "Score Examples Hub"
type: examples
url: /examples
---
Expand All @@ -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="Get examples" >}}
{{< 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" >}}
{{< /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="Get examples" >}}
{{< 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" >}}
{{< /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="Get examples" >}}
{{< 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" >}}
{{< /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="Get 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" >}}
{{< /multi-link-card >}}

{{< /grid >}}
Expand Down