Skip to content

Commit 58bed48

Browse files
committed
reorder sections
1 parent 6b71c88 commit 58bed48

File tree

7 files changed

+17
-25
lines changed

7 files changed

+17
-25
lines changed

content/nginx-one/api/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Automate with the NGINX One API
33
description:
4-
weight: 1000
4+
weight: 700
55
url: /nginx-one/api
66
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description:
33
title: Connect your instances to the console
4-
weight: 700
4+
weight: 200
55
url: /nginx-one/connect-instances/
66
---

content/nginx-one/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: ''
33
docs: DOCS-1396
44
title: Glossary
55
toc: true
6-
weight: 2000
6+
weight: 800
77
type:
88
- reference
99
---

content/nginx-one/metrics/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description:
33
title: Set up metrics
4-
weight: 300
4+
weight: 500
55
url: /nginx-one/metrics/
66
---

content/nginx-one/rbac/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Organize users with RBAC
33
description:
4-
weight: 500
4+
weight: 600
55
url: /nginx-one/rbac
66
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description:
33
title: Draft new configurations
4-
weight: 200
4+
weight: 400
55
url: /nginx-one/staged-configs
66
---

layouts/partials/list-main.html

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -37,38 +37,30 @@ <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 configurations")}}
41-
<p style="padding-bottom: 10px;">Work with Staged Configurations</p>
40+
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Connect your instances to the console") }}
41+
<p style="padding-bottom: 10px;">Work with data plane keys, containers, and proxy servers </p>
4242
{{ 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>
45-
{{ end }} -->
4643
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Manage your NGINX instances")}}
4744
<p style="padding-bottom: 10px;">Monitor and maintain your deployments </p>
4845
{{ end }}
46+
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Draft new configurations")}}
47+
<p style="padding-bottom: 10px;">Work with Staged Configurations</p>
48+
{{ end }}
49+
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Set up metrics") }}
50+
<p style="padding-bottom: 10px;">Review your deployments in a dashboard </p>
51+
{{ end }}
4952
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Organize users with RBAC")}}
5053
<p style="padding-bottom: 10px;">Assign responsibilities with role-based access control </p>
5154
{{ end }}
5255
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Automate with the NGINX One API")}}
5356
<p style="padding-bottom: 10px;">Manage your NGINX fleet over REST </p>
5457
{{ end }}
58+
<!-- {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Secure your fleet")}}
59+
<p style="padding-bottom: 10px;">Configure alerts that match your security policies </p>
60+
{{ end }} -->
5561
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Glossary")}}
5662
<p style="padding-bottom: 10px;">Learn terms unique to NGINX One Console </p>
5763
{{ end }}
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>
60-
{{ end }}
61-
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Set up metrics") }}
62-
<p style="padding-bottom: 10px;">Review your deployments in a dashboard </p>
63-
{{ end }}
64-
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "API")}}
65-
<p style="padding-bottom: 10px;">These are API docs</p> <!-- Added text here -->
66-
<ul style="padding-top: 10px;">
67-
{{ range .Pages }}
68-
<li><a href="{{ .Permalink }}"> {{ .Title }}</a></li>
69-
{{ end }}
70-
</ul>
71-
{{ end }}
7264
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Changelog") }}
7365
{{ partial "changelog-date.html" . }}
7466
{{ end }}

0 commit comments

Comments
 (0)