Skip to content

Commit

Permalink
docs: fix url slugs for webhook events and sqs queue (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlaz authored Nov 1, 2024
1 parent cca4270 commit 1db4ae2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docusaurus/video/docusaurus/docs/api/webhooks/events.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
id: events
sidebar_position: 2
slug: /streaming/events
slug: /webhooks/events
title: Events
---


import CallEventModels from '../_common_/CallEventModels';

Here you can find the list of events are sent to Webhook, SQS and SNS.
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/video/docusaurus/docs/api/webhooks/sqs.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: sqs
sidebar_position: 3
slug: /streaming/sqs
slug: /webhooks/sqs
title: SQS and SNS
---

Expand Down

0 comments on commit 1db4ae2

Please sign in to comment.