From 3dd0f671b90bc05390fe8903e01ccaaba8b3bb44 Mon Sep 17 00:00:00 2001 From: R-Lawton Date: Fri, 20 Dec 2024 11:41:37 +0000 Subject: [PATCH] Adding in new RLP docs Signed-off-by: R-Lawton --- mkdocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 6b8eaba0..a082395c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -145,7 +145,9 @@ nav: - 'Rate Limiting': - 'RateLimitPolicy for Platform Engineers': kuadrant-operator/doc/user-guides/ratelimiting/gateway-rl-for-cluster-operators.md - 'Authenticated Rate Limiting for Application Developers': kuadrant-operator/doc/user-guides/ratelimiting/authenticated-rl-for-app-developers.md - - kuadrant-operator/doc/user-guides/ratelimiting/authenticated-rl-with-jwt-and-k8s-authnz.md + - 'Authenticated Rate Limiting with JWTs and Kubernetes RBAC': kuadrant-operator/doc/user-guides/ratelimiting/authenticated-rl-with-jwt-and-k8s-authnz.md + - 'Authenticated Rate Limit Policies for different listeners in an ingress gateway': kuadrant-operator/doc/user-guides/ratelimiting/multi-auth-rlp-diff-section.md + - 'Authenticated Rate Limit Policies for the same HTTPRoute rule': kuadrant-operator/doc/user-guides/ratelimiting/multi-auth-rlp-same-section.md - 'Observability': - 'Metrics': kuadrant-operator/doc/observability/metrics.md - 'Dashboards and Alerts': kuadrant-operator/doc/observability/examples.md