mirror of https://github.com/hashicorp/consul
adding K8s page to subnav (#11467)
* adding K8s page to subnav per request from HLT, updating use case tab to lead to K8s page instead of service mesh. * Update subnav.jspull/11469/head
parent
867077c48b
commit
697e97f57f
|
@ -15,6 +15,10 @@ export default [
|
|||
text: 'Multi-Platform Service Mesh',
|
||||
url: '/use-cases/multi-platform-service-mesh',
|
||||
},
|
||||
{
|
||||
text: 'Consul on Kubernetes',
|
||||
url: '/consul-on-kubernetes',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue