From f36b9a6483cd3d9d0445918413eaf4c557274faf Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Sat, 25 Apr 2026 11:58:05 -0400 Subject: [PATCH] Update video embed to GIF in overview documentation Replaced Wistia video embed code with a GIF demonstrating the Score feature. Signed-off-by: Mathieu Benoit --- content/en/docs/overview/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/overview/_index.md b/content/en/docs/overview/_index.md index bd2fadca..22b3dfe5 100644 --- a/content/en/docs/overview/_index.md +++ b/content/en/docs/overview/_index.md @@ -100,7 +100,7 @@ You can now use this Score file for deploying your workload to a specific platfo Check out the recording below where we walk through examples using [`score-compose`]({{< relref "/docs/score-implementation/score-compose" >}}) and [`score-k8s`]({{< relref "/docs/score-implementation/score-k8s" >}}) to generate manifests for Docker Compose and Kubernetes, both derived from the same Score spec. -
+![](https://raw.githubusercontent.com/score-spec/sample-app-gif/refs/heads/main/score-demo.gif) ## Next steps