Skip to content

Commit c21cb0c

Browse files
committed
Add more suggestions
1 parent 69060fa commit c21cb0c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

examples/snippets-filter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SnippetsFilter
22

3-
This directory contains the YAML files used in the [Use the SnippetsFilter API](https://docs.nginx.com/nginx-gateway-fabric/how-to/traffic-management/snippets-filters/) guide.
3+
This directory contains the YAML files used in the [Use the SnippetsFilter API](https://docs.nginx.com/nginx-gateway-fabric/how-to/traffic-management/snippets/) guide.

site/content/how-to/traffic-management/snippets-filters.md renamed to site/content/how-to/traffic-management/snippets.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ NGINX configurations that NGINX Gateway Fabric generates.
1717
Snippets are for advanced NGINX users who need more control over the generated NGINX configuration,
1818
and can be used in cases where Gateway API resources or NGINX extensions policies don't apply.
1919

20+
Users can configure Snippets through the `SnippetsFilter` API. `SnippetsFilter` is an [HTTPRouteFilter](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.HTTPRouteFilter)
21+
that attaches to an HTTP/GRPCRoute rule and is intended to modify NGINX configuration specifically for that Route rule.
22+
2023
---
2124

2225
## Disadvantages of Snippets

0 commit comments

Comments
 (0)