@@ -19,7 +19,7 @@ <h1 class="bd-title">
19
19
</ div >
20
20
</ div >
21
21
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") }}
23
23
< section >
24
24
< div class ="row ">
25
25
< div class ="card-deck ">
@@ -32,25 +32,28 @@ <h3 class="card-title" style="display: flex; align-items: center; gap: 5px;">
32
32
< a href ="{{ if .Params.url}}{{ .Params.url}}{{else}}{{ .Permalink }}{{end}} "> {{ .Title }}</ a >
33
33
</ h3 >
34
34
{{ 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 >
36
36
{{ end }}
37
37
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Get started")}}
38
38
< p style ="padding-bottom: 10px; "> See benefits from the NGINX One Console </ p >
39
39
{{ end }}
40
40
{{ 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 >
42
45
{{ end }}
43
46
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Watch your NGINX instances")}}
44
47
< p style ="padding-bottom: 10px; "> Keep an inventory of your deployments </ p >
45
48
{{ end }}
46
49
{{ 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 >
48
51
{{ end }}
49
52
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Organize your administrators with RBAC")}}
50
53
< p style ="padding-bottom: 10px; "> Secure your systems with role-based access control </ p >
51
54
{{ end }}
52
55
{{ 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 >
54
57
{{ end }}
55
58
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "NGINX One API")}}
56
59
< p style ="padding-bottom: 10px; "> Automate NGINX fleet management from the CLI </ p >
0 commit comments