Skip to content

update the overview document link #1478

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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