Point the subnav use case pages to the new pages

This commit is contained in:
Brandon Romano 2020-05-06 21:08:55 -07:00
parent 1082255f1f
commit 0401721cd5
1 changed files with 12 additions and 2 deletions

View File

@ -3,8 +3,18 @@ export default [
{
text: 'Use Cases',
submenu: [
{ text: 'Service Discovery', url: '/discovery' },
{ text: 'Service Mesh', url: '/mesh' },
{
text: 'Network Middleware Automation',
url: '/use-cases/network-middleware-automation',
},
{
text: 'Multi-Platform Service Mesh',
url: '/use-cases/multi-platform-service-mesh',
},
{
text: 'Service Discovery and Health Checking',
url: '/use-cases/service-discovery-and-health-checking',
},
],
},
{