Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 0 additions & 50 deletions src/destinations/eventbridge.mdx

This file was deleted.

9 changes: 2 additions & 7 deletions src/destinations/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Overview
---

Ampersand supports webhook, Slack, Kinesis, and S3 destinations, along with a range of data warehouse and message queue destinations (ClickHouse, Snowflake, BigQuery, Redshift, Amazon SQS, Amazon SNS, Amazon EventBridge, Google Cloud Pub/Sub, and RabbitMQ). Destinations allow you to route data synced from SaaS instances via [Read Actions](/read-actions) or [Subscribe Actions](/subscribe-actions), and to receive real-time [Notifications](/notifications) about important lifecycle events in your projects.
Ampersand supports webhook, Slack, Kinesis, and S3 destinations, along with a range of data warehouse destinations (ClickHouse, Snowflake, BigQuery, and Redshift). Destinations allow you to route data synced from SaaS instances via [Read Actions](/read-actions) or [Subscribe Actions](/subscribe-actions), and to receive real-time [Notifications](/notifications) about important lifecycle events in your projects.

## Add a destination to the Ampersand Dashboard

Expand Down Expand Up @@ -48,14 +48,9 @@ Destinations can also be used to receive [notifications](/notifications) about i
* [BigQuery destinations](/destinations/bigquery)
* [Amazon Redshift destinations](/destinations/redshift)

### Message queues and event buses
### Streams

* [Amazon Kinesis destinations](/destinations/kinesis)
* [Amazon SQS destinations](/destinations/sqs)
* [Amazon SNS destinations](/destinations/sns)
* [Amazon EventBridge destinations](/destinations/eventbridge)
* [Google Cloud Pub/Sub destinations](/destinations/pubsub)
* [RabbitMQ destinations](/destinations/rabbitmq)

## Other Destinations

Expand Down
48 changes: 0 additions & 48 deletions src/destinations/pubsub.mdx

This file was deleted.

48 changes: 0 additions & 48 deletions src/destinations/rabbitmq.mdx

This file was deleted.

50 changes: 0 additions & 50 deletions src/destinations/sns.mdx

This file was deleted.

50 changes: 0 additions & 50 deletions src/destinations/sqs.mdx

This file was deleted.

7 changes: 1 addition & 6 deletions src/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,7 @@
{
"group": "Queues",
"pages": [
"destinations/eventbridge",
"destinations/kinesis",
"destinations/pubsub",
"destinations/rabbitmq",
"destinations/sns",
"destinations/sqs"
"destinations/kinesis"
]
}
]
Expand Down
5 changes: 0 additions & 5 deletions src/generate-docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,12 +308,7 @@ const baseConfig = {
{
group: "Queues",
pages: [
"destinations/eventbridge",
"destinations/kinesis",
"destinations/pubsub",
"destinations/rabbitmq",
"destinations/sns",
"destinations/sqs",
]
}
]
Expand Down
Loading