Skip to content

Commit

Permalink
Merge pull request #649 from novuhq/fix/remove-loom-videos-from-channels
Browse files Browse the repository at this point in the history
fix: remove loom videos in channels overview page
  • Loading branch information
scopsy authored Jul 17, 2024
2 parents 902353e + 6c9be09 commit 2932c48
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 40 deletions.
8 changes: 0 additions & 8 deletions inbox/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ In-App notifications are different from push notifications in the sense that Inb

Novu provides a pre-built, ready-to-use, and customizable UI component. It also allows you to bring your own UI via a headless component which can be used to add In-App notifications to any platform.

<iframe
src="https://www.loom.com/embed/e1a6a16b024a408eafb15dfcc2d2e0c3"
width="100%"
height="400px"
frameBorder="0"
allowFullScreen
></iframe>

## Example

[![Edit kind-nova-xv6s9g](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/kind-nova-xv6s9g?fontsize=14&hidenavigation=1&theme=dark)
Expand Down
8 changes: 0 additions & 8 deletions integrations/providers/chat/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ import { MissingProvider } from "/snippets/missing-provider.mdx";

Novu can be used to deliver chat messages to your customers using a unified delivery API. You can easily integrate your favorite chat provider using the built-in integration store.

<iframe
src="https://www.loom.com/embed/09ab7cc396e544beb17df541e2584d7e"
width="100%"
height="400px"
frameBorder="0"
allowFullScreen
></iframe>

## Configuring chat providers

To configure a chat provider, you need to add a new integration to your Novu account. You can do this by navigating to the integration store and clicking on the **Add a provider** button and then select the chat provider you want to configure. You can find the [integration store](https://dashboard.novu.co/integrations?utm_campaign=docs-chat-overview) in the left sidebar of the Novu dashboard.
Expand Down
8 changes: 0 additions & 8 deletions integrations/providers/email/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ import { MissingProvider } from "/snippets/missing-provider.mdx";

Novu can be used to deliver email messages to your customers using a unified delivery API. You can easily integrate your favorite email provider using the built-in integration store.

<iframe
src="https://www.loom.com/embed/dbe39c7fc0aa42c8b39bea73d8aee9a4"
width="100%"
height="400px"
frameBorder="0"
allowFullScreen
></iframe>

## Configuring email providers

When creating an email provider integration you will be asked to provide additional fields alongside the provider-specific credentials:
Expand Down
8 changes: 0 additions & 8 deletions integrations/providers/in-app/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,4 @@ In-app notifications are messages or alerts that appear within a mobile app or w

## In-app notifications using Novu

<iframe
src="https://www.loom.com/embed/e1a6a16b024a408eafb15dfcc2d2e0c3"
width="100%"
height="400px"
frameBorder="0"
allowFullScreen
></iframe>

Novu provides a pre built component to display in-app notifications for almost all web frameworks. You can use this component to display in-app notifications in your web app. If you don't want to use the pre built component, you can use the headless component to build your own in-app notification center. Read more about notification center [here](/notification-center/introduction).
8 changes: 0 additions & 8 deletions integrations/providers/sms/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ import { MissingProvider } from "/snippets/missing-provider.mdx";

Novu can be used to deliver sms messages to your customers using a unified delivery API. You can easily integrate your favorite sms provider using the built-in integration store.

<iframe
src="https://www.loom.com/embed/1d12bede8bf5482185ac626c2130cf33"
width="100%"
height="400px"
frameBorder="0"
allowFullScreen
></iframe>

## Configuring SMS providers

When creating a SMS provider integration you will be asked to provide additional fields alongside the provider-specific credentials:
Expand Down

0 comments on commit 2932c48

Please sign in to comment.