Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/nginx-one/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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."
{{<card-layout>}}
{{<card-section showAsCards="true" isFeaturedSection="true">}}
{{<card title="Get started" titleUrl="nginx-one/getting-started/" isFeatured="true" icon="unplug">}}
{{<card title="Get started" titleUrl="getting-started/" isFeatured="true" icon="unplug">}}
See benefits from the NGINX One Console
{{</card >}}
{{<card title="Changelog" titleUrl="nginx-one/changelog/" icon="clock-alert">}}
{{<card title="Changelog" titleUrl="changelog/" icon="clock-alert">}}
See latest updates: New features, improvements, and bug fixes
{{</card>}}
{{<card title="Add an NGINX instance" titleUrl="nginx-one/connect-instances/add-instance/" icon="copy-plus">}}
{{<card title="Add an NGINX instance" titleUrl="connect-instances/add-instance/" icon="copy-plus">}}
Connect your instances to NGINX One
{{</card>}}
{{</card-section>}}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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=