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