Skip to content

Commit

Permalink
search: move getting started to footer (#197849)
Browse files Browse the repository at this point in the history
## Summary

Moved the `Getting Started` link to the footer


![image](https://github.com/user-attachments/assets/4d388fba-c6a4-4a72-b9f1-5ea839e435fe)
  • Loading branch information
TattdCodeMonkey authored Oct 25, 2024
1 parent f34802b commit 1147462
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions x-pack/plugins/serverless_search/public/navigation_tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1147462

Please sign in to comment.