From 6b617ec72c5c769245cb8f0737a34b8d8758009a Mon Sep 17 00:00:00 2001 From: R-Lawton Date: Thu, 9 Jan 2025 16:08:49 +0000 Subject: [PATCH 1/3] Sperating concepts and api/references to be more in line with the new docs formatting Signed-off-by: R-Lawton --- mkdocs.yml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 6179fe3c..84d433eb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -112,23 +112,29 @@ nav: - 'Getting Started': - 'Single-Cluster': getting-started-single-cluster.md - 'Multi-Cluster': getting-started-multi-cluster.md - - 'Architecture': architecture/docs/design/architectural-overview-v1.md - 'Installation': - 'Helm': https://artifacthub.io/packages/helm/kuadrant/kuadrant-operator - 'OLM on OpenShift': kuadrant-operator/doc/install/install-openshift.md - - 'Concepts and APIs': + - 'Concepts': + - 'Architecture': architecture/docs/design/architectural-overview-v1.md - 'DNSPolicy': - 'Overview': kuadrant-operator/doc/overviews/dns.md - - 'Reference': kuadrant-operator/doc/reference/dnspolicy.md - 'TLSPolicy': - 'Overview': kuadrant-operator/doc/overviews/tls.md - - 'Reference': kuadrant-operator/doc/reference/tlspolicy.md - 'AuthPolicy': - 'Overview': kuadrant-operator/doc/overviews/auth.md - - 'Reference': kuadrant-operator/doc/reference/authpolicy.md - 'RateLimitPolicy': - 'Overview': kuadrant-operator/doc/overviews/rate-limiting.md - - 'Reference': kuadrant-operator/doc/reference/ratelimitpolicy.md + - 'APIs': + - 'DNSPolicy': + - 'Reference': kuadrant-operator/doc/reference/dnspolicy.md + - 'TLSPolicy': + - 'Reference': kuadrant-operator/doc/reference/tlspolicy.md + - 'AuthPolicy': + - 'Reference': kuadrant-operator/doc/reference/authpolicy.md + - 'RateLimitPolicy': + - 'Reference': kuadrant-operator/doc/reference/ratelimitpolicy.md + - 'Kuadrant CRD': kuadrant-operator/doc/reference/kuadrant.md - 'How-to Guides': - 'Secure, connect and protect': kuadrant-operator/doc/user-guides/full-walkthrough/secure-protect-connect.md - 'DNS configuration': From 68863bc0990dac73069a51816d866a7f68290362 Mon Sep 17 00:00:00 2001 From: R-Lawton Date: Thu, 9 Jan 2025 16:14:48 +0000 Subject: [PATCH 2/3] remove Sergio Signed-off-by: R-Lawton --- OWNERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/OWNERS b/OWNERS index 92bfea84..f70f2ed7 100644 --- a/OWNERS +++ b/OWNERS @@ -4,7 +4,6 @@ approvers: - david-martin - mikenairn - philbrookes -- sergioifg94 - maleck13 - jasonmadigan - guicassolato @@ -15,7 +14,6 @@ reviewers: - david-martin - mikenairn - philbrookes -- sergioifg94 - R-Lawton - roivaz - pmccarthy From 41784e9aca00da7f1d172b9f6e6e65747133a08b Mon Sep 17 00:00:00 2001 From: R-Lawton Date: Thu, 9 Jan 2025 17:38:36 +0000 Subject: [PATCH 3/3] remove extra layers Signed-off-by: R-Lawton --- mkdocs.yml | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 84d433eb..e1c6c115 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -117,24 +117,16 @@ nav: - 'OLM on OpenShift': kuadrant-operator/doc/install/install-openshift.md - 'Concepts': - 'Architecture': architecture/docs/design/architectural-overview-v1.md - - 'DNSPolicy': - - 'Overview': kuadrant-operator/doc/overviews/dns.md - - 'TLSPolicy': - - 'Overview': kuadrant-operator/doc/overviews/tls.md - - 'AuthPolicy': - - 'Overview': kuadrant-operator/doc/overviews/auth.md - - 'RateLimitPolicy': - - 'Overview': kuadrant-operator/doc/overviews/rate-limiting.md + - 'DNSPolicy': kuadrant-operator/doc/overviews/dns.md + - 'TLSPolicy': kuadrant-operator/doc/overviews/tls.md + - 'AuthPolicy': kuadrant-operator/doc/overviews/auth.md + - 'RateLimitPolicy': kuadrant-operator/doc/overviews/rate-limiting.md - 'APIs': - - 'DNSPolicy': - - 'Reference': kuadrant-operator/doc/reference/dnspolicy.md - - 'TLSPolicy': - - 'Reference': kuadrant-operator/doc/reference/tlspolicy.md - - 'AuthPolicy': - - 'Reference': kuadrant-operator/doc/reference/authpolicy.md - - 'RateLimitPolicy': - - 'Reference': kuadrant-operator/doc/reference/ratelimitpolicy.md - - 'Kuadrant CRD': kuadrant-operator/doc/reference/kuadrant.md + - 'DNSPolicy': kuadrant-operator/doc/reference/dnspolicy.md + - 'TLSPolicy': kuadrant-operator/doc/reference/tlspolicy.md + - 'AuthPolicy': kuadrant-operator/doc/reference/authpolicy.md + - 'RateLimitPolicy': kuadrant-operator/doc/reference/ratelimitpolicy.md + - 'Kuadrant': kuadrant-operator/doc/reference/kuadrant.md - 'How-to Guides': - 'Secure, connect and protect': kuadrant-operator/doc/user-guides/full-walkthrough/secure-protect-connect.md - 'DNS configuration':