Skip to content

Commit 6878748

Browse files
committed
fix language and leveling for docs
1 parent 331d547 commit 6878748

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

content/ngf/how-to/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: "How-to guides"
33
url: /nginx-gateway-fabric/how-to/
4-
weight: 400
4+
weight: 500
55
---

content/ngf/reference/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: "Reference"
3-
weight: 500
3+
weight: 600
44
url: /nginx-gateway-fabric/reference/
55
---

content/ngf/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Releases
33
description: "NGINX Gateway Fabric releases."
4-
weight: 700
4+
weight: 800
55
toc: true
66
type: reference
77
product: NGF

content/ngf/support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Support
3-
weight: 600
3+
weight: 700
44
toc: true
55
type: reference
66
product: NGF

content/ngf/installation/installing-ngf/upgrading-ngf.md renamed to content/ngf/upgrading-ngf.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Upgrade NGINX Gateway Fabric to version 2.x
33
weight: 400
44
toc: true
5-
type: how-to
5+
type: upgrade-ngf
66
product: NGF
77
docs: DOCS-0000
88
---
@@ -20,7 +20,7 @@ To upgrade NGINX Gateway Fabric from version 1.x to the new architecture in vers
2020

2121
To remove the previous version 1.x of NGINX Gateway Fabric, follow these steps:
2222

23-
First, run the following command to uninstall NGINX Gateway Fabric from the `nginx-gateway` namespace, and update the release name to `ngf` to your release name if it is different:
23+
First, run the following command to uninstall NGINX Gateway Fabric from the `nginx-gateway` namespace, and update `ngf` to your release name if it is different:
2424

2525
```shell
2626
helm uninstall ngf -n nginx-gateway
@@ -87,15 +87,15 @@ NGINX configurations are generated by the control plane and securely delivered t
8787

8888
Each data plane pod runs NGINX alongside the Agent, which applies config updates and handles reloads without shared volumes or signals. This design ensures dynamic, per-Gateway traffic management and operational isolation.
8989

90-
New fields have been added to the `NginxProxy` resource to configure infrastructure-related settings for data plane deployments. You can modify the `NginxProxy` resource at either the Gateway or GatewayClass level. These new fields provide the flexibility to customize deployment and service configurations.
90+
New fields have been added to the `NginxProxy` resource to configure infrastructure-related settings for data plane deployments. The `NginxProxy` resource is now a namespaced-scoped resource, instead of a cluster-scoped resource, and can be modified at either the Gateway or GatewayClass level. These new fields provide the flexibility to customize deployment and service configurations.
9191

9292
For detailed instructions on how to modify these settings, refer to the [Configure infrastructure-related settings]({{< ref "/ngf/how-to/data-plane-configuration.md#configure-infrastructure-related-settings" >}}) guide.
9393

9494

9595
### Key links for the version 2.x update
9696

9797
- To read more on [modifying data plane configuration]({{< ref "/ngf/how-to/data-plane-configuration.md" >}}).
98-
- To learn more about [deploying a Gateway for data plane instances]({{< ref "/ngf/installation/installing-ngf/deploy-data-plane.md" >}})
98+
- To learn more about [deploying a Gateway for data plane instances]({{< ref "/ngf/installation/installing-ngf/deploy-data-plane.md" >}}).
9999
- To adding secure [authentication to control plane and data planes]({{< ref "/ngf/installation/installing-ngf/control-plane-certs.md" >}}).
100100
- To read more about [architecture changes]({{< ref "/ngf/overview/gateway-architecture.md" >}}).
101101
- For detailed [API reference]({{< ref "/ngf/reference/api.md" >}}).

0 commit comments

Comments
 (0)