From eb8e0d50b4d9a3af3ae779c0d9834bdcbe186e18 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Fri, 31 Oct 2025 14:15:13 -0400 Subject: [PATCH] Update link labels from 'Get examples' to 'See examples' Signed-off-by: Mathieu Benoit --- content/en/examples/_index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/examples/_index.md b/content/en/examples/_index.md index f2c5700c..c19d0fca 100644 --- a/content/en/examples/_index.md +++ b/content/en/examples/_index.md @@ -1,6 +1,6 @@ --- topTitle: Examples -title: "Score Example Hub" +title: "Score Examples Hub" type: examples url: /examples --- @@ -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 >}}