Skip to content

Commit 56e573a

Browse files
committed
More
1 parent 80892b2 commit 56e573a

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description:
3-
title: Organize in groups
3+
title: Change multiple instances with one push
44
weight: 400
55
url: /nginx-one/config-sync-groups
66
---
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
---
22
description:
33
<<<<<<< HEAD
4+
<<<<<<< HEAD
45
title: Manage your NGINX instances
56
=======
67
title: Organize your NGINX instances
78
>>>>>>> c7ce27ce (Draft: new N1C doc homepage)
9+
=======
10+
title: Watch your NGINX instances
11+
>>>>>>> 09d8a53f (More)
812
weight: 300
913
url: /nginx-one/nginx-configs
1014
---

layouts/partials/list-main.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,33 @@ <h3 class="card-title" style="display: flex; align-items: center; gap: 5px;">
4040
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Draft new configurations")}}
4141
<p style="padding-bottom: 10px;">Work with Staged Configurations</p>
4242
{{ end }}
43+
<<<<<<< HEAD
4344
<!-- {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Secure your fleet")}}
4445
<p style="padding-bottom: 10px;">Configure alerts that match your security policies </p>
4546
{{ end }} -->
4647
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Manage your NGINX instances")}}
4748
<p style="padding-bottom: 10px;">Monitor and maintain your deployments </p>
49+
=======
50+
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Watch your NGINX instances")}}
51+
<p style="padding-bottom: 10px;">Keep an inventory of your deployments </p>
52+
>>>>>>> 09d8a53f (More)
4853
{{ end }}
4954
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Organize users with RBAC")}}
5055
<p style="padding-bottom: 10px;">Assign responsibilities with role-based access control </p>
5156
{{ end }}
57+
<<<<<<< HEAD
5258
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Automate with the NGINX One API")}}
5359
<p style="padding-bottom: 10px;">Manage your NGINX fleet over REST </p>
60+
=======
61+
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Organize your administrators with RBAC")}}
62+
<p style="padding-bottom: 10px;">Secure your systems with role-based access control </p>
63+
{{ end }}
64+
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Change multiple instances with one push")}}
65+
<p style="padding-bottom: 10px;">Configure and synchronize groups of NGINX instances simultaneously </p>
66+
{{ end }}
67+
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "NGINX One API")}}
68+
<p style="padding-bottom: 10px;">Automate NGINX fleet management </p>
69+
>>>>>>> 09d8a53f (More)
5470
{{ end }}
5571
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Glossary")}}
5672
<p style="padding-bottom: 10px;">Learn terms unique to NGINX One Console </p>

0 commit comments

Comments
 (0)