Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 25 additions & 16 deletions frontend/eda/overview/EdaOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,22 +68,31 @@ export function EdaOverview() {
>
<CardBody>
<Stack hasGutter>
<Text>
{t('To learn how to get started, ')}
<Link
to="https://access.redhat.com/documentation/en-us/red_hat_ansible_automation_platform/2.4/html/eda-getting-started-guide/index"
target="_blank"
>
{t('view the documentation, ')}
</Link>
<Link
to="https://www.redhat.com/en/engage/event-driven-ansible-20220907"
target="_blank"
>
{t('check out our instruct guides')}
</Link>
{t(', or follow the steps below.')}
</Text>
<Text>
{t('To learn how to get started, ')}
{t('view the documentations (')}
<Link
to="https://access.redhat.com/documentation/en-us/red_hat_ansible_automation_platform/2.4/html/eda-getting-started-guide/index"
target="_blank"
>
{t('Quick start guide')}
</Link>
{t(' and ')}
<Link
to="https://access.redhat.com/documentation/en-us/red_hat_ansible_automation_platform/2.4/html/event-driven_ansible_controller_user_guide/index"
target="_blank"
>
{t('Controller user guide')}
</Link>
{t('), ')}
<Link
to="https://www.redhat.com/en/engage/event-driven-ansible-20220907"
target="_blank"
>
{t('check out our instruct guides')}
</Link>
{t(', or follow the steps below.')}
</Text>
<ProgressStepper>
<ProgressStep
variant={hasControllerToken ? 'success' : 'info'}
Expand Down