Browse Source

Point the subnav use case pages to the new pages

pull/7883/head
Brandon Romano 5 years ago
parent
commit
6ecd9acf11
  1. 14
      website/data/subnav.js

14
website/data/subnav.js

@ -3,8 +3,18 @@ export default [
{ {
text: 'Use Cases', text: 'Use Cases',
submenu: [ 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',
},
], ],
}, },
{ {

Loading…
Cancel
Save