added generic http event streaming docs (#365)

* added generic http event streaming docs

* minor fix

* rename to mdx

* minor fix
This commit is contained in:
Vlad
2025-06-20 15:13:03 +02:00
committed by GitHub
parent be7e2095fb
commit 9b0a9ddb3f
8 changed files with 101 additions and 2 deletions

View File

@@ -174,6 +174,7 @@ export const docsNavigation = [
{ title: 'Datadog', href: '/how-to/stream-activity-to-datadog' },
{ title: 'Amazon S3', href: '/how-to/stream-activity-to-amazon-s3' },
{ title: 'Amazon Firehose', href: '/how-to/stream-activity-to-amazon-firehose'},
{ title: 'Generic HTTP', href: '/how-to/stream-activity-to-generic-http'},
]
},
],