Skip to content

Commit

Permalink
✏️ Rewrite ref-impl to example app
Browse files Browse the repository at this point in the history
  • Loading branch information
leeandher committed May 31, 2022
1 parent 3ea2a65 commit 982adab
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const BANNER_TEXT =
"We've built a reference app to make it easier to build on the integration platform! Check it out for useful code examples in Python and TypeScript.";

const BANNER_LINK_URL =
"/product/integrations/integration-platform/#quick-start";
"/product/integrations/integration-platform/#example-app";
const BANNER_LINK_TEXT = "Get started here.";
const OPTIONAL_BANNER_IMAGE = null;

Expand Down
4 changes: 2 additions & 2 deletions src/docs/product/integrations/integration-platform/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ description: "Learn more about Sentry’s integration platform and how it provid

Sentry’s integration platform provides a way for external services to interact with Sentry using [webhooks](/product/integrations/integration-platform/webhooks/), [UI components](/product/integrations/integration-platform/ui-components/), and the [REST API](/api). Integrations using this platform are first-class actors within Sentry.

## Quick Start
## Example App

If you're new to the integration platform, it might help to get started with an example project. To help you out, we've built a [reference implementation](https://github.com/getsentry/integration-platform-example), which you can use as a starting point. It demonstrates the different features and data available for your application:
If you're new to the integration platform, it might help to get started with an example project. To help you out, we've built a [example app](https://github.com/getsentry/integration-platform-example), which you can use as a starting point. It demonstrates the different features and data available for your application:

![Demo kanban application user interface that was built to show integration platform features.](reference-implementation-frontend.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Learn more about Sentry's internal integrations."

<Note>

We've built a [reference implementation](https://github.com/getsentry/integration-platform-example) to help you get started with building on Sentry's integration platform. Check it out for realistic code examples for adding these features in Python and TypeScript. See the [quick start](/product/integrations/integration-platform/#quick-start) for more information.
We've built an [example app](https://github.com/getsentry/integration-platform-example) to help you get started with building on Sentry's integration platform. Check it out for useful code snippets for adding these features in Python and TypeScript. See the [docs](/product/integrations/integration-platform/#example-app) for more information.

</Note>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Learn more about Sentry's public integrations."

<Note>

We've built a [reference implementation](https://github.com/getsentry/integration-platform-example) to help you get started with building on Sentry's integration platform. Check it out for realistic code examples for adding these features in Python and TypeScript. See the [quick start](/product/integrations/integration-platform/#quick-start) for more information.
We've built an [example app](https://github.com/getsentry/integration-platform-example) to help you get started with building on Sentry's integration platform. Check it out for useful code snippets for adding these features in Python and TypeScript. See the [docs](/product/integrations/integration-platform/#example-app) for more information.

</Note>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: "Learn more about Sentry's integration platform User Interface (UI)

<Note>

We've built a [reference implementation](https://github.com/getsentry/integration-platform-example) to help you get started with building on Sentry's integration platform. Check it out for realistic code examples for adding these features in Python and TypeScript. See the [quick start](/product/integrations/integration-platform/#quick-start) for more information.
We've built an [example app](https://github.com/getsentry/integration-platform-example) to help you get started with building on Sentry's integration platform! Check it out for useful code snippets for adding these features in Python and TypeScript. See the [docs](/product/integrations/integration-platform/#example-app) for more information.

</Note>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: "Learn more about Sentry's integration platform webhooks and how th

<Note>

We've built a [reference implementation](https://github.com/getsentry/integration-platform-example) to help you get started with building on Sentry's integration platform. Check it out for realistic code examples for adding these features in Python and TypeScript. See the [quick start](/product/integrations/integration-platform/#quick-start) for more information.
We've built an [example app](https://github.com/getsentry/integration-platform-example) to help you get started with building on Sentry's integration platform. Check it out for useful code snippets for adding these features in Python and TypeScript. See the [docs](/product/integrations/integration-platform/#example-app) for more information.

</Note>

Expand Down

0 comments on commit 982adab

Please sign in to comment.