Browse Source

docs: add link to the OpenShift platform guide to k8s docs (#9177)

pull/9183/head
Iryna Shustava 4 years ago committed by GitHub
parent
commit
491a1ab877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      website/data/docs-navigation.js

7
website/data/docs-navigation.js

@ -117,7 +117,7 @@ export default [
{
title: 'Kind',
href:
'https://learn.hashicorp.com/tutorials/consul/kubernetes-kind?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=mk',
'https://learn.hashicorp.com/tutorials/consul/kubernetes-kind?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=kind',
},
{
title: 'AKS (Azure)',
@ -134,6 +134,11 @@ export default [
href:
'https://learn.hashicorp.com/tutorials/consul/kubernetes-gke-google?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=gke',
},
{
title: 'Red Hat OpenShift',
href:
'https://learn.hashicorp.com/tutorials/consul/kubernetes-openshift-red-hat?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=openshift',
},
'self-hosted-kubernetes',
],
},

Loading…
Cancel
Save