From a8a8f85393a3ca9630b496500192f0be77d1706b Mon Sep 17 00:00:00 2001 From: David Martin Date: Fri, 20 Dec 2024 12:58:27 +0000 Subject: [PATCH] Temp fix for k8s install doc removal Signed-off-by: David Martin --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 6b8eaba0..5b15360b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -114,8 +114,8 @@ nav: - 'Multi-Cluster': getting-started-multi-cluster.md - 'Architecture': architecture/docs/design/architectural-overview-v1.md - 'Installation': - - 'Kubernetes': kuadrant-operator/doc/install/install-kubernetes.md - - 'OpenShift': kuadrant-operator/doc/install/install-openshift.md + - 'Helm': https://artifacthub.io/packages/helm/kuadrant/kuadrant-operator + - 'OLM on OpenShift': kuadrant-operator/doc/install/install-openshift.md - 'Concepts and APIs': - 'DNSPolicy': - 'Overview': kuadrant-operator/doc/overviews/dns.md