feat: add backend integration menu pages (#5675)

This commit is contained in:
maksim-karatkevich 2020-05-06 15:27:19 +03:00 committed by Sergey Andrievskiy
parent fb2ab50dae
commit 5cfe9dee9c

View file

@ -12,6 +12,36 @@ export const MENU_ITEMS: NbMenuItem[] = [
icon: 'home-outline', icon: 'home-outline',
link: '/pages/iot-dashboard', link: '/pages/iot-dashboard',
}, },
{
title: 'Backend Integration',
icon: 'settings-outline',
children: [
{
title: 'PHP',
url: 'https://hubs.ly/H0q96Mc0',
},
{
title: '.NET',
url: 'https://hubs.ly/H0q973f0',
},
{
title: '.NET Core',
url: 'https://hubs.ly/H0q975F0',
},
{
title: 'Node JS',
url: 'https://hubs.ly/H0q976N0',
},
{
title: 'Java',
url: 'https://hubs.ly/H0q978N0',
},
{
title: 'Python',
url: 'https://hubs.ly/H0q979V0',
},
],
},
{ {
title: 'FEATURES', title: 'FEATURES',
group: true, group: true,