[Guided onboarding] Implement search E2E guide (#144488)

This commit is contained in:
Alison Goryachev 2022-11-07 15:52:00 -05:00 committed by GitHub
parent 4eeeb0db8f
commit 0ed00652d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 youre ready, click the Setup guide button to continue.`,
}
),
readyToCompleteOnNavigation: true,
},
},
],