Skip to content

Commit cd1116a

Browse files
committed
more edits, may 28
1 parent d3b5cad commit cd1116a

File tree

9 files changed

+17
-31
lines changed

9 files changed

+17
-31
lines changed

content/includes/nginx-one/add-file/existing-ssl-bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
docs:
33
---
44

5-
With this option, You can incorporate [Managed certificates]({{< ref "/nginx-one/certificates/manage-certificates.md#managed-and-unmanaged-certificates" >}}).
5+
With this option, You can incorporate [Managed certificates]({{< ref "/nginx-one/nginx-configs/certificates/manage-certificates.md#managed-and-unmanaged-certificates" >}}).
66
In the **Choose Certificate** drop-down, select the managed certificate of your choice, and select **Add**. You can then:
77

88
1. Review details of the certificate. The next steps depend on whether the certificate is a CA bundle or a certificate / key pair.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description:
3-
title: Containers
3+
title: Connect your containers
44
weight: 300
5-
url: /nginx-one/how-to/containers
5+
url: /nginx-one/connect-instances/containers
66
---
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description:
3-
title: Data plane keys
3+
title: Set up data plane keys
44
weight: 100
5-
url: /nginx-one/how-to/data-plane-keys
5+
url: /nginx-one/connect-instances/data-plane-keys
66
---

content/nginx-one/proxy-setup/_index.md renamed to content/nginx-one/connect-instances/proxy-setup/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
description:
33
title: Proxy setup
44
weight: 600
5-
url: /nginx-one/how-to/settings/nginx-as-proxy
5+
url: /nginx-one/connect-instances/proxy-setup
66
---

content/nginx-one/connect-instances/settings/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
description:
33
title: Settings
44
weight: 500
5-
url: /nginx-one/how-to/settings
5+
url: /nginx-one/connect-instances/settings
66
draft: true
77
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
description:
33
title: Monitor your certificates
44
weight: 400
5-
url: /nginx-one/certificates
5+
url: /nginx-one/nginx-configs/certificates
66
---

content/nginx-one/staged-configs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
description:
33
title: Draft new configurations
44
weight: 200
5-
url: /nginx-one/how-to/staged-configs
5+
url: /nginx-one/staged-configs
66
---

layouts/partials/list-main.html

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -37,40 +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 "Draft new instances (Staged Configs)")}}
41-
<p style="padding-bottom: 10px;">Work on new instances with Staged Configurations</p>
40+
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Draft new configurations")}}
41+
<p style="padding-bottom: 10px;">Work 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 "Add and manage your NGINX instances")}}
47-
<p style="padding-bottom: 10px;">Monitor all of your deployments </p>
46+
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Manage your NGINX instances")}}
47+
<p style="padding-bottom: 10px;">Monitor and maintain your deployments </p>
4848
{{ end }}
49-
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Monitor your certificates")}}
50-
<p style="padding-bottom: 10px;">Update your SSL certs before they expire </p>
51-
{{ end }}
52-
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Organize administrators with RBAC")}}
49+
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Organize users with RBAC")}}
5350
<p style="padding-bottom: 10px;">Assign responsibilities with role-based access control </p>
5451
{{ end }}
55-
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Change multiple instances with one push")}}
56-
<p style="padding-bottom: 10px;">Simplify changes with Config Sync Groups </p>
57-
{{ end }}
5852
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Automate with the NGINX One API")}}
5953
<p style="padding-bottom: 10px;">Manage your NGINX fleet over REST </p>
6054
{{ end }}
6155
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Glossary")}}
62-
<p style="padding-bottom: 10px;">Terms unique to NGINX One Console </p>
56+
<p style="padding-bottom: 10px;">Learn terms unique to NGINX One Console </p>
6357
{{ end }}
64-
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "How-to guides") }}
65-
<ul style="padding-top: 10px;">
66-
{{ range .Pages }}
67-
{{ if eq .Kind "section" }}
68-
{{ range .Pages }}
69-
<li><a href="{{ .Permalink }}"> {{ .Title }}</a></li>
70-
{{ end }}
71-
{{ end }}
72-
{{ end }}
73-
</ul>
58+
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Connect your instances to the console") }}
59+
<p style="padding-bottom: 10px;">Work with data plane keys, containers, and proxy servers </p>
7460
{{ end }}
7561
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "API")}}
7662
<p style="padding-bottom: 10px;">These are API docs</p> <!-- Added text here -->

0 commit comments

Comments
 (0)