From 2ef196aa69b4f3f49395266438fa8bec93044a55 Mon Sep 17 00:00:00 2001 From: Yoko Hyakuna Date: Fri, 20 Sep 2024 11:46:59 -0700 Subject: [PATCH] Adding a tile for Vault Radar --- src/content/vault/docs-landing.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/content/vault/docs-landing.json b/src/content/vault/docs-landing.json index d74497a2af..5caacf1f32 100644 --- a/src/content/vault/docs-landing.json +++ b/src/content/vault/docs-landing.json @@ -3,7 +3,7 @@ "marketingContentBlocks": [ { "type": "section-heading", - "title": "HCP Vault products" + "title": "Related HCP products" }, { "type": "icon-card-grid", @@ -17,6 +17,11 @@ "iconName": "vault-secrets-color", "text": "HCP Vault Secrets", "url": "/hcp/docs/vault-secrets" + }, + { + "iconName": "vault-radar-color", + "text": "HCP Vault Radar", + "url": "/hcp/docs/vault-radar" } ] },