diff --git a/content/nginx-one/_index.md b/content/nginx-one/_index.md index adb7407b4..984028dbc 100644 --- a/content/nginx-one/_index.md +++ b/content/nginx-one/_index.md @@ -21,13 +21,13 @@ The F5 NGINX One Console makes it easy to manage NGINX instances across location [//]: # "Some examples of content could be the latest release note, the most common install path, and a popular new feature." {{}} {{}} - {{}} + {{}} See benefits from the NGINX One Console {{}} - {{}} + {{}} See latest updates: New features, improvements, and bug fixes {{}} - {{}} + {{}} Connect your instances to NGINX One {{}} {{}} diff --git a/go.mod b/go.mod index c1e7a06d4..429f89af0 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/nginxinc/docs go 1.19 -require github.com/nginxinc/nginx-hugo-theme v0.43.4 // indirect +require github.com/nginxinc/nginx-hugo-theme v0.43.5-beta2 // indirect \ No newline at end of file diff --git a/go.sum b/go.sum index 25b6ee5e3..dd2313a9b 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/nginxinc/nginx-hugo-theme v0.43.4 h1:fnUGTcpR/pwwgBIy2dv0fOkeT++cqv1T6G1LKqQRAFg= -github.com/nginxinc/nginx-hugo-theme v0.43.4/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M= +github.com/nginxinc/nginx-hugo-theme v0.43.5-beta2 h1:6saaFWZ53NgKfAz8ttolStP5wTSTI1EpvJ8UXD4LMNE= +github.com/nginxinc/nginx-hugo-theme v0.43.5-beta2/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=