Skip to content

Commit 19bf6ef

Browse files
authored
Partials: disable automatic links for custom product pages (#348)
* Partials: disable automatic links for custom product pages * Add ai made ngf landing page * ngf: Remove AI landing page * Add exemption for NAP Dos and plus list pages
1 parent e82bf79 commit 19bf6ef

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Diff for: content/ngf/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
title: "NGINX Gateway Fabric"
33
url: /nginx-gateway-fabric/
4-
---
4+
---

Diff for: content/solutions/_index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ weight: 1
77

88
This section provides information about managing subscription licenses for NGINX products. Learn about license requirements, how to handle common issues, and ensure compliance to keep systems running smoothly.
99

10-
### Topics in this section:
10+
### Topics in this section:
11+
12+
- [About subscription licenses]({{< ref "solutions/about-subscription-licenses.md" >}})

Diff for: layouts/partials/list-main.html

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{/* TODO: Delete this page, and use the one from nginx-hugo-them */}}
12
<div class="list-page">
23
{{ $PageTitle := .Title }}
34
<div class="col-md-12 col-xl-12 py-md-3" style="margin-left: -1.75em;">
@@ -18,6 +19,7 @@ <h1 class="bd-title">
1819
</div>
1920
</div>
2021

22+
{{ if or (lt .WordCount 1) (eq $PageTitle "F5 NGINX One Console") (eq $PageTitle "F5 NGINX App Protect DoS") (eq $PageTitle "F5 NGINX Plus") }}
2123
<section>
2224
<div class="row">
2325
<div class="card-deck">
@@ -93,4 +95,5 @@ <h3 class="card-title" style="display: flex; align-items: center;">
9395
{{ end }}
9496
</div>
9597
</section>
98+
{{end}}
9699
</div>

0 commit comments

Comments
 (0)