From 21d48ed7b1d9fefc3cfdfabab19b367334cbb264 Mon Sep 17 00:00:00 2001 From: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com> Date: Thu, 26 Jun 2025 07:05:07 -0700 Subject: [PATCH] dhi: add to homepage (#22923) ## Description Add DHI card to homepage. Refine wording as it's not just "base" images. ## Related issues or tickets ## Reviews - [ ] Editorial review Signed-off-by: Craig --- content/_index.md | 11 +++++++++++ content/manuals/_index.md | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 7c7a6e3641..2c1083b4be 100644 --- a/content/_index.md +++ b/content/_index.md @@ -14,6 +14,17 @@ grid: url: "/desktop/use-desktop/" - text: "Release notes" url: "/desktop/release-notes/" + - title: Docker Hardened Images + icon: /icons/dhi.svg + description: | + Secure, minimal images for trusted software delivery. + links: + - text: "Overview" + url: "/dhi/" + - text: "Quickstart" + url: "/dhi/get-started/" + - text: "Use an image" + url: "/dhi/how-to/use/" - title: Docker Engine icon: developer_board description: | diff --git a/content/manuals/_index.md b/content/manuals/_index.md index cef5f4a5bb..726d25917c 100644 --- a/content/manuals/_index.md +++ b/content/manuals/_index.md @@ -50,7 +50,7 @@ params: icon: /icons/Whale.svg link: /desktop/ - title: Docker Hardened Images - description: Secure, minimal base images for trusted software delivery. + description: Secure, minimal images for trusted software delivery. icon: /icons/dhi.svg link: /dhi/ - title: Build Cloud