Skip to content

Commit

Permalink
[Guided onboarding] Implement search E2E guide (elastic#144488)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth authored Nov 7, 2022
1 parent 4eeeb0d commit 0ed0065
Showing 1 changed file with 17 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,23 @@ export const searchConfig: GuideConfig = {
}),
],
location: {
appID: 'enterpriseSearch',
path: '/search_experiences',
appID: 'searchExperiences',
path: '',
},
manualCompletion: {
title: i18n.translate(
'guidedOnboarding.searchGuide.searchExperienceStep.manualCompletionPopoverTitle',
{
defaultMessage: 'Explore Search UI',
}
),
description: i18n.translate(
'guidedOnboarding.searchGuide.searchExperienceStep.manualCompletionPopoverDescription',
{
defaultMessage: `Take your time to explore how to use Search UI to build world-class search experiences. When you’re ready, click the Setup guide button to continue.`,
}
),
readyToCompleteOnNavigation: true,
},
},
],
Expand Down

0 comments on commit 0ed0065

Please sign in to comment.