search: move getting started to footer (#197849)

## Summary

Moved the `Getting Started` link to the footer


![image](https://github.com/user-attachments/assets/4d388fba-c6a4-4a72-b9f1-5ea839e435fe)
This commit is contained in:
Rodney Norris 2024-10-25 11:54:35 -05:00 committed by GitHub
parent f34802bc6f
commit 1147462c14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',