From 5e718180cf0233f49be5608097426aef472f1cfe Mon Sep 17 00:00:00 2001 From: Grant Archibald <31553604+Grant-Archibald-MS@users.noreply.github.com> Date: Sat, 14 Dec 2024 13:55:55 -0800 Subject: [PATCH] Adding role links --- site/assets/js/getting-started.json | 60 +++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/site/assets/js/getting-started.json b/site/assets/js/getting-started.json index b02f731..69c1192 100644 --- a/site/assets/js/getting-started.json +++ b/site/assets/js/getting-started.json @@ -886,6 +886,31 @@ "type": "html", "name": "callToAction", "html": "" + }, + { + "type": "html", + "visibleIf": "{businessPersona} = 'Business Stakeholders'", + "html": "" + }, + { + "type": "html", + "visibleIf": "{businessPersona} = 'Business Unit Leads'", + "html": "" + }, + { + "type": "html", + "visibleIf": "{businessPersona} = 'Managers'", + "html": "" + }, + { + "type": "html", + "visibleIf": "{businessPersona} = 'Makers'", + "html": "" + }, + { + "type": "html", + "visibleIf": "{businessPersona} = 'Trainers'", + "html": "" } ] }, @@ -915,6 +940,26 @@ "type": "html", "name": "callToAction", "html": "" + }, + { + "type": "html", + "visibleIf": "{architectPersona} = 'Enterprise Architects'", + "html": "" + }, + { + "type": "html", + "visibleIf": "{architectPersona} = 'Solution Architects'", + "html": "" + }, + { + "type": "html", + "visibleIf": "{architectPersona} = 'DevOps Architects'", + "html": "" + }, + { + "type": "html", + "visibleIf": "{architectPersona} = 'Security Architects'", + "html": "" } ] }, @@ -944,6 +989,21 @@ "type": "html", "name": "callToAction", "html": "" + }, + { + "type": "html", + "visibleIf": "{technicalPersona} = 'Software Engineers'", + "html": "" + }, + { + "type": "html", + "visibleIf": "{technicalPersona} = 'DevOps Engineers'", + "html": "" + }, + { + "type": "html", + "visibleIf": "{technicalPersona} = 'Support Engineers'", + "html": "" } ] }