@@ -37,38 +37,30 @@ <h3 class="card-title" style="display: flex; align-items: center; gap: 5px;">
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
- {{ 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 >
42
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>
45
- {{ end }} -->
46
43
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Manage your NGINX instances")}}
47
44
< p style ="padding-bottom: 10px; "> Monitor and maintain your deployments </ p >
48
45
{{ 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 }}
49
52
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Organize users with RBAC")}}
50
53
< p style ="padding-bottom: 10px; "> Assign responsibilities with role-based access control </ p >
51
54
{{ end }}
52
55
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Automate with the NGINX One API")}}
53
56
< p style ="padding-bottom: 10px; "> Manage your NGINX fleet over REST </ p >
54
57
{{ 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 }} -->
55
61
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Glossary")}}
56
62
< p style ="padding-bottom: 10px; "> Learn terms unique to NGINX One Console </ p >
57
63
{{ 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 }}
72
64
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Changelog") }}
73
65
{{ partial "changelog-date.html" . }}
74
66
{{ end }}
0 commit comments