From 68480e8bd1da75fab3d6da8449876b6f55bd15b2 Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Wed, 14 Feb 2024 08:02:04 -0700 Subject: [PATCH] Remove "build images" link from README The Getting Started guide refers to deploying and installing NGF, which doesn't require building an image. This link doesn't make sense to have after these steps, and that guide is mainly written as an alternate option for devs. In the context of Getting Started, it feels unnecessary, and can be found through the docs naturally if needed. --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4b849be5e2..0fc3fb2867 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,8 @@ Learn about our [design principles](/docs/developer/design-principles.md) and [a 1. [Quick Start on a kind cluster](https://docs.nginx.com/nginx-gateway-fabric/installation/running-on-kind/). 2. [Install](https://docs.nginx.com/nginx-gateway-fabric/installation/) NGINX Gateway Fabric. -3. [Build](https://docs.nginx.com/nginx-gateway-fabric/installation/ngf-images/building-the-images/) an NGINX Gateway Fabric container image from source or use a pre-built image - available - on [GitHub Container Registry](https://github.com/nginxinc/nginx-gateway-fabric/pkgs/container/nginx-gateway-fabric). -4. Deploy various [examples](examples). -5. Read our [How-to guides](https://docs.nginx.com/nginx-gateway-fabric/how-to/). +3. Deploy various [examples](examples). +4. Read our [How-to guides](https://docs.nginx.com/nginx-gateway-fabric/how-to/). You can find the comprehensive NGINX Gateway Fabric user documentation on the [NGINX Documentation](https://docs.nginx.com/nginx-gateway-fabric/) website.