From f15354fb8435863ba509adf6e2ba7178d94d36f0 Mon Sep 17 00:00:00 2001 From: Labreo <74888611+Labreo@users.noreply.github.com> Date: Tue, 18 Aug 2026 18:53:16 +0530 Subject: [PATCH] Make implementations visible in landing page features ribbon Updates the third entry of the features ribbon on the landing page to highlight TUF implementations and link to the getting-started implementations section. Fixes #110 Signed-off-by: Labreo <74888611+Labreo@users.noreply.github.com> --- content/en/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/_index.md b/content/en/_index.md index 8b76bd7..b45aa4f 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -41,8 +41,8 @@ Used in production by various tech companies and open source organizations. {{% /blocks/feature %}} -{{% blocks/feature icon="fa-brands fa-github" title="Contribute" url="/docs/contributing" %}} -Get involved! Start contributing to TUF. +{{% blocks/feature icon="fa-solid fa-code" title="Implementations" url="/docs/getting-started/#implementations" %}} +Discover open source libraries and systems implementing TUF. {{% /blocks/feature %}}