@@ -32,18 +32,38 @@ <h3 class="card-title" style="display: flex; align-items: center; gap: 5px;">
3232 < i class ="fas fa-{{if eq .Kind "page "}}file-alt{{else}}book{{end}} fa-lg card-img-top"> </ i >
3333 < a href ="{{ if .Params.url}}{{ .Params.url}}{{else}}{{ .Permalink }}{{end}} "> {{ .Title }}</ a >
3434 </ h3 >
35- {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "How-to guides") }}
36- < ul style ="padding-top: 10px; ">
37- {{ range .Pages }}
38- {{ if eq .Kind "section" }}
39- {{ range .Pages }}
40- < li > < a href ="{{ .Permalink }} "> {{ .Title }}</ a > </ li >
41- {{ end }}
42- {{ end }}
43- {{ end }}
44- </ ul >
35+ {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Manage your NGINX fleet")}}
36+ < p style ="padding-bottom: 10px; "> Simplify, scale, secure, and collaborate with your NGINX fleet </ p >
37+ {{ end }}
38+ {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Get started")}}
39+ < p style ="padding-bottom: 10px; "> See benefits from the NGINX One Console </ p >
40+ {{ end }}
41+ {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Draft new configurations")}}
42+ < p style ="padding-bottom: 10px; "> Work with Staged Configurations</ p >
43+ {{ end }}
44+ <!-- {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Secure your fleet")}}
45+ <p style="padding-bottom: 10px;">Configure alerts that match your security policies </p>
46+ {{ end }} -->
47+ {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Manage your NGINX instances")}}
48+ < p style ="padding-bottom: 10px; "> Monitor and maintain your deployments </ p >
49+ {{ end }}
50+ {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Organize users with RBAC")}}
51+ < p style ="padding-bottom: 10px; "> Assign responsibilities with role-based access control </ p >
52+ {{ end }}
53+ {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Automate with the NGINX One API")}}
54+ < p style ="padding-bottom: 10px; "> Manage your NGINX fleet over REST </ p >
55+ {{ end }}
56+ {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Glossary")}}
57+ < p style ="padding-bottom: 10px; "> Learn terms unique to NGINX One Console </ p >
58+ {{ end }}
59+ {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Connect your instances") }}
60+ < p style ="padding-bottom: 10px; "> Work with data plane keys, containers, and proxy servers </ p >
61+ {{ end }}
62+ {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Set up metrics") }}
63+ < p style ="padding-bottom: 10px; "> Review your deployments in a dashboard </ p >
4564 {{ end }}
4665 {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "API")}}
66+ < p style ="padding-bottom: 10px; "> These are API docs</ p > <!-- Added text here -->
4767 < ul style ="padding-top: 10px; ">
4868 {{ range .Pages }}
4969 < li > < a href ="{{ .Permalink }} "> {{ .Title }}</ a > </ li >
@@ -97,4 +117,4 @@ <h3 class="card-title" style="display: flex; align-items: center;">
97117 </ div >
98118 </ section >
99119 {{end}}
100- </ div >
120+ </ div >
0 commit comments