From 69f10ea339462a741304f57f18cf5ad301fe0d6c Mon Sep 17 00:00:00 2001 From: Robin Beck Date: Thu, 9 May 2024 12:27:32 -0600 Subject: [PATCH] Rab boundary add community links (#2438) * adds community edition tutorials * adds community edition and session recording tutorials * fixes boundary/get-started-community path --- src/content/boundary/install-landing.json | 1 + src/content/boundary/product-landing.json | 7 +++++++ src/content/tutorials-landing.json | 1 + 3 files changed, 9 insertions(+) diff --git a/src/content/boundary/install-landing.json b/src/content/boundary/install-landing.json index fd471ccc25..f7450b3d80 100644 --- a/src/content/boundary/install-landing.json +++ b/src/content/boundary/install-landing.json @@ -1,6 +1,7 @@ { "featuredTutorialsSlugs": [ "boundary/oidc-auth0", + "boundary/community-vault-cred-brokering-quickstart", "boundary/hcp-manage-workers", "boundary/hcp-ssh-cred-injection", "boundary/oidc-idp-groups", diff --git a/src/content/boundary/product-landing.json b/src/content/boundary/product-landing.json index 03ebc85a46..277b74859a 100644 --- a/src/content/boundary/product-landing.json +++ b/src/content/boundary/product-landing.json @@ -23,6 +23,11 @@ "icon": "hcp", "text": "HCP Boundary Quick Start", "url": "/boundary/tutorials/hcp-getting-started" + }, + { + "icon": "boundary-color", + "text": "Boundary Community Edition Quick Start", + "url": "/boundary/tutorials/get-started-community" } ] }, @@ -68,8 +73,10 @@ "type": "tutorial_cards", "tutorialSlugs": [ "boundary/oidc-auth0", + "boundary/community-vault-cred-brokering-quickstart", "boundary/hcp-manage-workers", "boundary/hcp-ssh-cred-injection", + "boundary/aws-session-rec-vault", "boundary/oidc-idp-groups" ] } diff --git a/src/content/tutorials-landing.json b/src/content/tutorials-landing.json index 3b540416f5..6341788c93 100644 --- a/src/content/tutorials-landing.json +++ b/src/content/tutorials-landing.json @@ -136,6 +136,7 @@ ], "featuredCollectionSlugs": [ "boundary/hcp-getting-started", + "boundary/get-started-community", "boundary/hcp-administration" ] },