Skip to content

Commit 3dbfb30

Browse files
committed
Sync with presentation
1 parent 5e6d32b commit 3dbfb30

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Secure your fleet
3+
description:
4+
weight: 250
5+
url: /nginx-one/secure-your-fleet
6+
---

layouts/partials/list-main.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1 class="bd-title">
1919
</div>
2020
</div>
2121

22-
{{ if or (lt .WordCount 1) (eq $PageTitle "F5 NGINX One Console") (eq $PageTitle "F5 NGINX App Protect DoS") (eq $PageTitle "F5 NGINX Plus") }}
22+
{{ if or (lt .WordCount 1) (eq $PageTitle "fF5 NGINX One Console") (eq $PageTitle "F5 NGINX App Protect DoS") (eq $PageTitle "F5 NGINX Plus") }}
2323
<section>
2424
<div class="row">
2525
<div class="card-deck">
@@ -32,25 +32,28 @@ <h3 class="card-title" style="display: flex; align-items: center; gap: 5px;">
3232
<a href="{{ if .Params.url}}{{ .Params.url}}{{else}}{{ .Permalink }}{{end}}">{{ .Title }}</a>
3333
</h3>
3434
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Manage your NGINX fleet")}}
35-
<p style="padding-bottom: 10px;">Use the F5 NGINX One Console to deploy, scale, or migrate your apps </p>
35+
<p style="padding-bottom: 10px;">Simplify, scale, secure, and collaborate with your NGINX fleet </p>
3636
{{ end }}
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 }}
4040
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Set up new instances")}}
41-
<p style="padding-bottom: 10px;">Manage your work-in-progress </p>
41+
<p style="padding-bottom: 10px;">Collaborate with Staged Configurations</p>
42+
{{ end }}
43+
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Secure your fleet")}}
44+
<p style="padding-bottom: 10px;">Configure alerts that match your security policies </p>
4245
{{ end }}
4346
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Watch your NGINX instances")}}
4447
<p style="padding-bottom: 10px;">Keep an inventory of your deployments </p>
4548
{{ end }}
4649
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Monitor your certificates")}}
47-
<p style="padding-bottom: 10px;">Detect and resolve expired SSL certs in minutes </p>
50+
<p style="padding-bottom: 10px;">Update your SSL certs before they expire </p>
4851
{{ end }}
4952
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Organize your administrators with RBAC")}}
5053
<p style="padding-bottom: 10px;">Secure your systems with role-based access control </p>
5154
{{ end }}
5255
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Change multiple instances with one push")}}
53-
<p style="padding-bottom: 10px;">Synchronize changes across cloud environments </p>
56+
<p style="padding-bottom: 10px;">Simplify changes with Config Sync Groups </p>
5457
{{ end }}
5558
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "NGINX One API")}}
5659
<p style="padding-bottom: 10px;">Automate NGINX fleet management from the CLI </p>

0 commit comments

Comments
 (0)