This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch nav-bar-fix in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 70e1fba47d6cbd76daf96a63fced9a61950a0db2 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue May 25 08:03:30 2021 +0200 Nav Bar: Titles fixed --- docs/modules/ROOT/nav.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index af75044..987fe37 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -1,12 +1,12 @@ * xref:installation/installation.adoc[Installation] ** xref:installation/minikube.adoc[Minikube] ** xref:installation/minishift.adoc[Minishift] -** xref:installation/crc.adoc[Minishift] +** xref:installation/crc.adoc[Red Hat CodeReady Containers (CRC)] ** xref:installation/digitalocean.adoc[DigitalOcean Kubernetes Cluster] ** xref:installation/gke.adoc[Google Kubernetes Engine (GKE)] ** xref:installation/openshift.adoc[OpenShift] ** xref:installation/iks.adoc[IBM Kubernetes Service (IKS)] -** xref:installation/k3s.adoc[Kind] +** xref:installation/k3s.adoc[K3s] ** xref:installation/kind.adoc[Kind] ** xref:installation/registry/registry.adoc[Configuring Registry] *** xref:installation/registry/digitalocean.adoc[DigitalOcean]
