From f5cce219363ed0e0fb843895dbd12b3a63b5daf4 Mon Sep 17 00:00:00 2001 From: Jack Hickey <133868041+nginx-jack@users.noreply.github.com> Date: Wed, 2 Apr 2025 12:08:12 +0100 Subject: [PATCH 1/4] Partials: disable automatic links for custom product pages --- content/solutions/_index.md | 4 +++- layouts/partials/list-main.html | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/content/solutions/_index.md b/content/solutions/_index.md index e1e25b52b..b954b7766 100644 --- a/content/solutions/_index.md +++ b/content/solutions/_index.md @@ -9,4 +9,6 @@ weight: 1 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. -### Topics in this section: \ No newline at end of file +### Topics in this section: + +- [About subscription licenses]({{< ref "solutions/about-subscription-licenses.md" >}}) \ No newline at end of file diff --git a/layouts/partials/list-main.html b/layouts/partials/list-main.html index a4364f78c..f1a3d0b5c 100644 --- a/layouts/partials/list-main.html +++ b/layouts/partials/list-main.html @@ -1,3 +1,4 @@ +{{/* TODO: Delete this page, and use the one from nginx-hugo-them */}}