From bb1d4965ca0ca574e755da91f21e7206a24bb568 Mon Sep 17 00:00:00 2001 From: Jason Madigan Date: Mon, 2 Dec 2024 13:28:27 +0000 Subject: [PATCH] add PR #149 - dns docs Signed-off-by: Jason Madigan --- mkdocs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 8f897434..42d79a79 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,7 +6,7 @@ extra: version: provider: mike default: - - 1.0.0 + - 1.0.x - latest theme: name: material @@ -141,6 +141,9 @@ nav: - 'Secure, connect and protect - OpenShift': kuadrant-operator/doc/user-guides/full-walkthrough/secure-protect-connect-openshift.md - 'DNS configuration': - 'DNS Providers': dns-operator/docs/provider.md + - 'Basic DNS': kuadrant-operator/doc/user-guides/dnspolicy/basic-dns-configuration.md + - 'DNS Load Balancing': kuadrant-operator/doc/user-guides/dnspolicy/load-balanced-dns.md + - 'Health Checks': kuadrant-operator/doc/user-guides/dnspolicy/dnshealthchecks.md - 'TLS configuration': - 'Gateway TLS for Cluster Operators': kuadrant-operator/doc/user-guides/tls/gateway-tls.md - 'Authentication & Authorization':