Skip to content

Commit

Permalink
Standardize event hooks how-tos naming
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianrbz committed Dec 19, 2024
1 parent 064603c commit 8a82019
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/_gateway_entities/event-hook.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ data:
For step-by-step guides on configuring Event Hooks see the following docs:

* [Create a Web Hook with {{site.base_gateway}}](/how-to/create-a-webhook-with-kong-gateway/)
* [Push Event Hook information to Slack](/how-to/create-a-custom-webhook-slack)
* [How to create a log Event Hook](/how-to/create-a-log-event-hook)
* [Configure an Event Hook to log events](/how-to/create-a-lambda-event-hook)
* [Push Event Hook information to Slack with {{site.base_gateway}}](/how-to/create-a-custom-webhook-slack-with-kong-gateway/)
* [How to create a log Event Hook with {{site.base_gateway}}](/how-to/create-a-log-event-hook-with-kong-gateway/)
* [Configure an Event Hook to log events with {{site.base_gateway}}](/how-to/create-a-lambda-event-hook-with-kong-gateway/)

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Push Event Hook information to Slack
title: Push Event Hook information to Slack with {{site.base_gateway}}
content_type: how_to
works_on:
- on-prem
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Create an Event Hook that can run custom code
title: Create an Event Hook that can run custom code with {{site.base_gateway}}
content_type: how_to

entities:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Configure an Event Hook to log events
title: Configure an Event Hook to log events with {{site.base_gateway}}
content_type: how_to

entities:
Expand Down

0 comments on commit 8a82019

Please sign in to comment.