@@ -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