Skip to content

Commit e2926ec

Browse files
chore: reorganize menu items
1 parent 5802c0c commit e2926ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/app/homepage/menu/menu.component.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,11 @@ export class MenuComponent implements OnInit {
188188
{ title: 'Interceptors', path: '/microservices/interceptors' },
189189
],
190190
},
191+
{
192+
title: 'Deployment',
193+
isNew: true,
194+
path: '/deployment',
195+
},
191196
{
192197
title: 'Standalone apps',
193198
isOpened: false,
@@ -222,11 +227,6 @@ export class MenuComponent implements OnInit {
222227
{ title: 'Migration guide', path: '/openapi/migration-guide' },
223228
],
224229
},
225-
{
226-
title: 'Deployment',
227-
isNew: true,
228-
path: '/deployment',
229-
},
230230
{
231231
title: 'Recipes',
232232
isOpened: false,

0 commit comments

Comments
 (0)