From 95cdc6021c3e7e9811842d7f1cd61a3215e3fd0f Mon Sep 17 00:00:00 2001 From: craig Date: Fri, 3 May 2024 12:41:13 +0100 Subject: [PATCH 1/4] update install and walkthrough --- mkdocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 65db88cf..9dba8477 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -102,6 +102,8 @@ nav: - 'Single-Cluster': getting-started-single-cluster.md - 'Multi-Cluster': getting-started-multi-cluster.md - 'Architecture': architecture/docs/design/architectural-overview-v1.md + - 'Installation': + - 'OpenShift': kuadrant-operator/doc/install/install-openshift.md - 'Concepts and APIs': - 'DNSPolicy': - 'Reference': kuadrant-operator/doc/reference/dnspolicy.md @@ -119,7 +121,7 @@ nav: - 'Overview': kuadrant-operator/doc/rate-limiting.md - 'Reference': kuadrant-operator/doc/reference/ratelimitpolicy.md - 'How-to Guides': - - 'Secure, connect and protect': kuadrant-operator/doc/user-guides/secure-protect-connect.md + - 'Secure, connect and protect': kuadrant-operator/doc/user-guides/secure-protect-connect-single-multi-cluster.md - 'DNS configuration and load balancing': - 'DNS Health Checks': kuadrant-operator/doc/dnshealthchecks.md # - 'DNS Providers': multicluster-gateway-controller/docs/dnspolicy/dns-provider.md # TODO: this seems to have been lost recently From a187bbee6867b0f7d60415e75adb7790de2c3a70 Mon Sep 17 00:00:00 2001 From: craig Date: Fri, 3 May 2024 12:53:50 +0100 Subject: [PATCH 2/4] include examples --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 9dba8477..c8a22233 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -43,6 +43,7 @@ plugins: - /README.md - /doc/* - /config/samples/* + - /examples/* - name: authorino import_url: 'https://github.com/kuadrant/authorino?edit_uri=/blob/main/&branch=main' imports: From d77d330a55cd3d7256d7f54cc3d35f2b937e844b Mon Sep 17 00:00:00 2001 From: craig Date: Fri, 3 May 2024 12:59:26 +0100 Subject: [PATCH 3/4] update links from quick start --- docs/getting-started-multi-cluster.md | 2 +- docs/getting-started-single-cluster.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-multi-cluster.md b/docs/getting-started-multi-cluster.md index 6c19e77e..ba7eddaf 100644 --- a/docs/getting-started-multi-cluster.md +++ b/docs/getting-started-multi-cluster.md @@ -33,4 +33,4 @@ The original cluster from the single cluster setup will keep its name of just `k The next step is to setup and use the policies provided by Kuadrant. -[Secure, Protect and Connect your Gateway](https://docs.kuadrant.io/kuadrant-operator/doc/user-guides/secure-protect-connect/) +[Secure, Protect and Connect your Gateway](https://docs.kuadrant.io/kuadrant-operator/doc/user-guides/secure-protect-connect-single-multi-cluster/) diff --git a/docs/getting-started-single-cluster.md b/docs/getting-started-single-cluster.md index 44c5f5cd..3e1381ce 100644 --- a/docs/getting-started-single-cluster.md +++ b/docs/getting-started-single-cluster.md @@ -65,6 +65,6 @@ This will setup a single kind cluster, install Istio and install Kuadrant. Once The next step is to setup and use the policies provided by Kuadrant. -[Secure, Protect and Connect your Gateway](https://docs.kuadrant.io/kuadrant-operator/doc/user-guides/secure-protect-connect/) +[Secure, Protect and Connect your Gateway](https://docs.kuadrant.io/kuadrant-operator/doc/user-guides/secure-protect-connect-single-multi-cluster/) From 636a7d0ca7fe0d4ba739d1319c9a1178e172748d Mon Sep 17 00:00:00 2001 From: craig Date: Fri, 3 May 2024 13:01:13 +0100 Subject: [PATCH 4/4] update links from quick start --- docs/getting-started-single-cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-single-cluster.md b/docs/getting-started-single-cluster.md index 3e1381ce..44c5f5cd 100644 --- a/docs/getting-started-single-cluster.md +++ b/docs/getting-started-single-cluster.md @@ -65,6 +65,6 @@ This will setup a single kind cluster, install Istio and install Kuadrant. Once The next step is to setup and use the policies provided by Kuadrant. -[Secure, Protect and Connect your Gateway](https://docs.kuadrant.io/kuadrant-operator/doc/user-guides/secure-protect-connect-single-multi-cluster/) +[Secure, Protect and Connect your Gateway](https://docs.kuadrant.io/kuadrant-operator/doc/user-guides/secure-protect-connect/)