Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix duplicate meta descriptions #736

Merged
merged 7 commits into from
Jan 14, 2025
2 changes: 1 addition & 1 deletion content/concepts/preferences.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Preferences
description: Learn how notification preferences work in Knock.
description: "Learn how the notification preference system works in Knock."
tags:
[
"recipients",
Expand Down
2 changes: 1 addition & 1 deletion content/in-app-ui/android/components.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Kotlin SDK pre-built components"
description: How to use our pre-build UI components in your Knock implementation.
description: "How to use Knock's UI components in your Android application."
section: Building in-app UI
---

Expand Down
2 changes: 1 addition & 1 deletion content/in-app-ui/android/customization.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Customization of Knock UI Components"
description: How to customize the UI of our pre-built components.
description: "How to customize Knock's Android UI components."
section: Building in-app UI
---

Expand Down
2 changes: 1 addition & 1 deletion content/in-app-ui/ios/components.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Swift SDK pre-built components"
description: How to use our pre-build UI components in your Knock implementation.
description: "How to use Knock's UI components in your iOS application."
section: Building in-app UI
---

Expand Down
2 changes: 1 addition & 1 deletion content/in-app-ui/ios/customization.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Customization of Knock UI Components"
description: How to customize the UI of our pre-built components.
description: "How to customize Knock's iOS UI components."
section: Building in-app UI
---

Expand Down
2 changes: 1 addition & 1 deletion content/in-app-ui/react-native/components.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "React Native SDK pre-built components"
description: How to use our pre-build UI components in your Knock implementation.
description: "How to use Knock's UI components in your React Native application."
section: Building in-app UI
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Sending a direct message to a user in Slack
description: How to configure basic and interactive Slack notification templates in Knock.
description: "How to configure and send direct messages to Slack users."
tags: ["slack", "chat"]
section: Integrations > Slack
layout: integrations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Sending a message to public and private channels
description: How to configure basic and interactive Slack notification templates in Knock.
description: "How to configure and send notifications to Slack channels."
tags: ["slack", "chat"]
section: Integrations > Slack
layout: integrations
Expand Down
2 changes: 1 addition & 1 deletion content/integrations/in-app/knock.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Knock in-app notifications
description: Learn how to use Knock to build in-app notifications such as inboxes, feeds, and toasts.
description: "Learn how to build in-app notifications using Knock's notification system."
tags: ["inbox", "feeds", "toasts"]
section: Integrations > In-app
layout: integrations
Expand Down
2 changes: 1 addition & 1 deletion content/integrations/in-app/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: In-app notifications with Knock
description: Learn how to use Knock to build in-app notifications such as inboxes, feeds, and toasts.
description: "Learn how to build in-app notifications like feeds and inboxes with Knock."
tags: ["inbox", "feeds", "toasts", "in app", "in-app"]
section: Integrations > In-app
layout: integrations
Expand Down
2 changes: 1 addition & 1 deletion content/preferences/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Preferences
description: Learn how notification preferences work in Knock.
description: "Learn how to implement notification preferences in Knock."
tags: ["recipients", "conditions", "prefs", "preferences"]
section: Preferences
---
Expand Down
Loading