Skip to content

Commit 4da8aa7

Browse files
committed
based on Jason's feedback
1 parent 614bafe commit 4da8aa7

File tree

10 files changed

+16
-26
lines changed

10 files changed

+16
-26
lines changed

content/nginx-one/api/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Automation with the NGINX One API
2+
title: Automate with the NGINX One API
33
description:
44
weight: 1000
55
url: /nginx-one/api

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,5 +193,5 @@ To convert these cerificates to managed, start with the Certificates menu, and s
193193
## See also
194194

195195
- [Create and manage data plane keys]({{< ref "/nginx-one/how-to/data-plane-keys/create-manage-data-plane-keys.md" >}})
196-
- [View and edit NGINX configurations]({{< ref "/nginx-one/nginx-configs/view-edit-nginx-configurations.md" >}})
196+
- [Add an instance]({{< ref "/nginx-one/nginx-configs/add-instance.md" >}})
197197
- [Add a file in a configuration]({{< ref "/nginx-one/nginx-configs/add-file.md" >}})

content/nginx-one/config-sync-groups/add-file-csg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ With this option, You can incorporate [Managed certificates]({{< ref "/nginx-one
6363
## See also
6464

6565
- [Create and manage data plane keys]({{< ref "/nginx-one/how-to/data-plane-keys/create-manage-data-plane-keys.md" >}})
66-
- [View and edit NGINX configurations]({{< ref "/nginx-one/nginx-configs/view-edit-nginx-configurations.md" >}})
66+
- [Add an NGINX instance]({{< ref "/nginx-one/nginx-configs/add-instance.md" >}})
6767
- [Manage certificates]({{< ref "/nginx-one/certificates/manage-certificates.md" >}})

content/nginx-one/config-sync-groups/manage-config-sync-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,4 @@ Monitor the **Config Sync Status** column. It can help you ensure that your conf
258258
## See also
259259

260260
- [Create and manage data plane keys]({{< ref "/nginx-one/how-to/data-plane-keys/create-manage-data-plane-keys.md" >}})
261-
- [View and edit NGINX configurations]({{< ref "/nginx-one/nginx-configs/view-edit-nginx-configurations.md" >}})
261+
- [Add an NGINX instance]({{< ref "/nginx-one/nginx-configs/add-instance.md" >}})
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description:
3-
title: Access and connect to your NGINX instances
3+
title: Manage your NGINX instances
44
weight: 300
55
url: /nginx-one/nginx-configs
66
---

content/nginx-one/nginx-configs/add-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ Enter the name of the desired configuration file, such as `abc.conf` and select
6363
## See also
6464

6565
- [Create and manage data plane keys]({{< ref "/nginx-one/how-to/data-plane-keys/create-manage-data-plane-keys.md" >}})
66-
- [View and edit NGINX configurations]({{< ref "/nginx-one/nginx-configs/view-edit-nginx-configurations.md" >}})
66+
- [Add an NGINX instance]({{< ref "/nginx-one/nginx-configs/add-instance.md" >}})
6767
- [Manage certificates]({{< ref "/nginx-one/certificates/manage-certificates.md" >}})

content/nginx-one/nginx-configs/view-edit-nginx-configurations.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# We use sentence case and present imperative tone
3-
title: View and edit NGINX configurations
3+
title: View and edit an NGINX instance
44
# Weights are assigned in increments of 100: determines sorting order
55
weight: 300
66
# Creates a table of contents and sidebar, useful for large documents
@@ -12,17 +12,7 @@ product: NGINX One
1212
---
1313
<!-- Possible future include, with similar files in config-sync-groups/ and staged-configs/ subdirectories -->
1414

15-
## Overview
16-
17-
This guide explains how to add a **Instances** to your NGINX One Console.
18-
19-
## Before you start
20-
21-
Before you add **Instances** to NGINX One Console, ensure:
22-
23-
- You have an NGINX One Console account with staged configuration permissions.```
24-
25-
Once you've registered your NGINX Instances with the F5 NGINX One Console, you can view and edit their NGINX configurations on the **Instances** details page.
15+
This guide explains how to edit the configuration of an existing **Instance** in your NGINX One Console.
2616

2717
To view and edit an NGINX configuration, follow these steps:
2818

content/nginx-one/rbac/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Organize your administrators with RBAC
2+
title: Organize administrators with RBAC
33
description:
44
weight: 500
55
url: /nginx-one/rbac
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description:
3-
title: Draft new instances
3+
title: Draft new instances (Staged Configuration)
44
weight: 200
55
url: /nginx-one/how-to/staged-configs
66
---

layouts/partials/list-main.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,26 @@ <h3 class="card-title" style="display: flex; align-items: center; gap: 5px;">
3737
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Get started")}}
3838
<p style="padding-bottom: 10px;">See benefits from the NGINX One Console </p>
3939
{{ end }}
40-
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Set up new instances")}}
40+
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Draft new instances (Staged Configuration)")}}
4141
<p style="padding-bottom: 10px;">Work on new instances with Staged Configurations</p>
4242
{{ end }}
4343
<!-- {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Secure your fleet")}}
4444
<p style="padding-bottom: 10px;">Configure alerts that match your security policies </p>
4545
{{ end }} -->
46-
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Watch your NGINX instances")}}
46+
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Manage your NGINX instances")}}
4747
<p style="padding-bottom: 10px;">Monitor all of your deployments </p>
4848
{{ end }}
4949
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Monitor your certificates")}}
5050
<p style="padding-bottom: 10px;">Update your SSL certs before they expire </p>
5151
{{ end }}
52-
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Organize your administrators with RBAC")}}
53-
<p style="padding-bottom: 10px;">Secure your systems with role-based access control </p>
52+
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Organize administrators with RBAC")}}
53+
<p style="padding-bottom: 10px;">Assign responsibilities with role-based access control </p>
5454
{{ end }}
5555
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Change multiple instances with one push")}}
5656
<p style="padding-bottom: 10px;">Simplify changes with Config Sync Groups </p>
5757
{{ end }}
58-
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "NGINX One API")}}
59-
<p style="padding-bottom: 10px;">Automate NGINX fleet management from the CLI </p>
58+
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Automate with the NGINX One API")}}
59+
<p style="padding-bottom: 10px;">Manage your NGINX fleet over REST </p>
6060
{{ end }}
6161
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Glossary")}}
6262
<p style="padding-bottom: 10px;">Terms unique to NGINX One Console </p>

0 commit comments

Comments
 (0)