mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Guided onboarding] Implement search E2E guide (#144488)
This commit is contained in:
parent
4eeeb0db8f
commit
0ed00652d7
1 changed files with 17 additions and 2 deletions
|
@ -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,
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue