Skip to content

Commit 3cd4629

Browse files
authored
feat: Add explicit URL parameter to Gateway Fabric index pages (#102)
This commit adds an explicit URL to the subfolders of the NGINX Gateway Fabric set, which is inherited by the pages within the folders. It is necessary for URLs to resolve sensibly, as otherwise they default to the folder path, /ngf/, which we do not map as part of the deployment.
1 parent f8392b3 commit 3cd4629

File tree

8 files changed

+9
-6
lines changed

8 files changed

+9
-6
lines changed

content/ngf/how-to/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
title: "How-to guides"
3+
url: /nginx-gateway-fabric/how-to/
34
weight: 400
45
---
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
title: "Monitoring and troubleshooting"
3+
url: /nginx-gateway-fabric/how-to/monitoring/
34
weight: 300
45
---
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
title: "Traffic management"
3+
url: /nginx-gateway-fabric/how-to/traffic-management/
34
weight: 100
45
---
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
title: "Traffic security"
3+
url: /nginx-gateway-fabric/how-to/traffic-security
34
weight: 200
45
---

content/ngf/installation/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
title: "Installation"
3+
url: /nginx-gateway-fabric/installation/
34
weight: 300
45
---
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
22
title: "Install NGINX Gateway Fabric"
3-
description:
3+
url: /nginx-gateway-fabric/installation/installing-ngf/
44
weight: 100
5-
linkTitle: "Install NGINX Gateway Fabric"
6-
menu:
7-
docs:
8-
parent: Installation
95
---

content/ngf/overview/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2-
title: Overview
2+
title: "Overview"
33
weight: 100
4+
url: /nginx-gateway-fabric/overview
45
---

content/ngf/reference/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
title: "Reference"
33
weight: 500
4+
url: /nginx-gateway-fabric/reference/
45
---

0 commit comments

Comments
 (0)