Skip to content

Commit

Permalink
Adding role links
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant-Archibald-MS committed Dec 14, 2024
1 parent 25adcc5 commit 5e71818
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions site/assets/js/getting-started.json
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,31 @@
"type": "html",
"name": "callToAction",
"html": "<button onclick=\"window.location.href='/powerfuldev-testing/context/getting-started-business'\">Getting Started Business</button>"
},
{
"type": "html",
"visibleIf": "{businessPersona} = 'Business Stakeholders'",
"html": "<button onclick=\"window.location.href='/powerfuldev-testing/roles-and-responsibilities/business-stakeholders'\">Explore Role</button>"
},
{
"type": "html",
"visibleIf": "{businessPersona} = 'Business Unit Leads'",
"html": "<button onclick=\"window.location.href='/powerfuldev-testing/roles-and-responsibilities/business-unit-leads'\">Explore Role</button>"
},
{
"type": "html",
"visibleIf": "{businessPersona} = 'Managers'",
"html": "<button onclick=\"window.location.href='/powerfuldev-testing/roles-and-responsibilities/managers'\">Explore Role</button>"
},
{
"type": "html",
"visibleIf": "{businessPersona} = 'Makers'",
"html": "<button onclick=\"window.location.href='/powerfuldev-testing/roles-and-responsibilities/makers'\">Explore Role</button>"
},
{
"type": "html",
"visibleIf": "{businessPersona} = 'Trainers'",
"html": "<button onclick=\"window.location.href='/powerfuldev-testing/roles-and-responsibilities/trainers'\">Explore Role</button>"
}
]
},
Expand Down Expand Up @@ -915,6 +940,26 @@
"type": "html",
"name": "callToAction",
"html": "<button onclick=\"window.location.href='/powerfuldev-testing/context/getting-started-architects'\">Getting Started Architecture</button>"
},
{
"type": "html",
"visibleIf": "{architectPersona} = 'Enterprise Architects'",
"html": "<button onclick=\"window.location.href='/powerfuldev-testing/roles-and-responsibilities/enterprise-architects'\">Explore Role</button>"
},
{
"type": "html",
"visibleIf": "{architectPersona} = 'Solution Architects'",
"html": "<button onclick=\"window.location.href='/powerfuldev-testing/roles-and-responsibilities/solution-architects'\">Explore Role</button>"
},
{
"type": "html",
"visibleIf": "{architectPersona} = 'DevOps Architects'",
"html": "<button onclick=\"window.location.href='/powerfuldev-testing/roles-and-responsibilities/devops-engineers-architects'\">Explore Role</button>"
},
{
"type": "html",
"visibleIf": "{architectPersona} = 'Security Architects'",
"html": "<button onclick=\"window.location.href='/powerfuldev-testing/roles-and-responsibilities/security-architects'\">Explore Role</button>"
}
]
},
Expand Down Expand Up @@ -944,6 +989,21 @@
"type": "html",
"name": "callToAction",
"html": "<button onclick=\"window.location.href='/powerfuldev-testing/context/getting-started-technical'\">Getting Started Technical</button>"
},
{
"type": "html",
"visibleIf": "{technicalPersona} = 'Software Engineers'",
"html": "<button onclick=\"window.location.href='/powerfuldev-testing/roles-and-responsibilities/software-engineers'\">Explore Role</button>"
},
{
"type": "html",
"visibleIf": "{technicalPersona} = 'DevOps Engineers'",
"html": "<button onclick=\"window.location.href='/powerfuldev-testing/roles-and-responsibilities/devops-engineers-architects'\">Explore Role</button>"
},
{
"type": "html",
"visibleIf": "{technicalPersona} = 'Support Engineers'",
"html": "<button onclick=\"window.location.href='/powerfuldev-testing/roles-and-responsibilities/support-engineers'\">Explore Role</button>"
}
]
}
Expand Down

0 comments on commit 5e71818

Please sign in to comment.