Skip to content

Commit e9feea7

Browse files
committed
Repush previous comments
1 parent 0d7886c commit e9feea7

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

content/nginx-one/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ nd-product: NGINX One
1313
[//]: # "These are Markdown comments to guide you through document structure. Remove them as you go, as well as any unnecessary sections."
1414
[//]: # "Use underscores for _italics_, and double asterisks for **bold**."
1515
[//]: # "Backticks are for `monospace`, used sparingly and reserved mostly for executable names - they can cause formatting problems. Avoid them in tables: use italics instead."
16-
F5 NGINX One Console makes it easy to manage NGINX instances across locations and environments. The console lets you monitor and control your NGINX fleet from one place—you can check configurations, track performance metrics, identify security vulnerabilities, manage SSL certificates, and more. NGINX One Console is part of NGINX One suite, which includes [additional components](#additional-components).
16+
F5 NGINX One Console makes it easy to manage NGINX instances across locations and environments. The console lets you monitor and control your NGINX fleet from one place—you can check configurations, track performance metrics, identify security vulnerabilities, manage SSL certificates, and more. NGINX One Console is part of NGINX One, which includes [NGINX One components](#nginx-one-components).
1717

1818
## Featured content
1919
[//]: # "You can add a maximum of three cards: any extra will not display."
@@ -22,7 +22,7 @@ F5 NGINX One Console makes it easy to manage NGINX instances across locations an
2222
{{<card-layout>}}
2323
{{<card-section showAsCards="true" isFeaturedSection="true">}}
2424
{{<card title="Get started" titleUrl="/nginx-one/getting-started/" isFeatured="true" icon="unplug">}}
25-
See benefits from the NGINX One Console
25+
Get up and running with NGINX One Console
2626
{{</card >}}
2727
{{</card-section>}}
2828
{{</card-layout>}}
@@ -58,7 +58,7 @@ F5 NGINX One Console makes it easy to manage NGINX instances across locations an
5858
{{</card-section>}}
5959
{{</card-layout>}}
6060

61-
## Additional components
61+
## NGINX One components
6262
[//]: # "You can add any extra content for the page here, such as additional cards, diagrams or text."
6363

6464
{{< card-layout >}}

content/nginx-one/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ You can:
9191
- Remove a deployed certificate from a Config Sync Group
9292

9393
For more information, including warnings about risks, see our documentation on how you can:
94-
- [Add a file]({{< ref "/nginx-one/nginx-configs/add-file.md" >}})
94+
- [Add a file]({{< ref "/nginx-one/nginx-configs/one-instance/add-file.md" >}})
9595
- [Manage certificates]({{< ref "/nginx-one/nginx-configs/certificates/manage-certificates.md" >}})
9696

9797
### Revert a configuration
@@ -144,7 +144,7 @@ Select the link for each CVE to see the details, including the CVE's publish dat
144144

145145
### Edit NGINX configurations
146146

147-
You can now make configuration changes to your NGINX instances. For more details, see [View and edit NGINX configurations]({{< ref "/nginx-one/nginx-configs/view-edit-nginx-configurations.md" >}}).
147+
You can now make configuration changes to your NGINX instances. For more details, see [View and edit NGINX configurations]({{< ref "/nginx-one/nginx-configs/one-instance/view-edit-nginx-configurations.md" >}}).
148148

149149
## May 28, 2024
150150

content/nginx-one/nginx-configs/certificates/manage-certificates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ From the NGINX One Console you can:
3434

3535
You can manage the certificates for:
3636

37-
- [Unique instances]({{< ref "/nginx-one/nginx-configs/add-file.md#new-ssl-certificate-or-ca-bundle" >}})
37+
- [Unique instances]({{< ref "/nginx-one/nginx-configs/one-instance/add-file.md#new-ssl-certificate-or-ca-bundle" >}})
3838
- For all instances that are members of a [Config Sync Group]({{< ref "/nginx-one/nginx-configs/config-sync-groups/manage-config-sync-groups/#configuration-management" >}})
3939

4040

@@ -195,4 +195,4 @@ To convert these cerificates to managed, start with the Certificates menu, and s
195195

196196
- [Create and manage data plane keys]({{< ref "/nginx-one/connect-instances/create-manage-data-plane-keys.md" >}})
197197
- [Add an instance]({{< ref "/nginx-one/connect-instances/add-instance.md" >}})
198-
- [Add a file in a configuration]({{< ref "/nginx-one/nginx-configs/add-file.md" >}})
198+
- [Add a file in a configuration]({{< ref "/nginx-one/nginx-configs/one-instance/add-file.md" >}})

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/nginxinc/docs
22

33
go 1.19
44

5-
require github.com/nginxinc/nginx-hugo-theme v0.43.4 // indirect
5+
require github.com/nginxinc/nginx-hugo-theme v0.43.5 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
github.com/nginxinc/nginx-hugo-theme v0.43.4 h1:fnUGTcpR/pwwgBIy2dv0fOkeT++cqv1T6G1LKqQRAFg=
22
github.com/nginxinc/nginx-hugo-theme v0.43.4/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=
3+
github.com/nginxinc/nginx-hugo-theme v0.43.5 h1:OCsB4Y5mWN0fDzev+rie62zVXciR89vgsQ5Ss8mxUn8=
4+
github.com/nginxinc/nginx-hugo-theme v0.43.5/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=

0 commit comments

Comments
 (0)