From db1022dc6366dda30d1aa6b041b27076cfc43269 Mon Sep 17 00:00:00 2001 From: Venktesh Shivam Patel Date: Tue, 1 Oct 2024 11:25:26 +0100 Subject: [PATCH] move docs and fix go toolchain (#6547) --- .../compile-waf-policies.md | 0 docs/go.mod | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/content/installation/integrations/{app-protect-waf => app-protect-waf-v5}/compile-waf-policies.md (100%) diff --git a/docs/content/installation/integrations/app-protect-waf/compile-waf-policies.md b/docs/content/installation/integrations/app-protect-waf-v5/compile-waf-policies.md similarity index 100% rename from docs/content/installation/integrations/app-protect-waf/compile-waf-policies.md rename to docs/content/installation/integrations/app-protect-waf-v5/compile-waf-policies.md diff --git a/docs/go.mod b/docs/go.mod index 79c50308f6..0b0ccbcaa7 100644 --- a/docs/go.mod +++ b/docs/go.mod @@ -1,5 +1,5 @@ module github.com/nginxinc/kubernetes-ingress/docs -go 1.23 +go 1.23.0 require github.com/nginxinc/nginx-hugo-theme v0.41.19 // indirect