mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
search: move getting started to footer (#197849)
## Summary Moved the `Getting Started` link to the footer 
This commit is contained in:
parent
f34802bc6f
commit
1147462c14
1 changed files with 9 additions and 8 deletions
|
@ -130,18 +130,19 @@ export const navigationTree = (): NavigationTreeDefinition => ({
|
|||
spaceBefore: 'm',
|
||||
children: [{ link: 'maps' }],
|
||||
},
|
||||
{
|
||||
id: 'gettingStarted',
|
||||
title: i18n.translate('xpack.serverlessSearch.nav.gettingStarted', {
|
||||
defaultMessage: 'Getting Started',
|
||||
}),
|
||||
link: 'serverlessElasticsearch',
|
||||
spaceBefore: 'm',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
footer: [
|
||||
{
|
||||
id: 'gettingStarted',
|
||||
type: 'navItem',
|
||||
title: i18n.translate('xpack.serverlessSearch.nav.gettingStarted', {
|
||||
defaultMessage: 'Getting Started',
|
||||
}),
|
||||
link: 'serverlessElasticsearch',
|
||||
icon: 'launch',
|
||||
},
|
||||
{
|
||||
type: 'navGroup',
|
||||
id: 'project_settings_project_nav',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue