We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5802c0c commit e2926ecCopy full SHA for e2926ec
src/app/homepage/menu/menu.component.ts
@@ -188,6 +188,11 @@ export class MenuComponent implements OnInit {
188
{ title: 'Interceptors', path: '/microservices/interceptors' },
189
],
190
},
191
+ {
192
+ title: 'Deployment',
193
+ isNew: true,
194
+ path: '/deployment',
195
+ },
196
{
197
title: 'Standalone apps',
198
isOpened: false,
@@ -222,11 +227,6 @@ export class MenuComponent implements OnInit {
222
227
{ title: 'Migration guide', path: '/openapi/migration-guide' },
223
228
224
229
225
- {
226
- title: 'Deployment',
- isNew: true,
- path: '/deployment',
- },
230
231
title: 'Recipes',
232
0 commit comments