feat: remove .net, python and iot bundles

This commit is contained in:
Sergey Andrievskiy 2021-01-06 15:51:39 +03:00
parent 64dbfa008f
commit f0ea4ac3b0
6 changed files with 24 additions and 134 deletions

View file

@ -20,10 +20,6 @@ export const MENU_ITEMS: NbMenuItem[] = [
title: 'PHP',
link: '/pages/backend-integration/php',
},
{
title: '.NET',
link: '/pages/backend-integration/dot-net',
},
{
title: '.NET Core',
link: '/pages/backend-integration/dot-net-core',
@ -36,18 +32,10 @@ export const MENU_ITEMS: NbMenuItem[] = [
title: 'Java',
link: '/pages/backend-integration/java',
},
{
title: 'Python',
link: '/pages/backend-integration/python',
},
{
title: 'E-commerce',
link: '/pages/backend-integration/ecommerce',
},
{
title: 'IoT',
link: '/pages/backend-integration/iot',
},
],
},
{