1
+ {{/* TODO: Delete this page, and use the one from nginx-hugo-them */}}
1
2
< div class ="list-page ">
2
3
{{ $PageTitle := .Title }}
3
4
< div class ="col-md-12 col-xl-12 py-md-3 " style ="margin-left: -1.75em; ">
@@ -15,8 +16,6 @@ <h1 class="bd-title">
15
16
{{ .Content | markdownify }}
16
17
</ p >
17
18
{{ end }}
18
-
19
- {{ partial "banner" .}}
20
19
</ div >
21
20
</ div >
22
21
@@ -32,18 +31,38 @@ <h3 class="card-title" style="display: flex; align-items: center; gap: 5px;">
32
31
< i class ="fas fa-{{if eq .Kind "page "}}file-alt{{else}}book{{end}} fa-lg card-img-top"> </ i >
33
32
< a href ="{{ if .Params.url}}{{ .Params.url}}{{else}}{{ .Permalink }}{{end}} "> {{ .Title }}</ a >
34
33
</ 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 >
34
+ {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Manage your NGINX fleet")}}
35
+ < p style ="padding-bottom: 10px; "> Simplify, scale, secure, and collaborate with your NGINX fleet </ p >
36
+ {{ end }}
37
+ {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Get started")}}
38
+ < p style ="padding-bottom: 10px; "> See benefits from the NGINX One Console </ p >
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 >
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
+ {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Manage your NGINX instances")}}
47
+ < p style ="padding-bottom: 10px; "> Monitor and maintain your deployments </ p >
48
+ {{ end }}
49
+ {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Organize users with RBAC")}}
50
+ < p style ="padding-bottom: 10px; "> Assign responsibilities with role-based access control </ p >
51
+ {{ end }}
52
+ {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Automate with the NGINX One API")}}
53
+ < p style ="padding-bottom: 10px; "> Manage your NGINX fleet over REST </ p >
54
+ {{ end }}
55
+ {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Glossary")}}
56
+ < p style ="padding-bottom: 10px; "> Learn terms unique to NGINX One Console </ p >
57
+ {{ end }}
58
+ {{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Connect your instances") }}
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 >
45
63
{{ end }}
46
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 -->
47
66
< ul style ="padding-top: 10px; ">
48
67
{{ range .Pages }}
49
68
< li > < a href ="{{ .Permalink }} "> {{ .Title }}</ a > </ li >
@@ -97,4 +116,4 @@ <h3 class="card-title" style="display: flex; align-items: center;">
97
116
</ div >
98
117
</ section >
99
118
{{end}}
100
- </ div >
119
+ </ div >
0 commit comments