Skip to content

Commit 562d578

Browse files
brunozoricclaude
andcommitted
feat: rename webhook verification article to webhooks
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5215a99 commit 562d578

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

docs/developer-docs/6.x/navigation.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,7 @@ export const Navigation = ({ children }: { children: React.ReactNode }) => {
235235
<Page link={"reference/sdk/file-manager"} title={"File Manager"} />
236236
<Page link={"reference/sdk/tenant-manager"} title={"Tenant Manager"} />
237237
<Page link={"reference/sdk/tasks"} title={"Tasks"} />
238-
<Page
239-
link={"reference/sdk/webhook-verification"}
240-
title={"Webhook Verification"}
241-
/>
238+
<Page link={"reference/sdk/webhooks"} title={"Webhooks"} />
242239
</Group>
243240
{/* __SDK_PAGES_END__ */}
244241
{/* __REFERENCE_PAGES_END__ */}

docs/developer-docs/6.x/reference/sdk/webhook-verification.ai.txt renamed to docs/developer-docs/6.x/reference/sdk/webhooks.ai.txt

File renamed without changes.

docs/developer-docs/6.x/reference/sdk/webhook-verification.mdx renamed to docs/developer-docs/6.x/reference/sdk/webhooks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: sbwmyo92
3-
title: Webhook Verification
3+
title: Webhooks
44
description: Verify incoming Webiny webhook payloads using the Webiny SDK to ensure authenticity and integrity.
55
---
66

0 commit comments

Comments
 (0)