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 13741ad commit aa55bcfCopy full SHA for aa55bcf
src/app/homepage/menu/menu.component.ts
@@ -227,6 +227,10 @@ export class MenuComponent implements OnInit {
227
isOpened: false,
228
path: '/migration-guide',
229
},
230
+ {
231
+ title: 'Official courses',
232
+ externalUrl: 'https://courses.nestjs.com/',
233
+ },
234
{
235
title: 'Discover',
236
0 commit comments