Point the subnav use case pages to the new pages
This commit is contained in:
parent
1082255f1f
commit
0401721cd5
|
@ -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…
Reference in New Issue