diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index 550436fd..2bac2798 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -59,7 +59,7 @@ jobs: uses: nginxinc/docs-actions/.github/workflows/docs-build-push.yml@9c59fab05a8131f4d691ba6ea2b6a119f3ef832a # v1.0.7 with: production_url_path: "" - preview_url_path: "/previews/docs" + preview_url_path: "${{ vars.PREVIEW_URL_PATH }}" docs_source_path: "public" docs_build_path: "./" doc_type: "hugo" diff --git a/content/ngf/support.md b/content/ngf/support.md index 433927db..c6f28eed 100644 --- a/content/ngf/support.md +++ b/content/ngf/support.md @@ -40,6 +40,6 @@ Visit the [project’s GitHub repository](https://github.com/nginxinc/nginx-supp - 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. -- You can contact us directly, by sending an email to [kubernetes@nginx.com](mailto:kubernetes@nginx.com) or on the [NGINX Community Slack](https://nginxcommunity.slack.com/channels/nginx-gateway-fabric), in the #nginx-gateway-fabric channel. +- You can also get help through the [NGINX Community Forum](https://community.nginx.org/). - 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).