Skip to content

Commit 92081af

Browse files
authored
chore: add NGF docs to catalog (#1599)
1 parent ecc3f84 commit 92081af

31 files changed

+33
-31
lines changed

site/content/how-to/configuration/control-plane-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Control Plane Configuration"
33
description: "Learn how to dynamically update the Gateway Fabric control plane configuration."
44
weight: 100
55
toc: true
6-
docs: "DOCS-000"
6+
docs: "DOCS-1416"
77
---
88

99
## Overview

site/content/how-to/maintenance/upgrade-apps-without-downtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Upgrade applications without downtime"
33
description: "Learn how to use NGINX Gateway Fabric to upgrade applications without downtime."
44
weight: 100
55
toc: true
6-
docs: "DOCS-000"
6+
docs: "DOCS-1420"
77
---
88

99
{{<custom-styles>}}

site/content/how-to/monitoring/dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "NGINX Plus Dashboard"
33
description: "Learn how to view the NGINX Plus dashboard to see real-time metrics."
44
weight: 200
55
toc: true
6-
docs: "DOCS-000"
6+
docs: "DOCS-1417"
77
---
88

99
{{<custom-styles>}}

site/content/how-to/monitoring/prometheus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Prometheus Metrics"
33
description: "Learn how to monitor your NGINX Gateway Fabric effectively. This guide provides easy steps for configuring and understanding key performance metrics using Prometheus."
44
weight: 100
55
toc: true
6-
docs: "DOCS-000"
6+
docs: "DOCS-1418"
77
---
88

99
{{<custom-styles>}}

site/content/how-to/monitoring/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Troubleshooting"
33

44
weight: 300
55
toc: true
6-
docs: "DOCS-000"
6+
docs: "DOCS-1419"
77
---
88

99
{{< custom-styles >}}

site/content/how-to/traffic-management/advanced-routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Routing to Applications Using HTTP Matching Conditions"
33
description: "Learn how to deploy multiple applications and HTTPRoutes with request conditions such as paths, methods, headers, and query parameters"
44
weight: 200
55
toc: true
6-
docs: "DOCS-000"
6+
docs: "DOCS-1422"
77
---
88

99
In this guide we will configure advanced routing rules for multiple applications. These rules will showcase request matching by path, headers, query parameters, and method. For an introduction to exposing your application, we recommend that you follow the [basic guide]({{< relref "/how-to/traffic-management/routing-traffic-to-your-app.md" >}}) first.

site/content/how-to/traffic-management/https-termination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "HTTPS Termination"
33
description: "Learn how to terminate HTTPS traffic using NGINX Gateway Fabric."
44
weight: 500
55
toc: true
6-
docs: "DOCS-000"
6+
docs: "DOCS-1421"
77
---
88

99
In this guide, we will show how to configure HTTPS termination for your application, using an [HTTPRoute](https://gateway-api.sigs.k8s.io/api-types/httproute/) redirect filter, secret, and [ReferenceGrant](https://gateway-api.sigs.k8s.io/api-types/referencegrant/).

site/content/how-to/traffic-management/integrating-cert-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Securing Traffic using Let's Encrypt and Cert-Manager"
33
description: "Learn how to issue and mange certificates using Let's Encrypt and cert-manager."
44
weight: 300
55
toc: true
6-
docs: "DOCS-000"
6+
docs: "DOCS-1425"
77
---
88

99
Securing client server communication is a crucial part of modern application architectures. One of the most important steps in this process is implementing HTTPS (HTTP over TLS/SSL) for all communications. This encrypts the data transmitted between the client and server, preventing eavesdropping and tampering. To do this, you need an SSL/TLS certificate from a trusted Certificate Authority (CA). However, issuing and managing certificates can be a complicated manual process. Luckily, there are many services and tools available to simplify and automate certificate issuance and management.

site/content/how-to/traffic-management/redirects-and-rewrites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "HTTP Redirects and Rewrites"
33
description: "Learn how to redirect or rewrite your HTTP traffic using NGINX Gateway Fabric."
44
weight: 400
55
toc: true
6-
docs: "DOCS-000"
6+
docs: "DOCS-1424"
77
---
88

99
[HTTPRoute](https://gateway-api.sigs.k8s.io/api-types/httproute/) filters can be used to configure HTTP redirects or rewrites. Redirects return HTTP 3XX responses to a client, instructing it to retrieve a different resource. Rewrites modify components of a client request (such as hostname and/or path) before proxying it upstream.

site/content/how-to/traffic-management/routing-traffic-to-your-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Routing Traffic to Your Application"
33
description: "Learn how to route external traffic to your Kubernetes applications using NGINX Gateway Fabric."
44
weight: 100
55
toc: true
6-
docs: "DOCS-000"
6+
docs: "DOCS-1426"
77
---
88

99
{{<custom-styles>}}

0 commit comments

Comments
 (0)