Skip to content

Commit 87b5de0

Browse files
committed
Merge branch 'main' into ngf-release-2.0
2 parents 831d9e0 + 0d573ca commit 87b5de0

File tree

7 files changed

+6
-9
lines changed

7 files changed

+6
-9
lines changed

.github/workflows/build-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: nginxinc/docs-actions/.github/workflows/docs-build-push.yml@9c59fab05a8131f4d691ba6ea2b6a119f3ef832a # v1.0.7
6060
with:
6161
production_url_path: ""
62-
preview_url_path: "/previews/docs"
62+
preview_url_path: "${{ vars.PREVIEW_URL_PATH }}"
6363
docs_source_path: "public"
6464
docs_build_path: "./"
6565
doc_type: "hugo"

content/controller/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ weight: 2100
66
cascade:
77
logo: "NGINX-Controller-product-icon-RGB.svg"
88
type: "ctlr-eos"
9+
noindex: true
910
url: /nginx-controller/
1011
---
1112

content/mesh/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ linkTitle: "NGINX Service Mesh"
66
menu: docs
77
cascade:
88
type: "mesh-eos"
9+
noindex: true
910
url: /nginx-service-mesh/
1011
---

content/modsec-waf/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ description: |
66
weight: 5000
77
url: /nginx-waf/
88
cascade:
9+
noindex: true
910
logo: "NGINX-WAF-product-icon-RGB.svg"
1011
---
1112

content/ngf/support.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ Visit the [project’s GitHub repository](https://github.com/nginxinc/nginx-supp
4040

4141
- If you have any suggestions or enhancement requests, please [open an idea](https://github.com/nginx/nginx-gateway-fabric/discussions/categories/ideas) on GitHub discussions.
4242

43-
- You can contact us directly, by sending an email to [[email protected]](mailto:[email protected]) or on the [NGINX Community Slack](https://nginxcommunity.slack.com/channels/nginx-gateway-fabric), in the #nginx-gateway-fabric channel.
43+
- You can also get help through the [NGINX Community Forum](https://community.nginx.org/).
4444

4545
- If you need dedicated support for NGINX Gateway Fabric, or you would like to leverage our [advanced NGINX Plus features](https://docs.nginx.com/nginx-gateway-fabric/overview/nginx-plus/), you can contact [F5 Sales](https://www.f5.com/content/f5-com/en_us/products/get-f5).

content/nms/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ url: /nginx-management-suite/
55
layout: "nms-eos-list"
66
cascade:
77
logo: "NGINX-Management-Suite-product-icon.svg"
8+
noindex: true
89
---
910

content/success.md

-7
This file was deleted.

0 commit comments

Comments
 (0)