Skip to content

Commit 43ef45c

Browse files
committed
Sync with presentation
1 parent ab38b01 commit 43ef45c

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
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: 14 additions & 2 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">
@@ -37,8 +37,16 @@ <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+
<<<<<<< HEAD
4041
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Draft new configurations")}}
4142
<p style="padding-bottom: 10px;">Work with Staged Configurations</p>
43+
=======
44+
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Set up new instances")}}
45+
<p style="padding-bottom: 10px;">Collaborate with Staged Configurations</p>
46+
{{ end }}
47+
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Secure your fleet")}}
48+
<p style="padding-bottom: 10px;">Configure alerts that match your security policies </p>
49+
>>>>>>> 3dbfb304 (Sync with presentation)
4250
{{ end }}
4351
<<<<<<< HEAD
4452
<!-- {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Secure your fleet")}}
@@ -56,8 +64,12 @@ <h3 class="card-title" style="display: flex; align-items: center; gap: 5px;">
5664
<p style="padding-bottom: 10px;">Assign responsibilities with role-based access control </p>
5765
=======
5866
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Monitor your certificates")}}
67+
<<<<<<< HEAD
5968
<p style="padding-bottom: 10px;">Detect and resolve expired SSL certs in minutes </p>
6069
>>>>>>> 5e6d32b4 (new messages)
70+
=======
71+
<p style="padding-bottom: 10px;">Update your SSL certs before they expire </p>
72+
>>>>>>> 3dbfb304 (Sync with presentation)
6173
{{ end }}
6274
<<<<<<< HEAD
6375
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Automate with the NGINX One API")}}
@@ -67,7 +79,7 @@ <h3 class="card-title" style="display: flex; align-items: center; gap: 5px;">
6779
<p style="padding-bottom: 10px;">Secure your systems with role-based access control </p>
6880
{{ end }}
6981
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Change multiple instances with one push")}}
70-
<p style="padding-bottom: 10px;">Synchronize changes across cloud environments </p>
82+
<p style="padding-bottom: 10px;">Simplify changes with Config Sync Groups </p>
7183
{{ end }}
7284
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "NGINX One API")}}
7385
<<<<<<< HEAD

0 commit comments

Comments
 (0)