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.
2 parents c810e11 + 9c1ef65 commit b5ba324Copy full SHA for b5ba324
src/app/homepage/menu/menu.component.ts
@@ -291,6 +291,10 @@ export class MenuComponent implements OnInit {
291
isOpened: false,
292
path: '/migration-guide',
293
},
294
+ {
295
+ title: 'API Reference',
296
+ externalUrl: 'https://api-references-nestjs.netlify.app/',
297
+ },
298
{
299
title: 'Official courses',
300
externalUrl: 'https://courses.nestjs.com/',
0 commit comments