diff --git a/content/docs/api-reference/contexts/context-schema.mdx b/content/docs/api-reference/contexts/context-schema.mdx index db2adb489..2cc7ae648 100644 --- a/content/docs/api-reference/contexts/context-schema.mdx +++ b/content/docs/api-reference/contexts/context-schema.mdx @@ -1,5 +1,7 @@ --- title: Context schema +pageTitle: "Context schema API Reference (Contexts)" +description: "Reference the Novu context schema used in API requests and responses. Review fields, data types, and object structure for this resource." --- ### Context diff --git a/content/docs/api-reference/contexts/context-schema.model.mdx b/content/docs/api-reference/contexts/context-schema.model.mdx index db2adb489..5a8623151 100644 --- a/content/docs/api-reference/contexts/context-schema.model.mdx +++ b/content/docs/api-reference/contexts/context-schema.model.mdx @@ -1,5 +1,7 @@ --- title: Context schema +pageTitle: "Context schema Model API Reference (Contexts)" +description: "Reference the Novu context schema used in API requests and responses. Review fields, data types, and object structure for this resource." --- ### Context diff --git a/content/docs/api-reference/environments/environment-schema.mdx b/content/docs/api-reference/environments/environment-schema.mdx index 06c064de8..1ff9a9d9d 100644 --- a/content/docs/api-reference/environments/environment-schema.mdx +++ b/content/docs/api-reference/environments/environment-schema.mdx @@ -1,5 +1,7 @@ --- title: Environment schema +pageTitle: "Environment schema API Reference (Environments)" +description: "Reference the Novu environment schema used in API requests and responses. Review fields, data types, and object structure for this resource." --- ### Environment diff --git a/content/docs/api-reference/environments/environment-schema.model.mdx b/content/docs/api-reference/environments/environment-schema.model.mdx index 0b2d97562..257536072 100644 --- a/content/docs/api-reference/environments/environment-schema.model.mdx +++ b/content/docs/api-reference/environments/environment-schema.model.mdx @@ -1,5 +1,7 @@ --- title: Environment schema +pageTitle: "Environment schema Model API Reference (Environments)" +description: "Reference the Novu environment schema used in API requests and responses. Review fields, data types, and object structure for this resource." --- ### Environment diff --git a/content/docs/api-reference/idempotency.mdx b/content/docs/api-reference/idempotency.mdx index d8d064fbd..040c85a45 100644 --- a/content/docs/api-reference/idempotency.mdx +++ b/content/docs/api-reference/idempotency.mdx @@ -1,6 +1,6 @@ --- title: 'Idempotency' -pageTitle: 'API Idempotency' +pageTitle: "API Idempotency" description: "Learn how to use idempotency keys to safely retry API requests without causing duplicate operations" --- diff --git a/content/docs/api-reference/index.mdx b/content/docs/api-reference/index.mdx index 43f58d7eb..6d0fac570 100644 --- a/content/docs/api-reference/index.mdx +++ b/content/docs/api-reference/index.mdx @@ -1,7 +1,6 @@ --- title: 'Overview' -pageTitle: 'Novu REST API' -description: "In this page you can learn about how to work with Novu's API" +pageTitle: "Novu API Reference Overview" --- diff --git a/content/docs/api-reference/integrations/integration-schema.mdx b/content/docs/api-reference/integrations/integration-schema.mdx index 801aad464..7b41c010d 100644 --- a/content/docs/api-reference/integrations/integration-schema.mdx +++ b/content/docs/api-reference/integrations/integration-schema.mdx @@ -1,5 +1,7 @@ --- title: Integration schema +pageTitle: "Integration schema API Reference (Integrations)" +description: "Reference the Novu integration schema used in API requests and responses. Review fields, data types, and object structure for this resource." --- ### Integration diff --git a/content/docs/api-reference/integrations/integration-schema.model.mdx b/content/docs/api-reference/integrations/integration-schema.model.mdx index 4db81f4a1..afb1a0a98 100644 --- a/content/docs/api-reference/integrations/integration-schema.model.mdx +++ b/content/docs/api-reference/integrations/integration-schema.model.mdx @@ -1,5 +1,7 @@ --- title: Integration schema +pageTitle: "Integration schema Model API Reference (Integrations)" +description: "Reference the Novu integration schema used in API requests and responses. Review fields, data types, and object structure for this resource." --- ### Integration diff --git a/content/docs/api-reference/messages/message-schema.mdx b/content/docs/api-reference/messages/message-schema.mdx index 748cf799f..8dd988631 100644 --- a/content/docs/api-reference/messages/message-schema.mdx +++ b/content/docs/api-reference/messages/message-schema.mdx @@ -1,5 +1,7 @@ --- title: Message schema +pageTitle: "Message schema API Reference (Messages)" +description: "Reference the Novu message schema used in API requests and responses. Review fields, data types, and object structure for this resource." --- ### Message diff --git a/content/docs/api-reference/messages/message-schema.model.mdx b/content/docs/api-reference/messages/message-schema.model.mdx index 7638a73e3..99b1dac02 100644 --- a/content/docs/api-reference/messages/message-schema.model.mdx +++ b/content/docs/api-reference/messages/message-schema.model.mdx @@ -1,5 +1,7 @@ --- title: Message schema +pageTitle: "Message schema Model API Reference (Messages)" +description: "Reference the Novu message schema used in API requests and responses. Review fields, data types, and object structure for this resource." --- ### Message diff --git a/content/docs/api-reference/notifications/notification-event-schema.mdx b/content/docs/api-reference/notifications/notification-event-schema.mdx index 41129f31d..702875d8f 100644 --- a/content/docs/api-reference/notifications/notification-event-schema.mdx +++ b/content/docs/api-reference/notifications/notification-event-schema.mdx @@ -1,5 +1,7 @@ --- title: Notification event schema +pageTitle: "Notification event schema API Reference (Notifications)" +description: "Reference the Novu notification event schema used in API requests and responses. Review fields, data types, and object structure for this resource." --- ### Notification event diff --git a/content/docs/api-reference/notifications/notification-event-schema.model.mdx b/content/docs/api-reference/notifications/notification-event-schema.model.mdx index 9c2d3a430..a5b68cc3a 100644 --- a/content/docs/api-reference/notifications/notification-event-schema.model.mdx +++ b/content/docs/api-reference/notifications/notification-event-schema.model.mdx @@ -1,5 +1,7 @@ --- title: Notification event schema +pageTitle: "Notification event schema Model API Reference (Notifications)" +description: "Reference the Novu notification event schema used in API requests and responses. Review fields, data types, and object structure for this resource." --- ### Notification event diff --git a/content/docs/api-reference/payload-limits.mdx b/content/docs/api-reference/payload-limits.mdx index 3b609d044..ff1429a39 100644 --- a/content/docs/api-reference/payload-limits.mdx +++ b/content/docs/api-reference/payload-limits.mdx @@ -1,7 +1,7 @@ --- title: 'Payload Limits' -pageTitle: 'API Payload Limits' -description: "Learn about payload limits when working with Novu's API." +pageTitle: "API Payload Limits" +description: "Understand payload size limits for Novu API requests and workflow triggers. Structure event payloads to avoid validation failures and rejected requests." --- Payload size limits are an essential functionality for ensuring optimal performance and reliability of the system. They safeguard system resources by preventing oversized payloads from impacting API performance and ensure efficient processing of event triggers. @@ -80,4 +80,3 @@ Attachments do not count towards the 512KB payload limit - [Trigger Event](/api-reference/events/trigger-event) - Single event trigger API - [Bulk Trigger Event](/api-reference/events/bulk-trigger-event) - Batch event trigger API - [Broadcast Event](/api-reference/events/broadcast-event-to-all) - Broadcast to all subscribers - diff --git a/content/docs/api-reference/rate-limiting.mdx b/content/docs/api-reference/rate-limiting.mdx index 422e12df0..1b4c68a16 100644 --- a/content/docs/api-reference/rate-limiting.mdx +++ b/content/docs/api-reference/rate-limiting.mdx @@ -1,6 +1,6 @@ --- title: 'Rate Limiting' -pageTitle: 'API Rate Limiting' +pageTitle: "API Rate Limiting" description: "In this page you can learn about how rate limiting works with Novu's API" --- diff --git a/content/docs/api-reference/subscribers/subscriber-schema.mdx b/content/docs/api-reference/subscribers/subscriber-schema.mdx index 35a78f83c..f5395a623 100644 --- a/content/docs/api-reference/subscribers/subscriber-schema.mdx +++ b/content/docs/api-reference/subscribers/subscriber-schema.mdx @@ -1,5 +1,7 @@ --- title: Subscriber schema +pageTitle: "Subscriber schema API Reference (Subscribers)" +description: "Reference the Novu subscriber object schema. Explore all fields, data types, and descriptions for the Subscriber resource used in the Novu API." --- ### Subscriber diff --git a/content/docs/api-reference/subscribers/subscriber-schema.model.mdx b/content/docs/api-reference/subscribers/subscriber-schema.model.mdx index 3f0301884..8f9a2606e 100644 --- a/content/docs/api-reference/subscribers/subscriber-schema.model.mdx +++ b/content/docs/api-reference/subscribers/subscriber-schema.model.mdx @@ -1,5 +1,7 @@ --- title: Subscriber schema +pageTitle: "Subscriber schema Model API Reference (Subscribers)" +description: "Reference the Novu subscriber schema used in API requests and responses. Review fields, data types, and object structure for this resource." --- ### Subscriber diff --git a/content/docs/api-reference/topics/topic-schema.mdx b/content/docs/api-reference/topics/topic-schema.mdx index 0ecff0560..f252031f0 100644 --- a/content/docs/api-reference/topics/topic-schema.mdx +++ b/content/docs/api-reference/topics/topic-schema.mdx @@ -1,5 +1,7 @@ --- title: Topic schema +pageTitle: "Topic schema API Reference (Topics)" +description: "Reference the Novu topic object schema. Explore all fields, data types, and descriptions for the Topic resource used in the Novu API." --- ### Topic diff --git a/content/docs/api-reference/topics/topic-schema.model.mdx b/content/docs/api-reference/topics/topic-schema.model.mdx index 15b339d8b..cc517cec0 100644 --- a/content/docs/api-reference/topics/topic-schema.model.mdx +++ b/content/docs/api-reference/topics/topic-schema.model.mdx @@ -1,5 +1,7 @@ --- title: Topic schema +pageTitle: "Topic schema Model API Reference (Topics)" +description: "Reference the Novu topic schema used in API requests and responses. Review fields, data types, and object structure for this resource." --- ### Topic diff --git a/content/docs/api-reference/workflows/workflow-schema.mdx b/content/docs/api-reference/workflows/workflow-schema.mdx index 5e70dc3a5..414d66187 100644 --- a/content/docs/api-reference/workflows/workflow-schema.mdx +++ b/content/docs/api-reference/workflows/workflow-schema.mdx @@ -1,5 +1,7 @@ --- title: Workflow schema +pageTitle: "Workflow schema API Reference (Workflows)" +description: "Reference the Novu workflow schema used in API requests and responses. Review fields, data types, and object structure for this resource." --- ### Workflow diff --git a/content/docs/api-reference/workflows/workflow-schema.model.mdx b/content/docs/api-reference/workflows/workflow-schema.model.mdx index 1dc9f8329..fd6d6df9d 100644 --- a/content/docs/api-reference/workflows/workflow-schema.model.mdx +++ b/content/docs/api-reference/workflows/workflow-schema.model.mdx @@ -1,5 +1,7 @@ --- title: Workflow schema +pageTitle: "Workflow schema Model API Reference (Workflows)" +description: "Reference the Novu workflow schema used in API requests and responses. Review fields, data types, and object structure for this resource." --- ### Workflow diff --git a/content/docs/community/add-a-new-provider.mdx b/content/docs/community/add-a-new-provider.mdx index 17241a8fb..316b35e05 100644 --- a/content/docs/community/add-a-new-provider.mdx +++ b/content/docs/community/add-a-new-provider.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Add a new provider' +pageTitle: "Add a new provider" title: 'Add a New Provider' description: 'Steps to add a new provider to Novu' --- diff --git a/content/docs/community/changelog.mdx b/content/docs/community/changelog.mdx index 53ac437b6..85c7a7b35 100644 --- a/content/docs/community/changelog.mdx +++ b/content/docs/community/changelog.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Changelog' +pageTitle: "Novu Community Changelog - community documentation and contribution guide for Novu" title: 'Changelog' description: "See the most recent changes and learn about how to shape Novu's future" --- diff --git a/content/docs/community/index.mdx b/content/docs/community/index.mdx index e8062f308..1bd8064ae 100644 --- a/content/docs/community/index.mdx +++ b/content/docs/community/index.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Community Overview' +pageTitle: "Community Overview - community documentation and contribution guide for Novu" title: 'Community Overview' description: 'Get started and get involved with the Novu Project' --- diff --git a/content/docs/community/roadmap.mdx b/content/docs/community/roadmap.mdx index 20669b040..89c3bec4f 100644 --- a/content/docs/community/roadmap.mdx +++ b/content/docs/community/roadmap.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Roadmap' +pageTitle: "Novu Product Roadmap — Upcoming Features" title: 'Roadmap' description: 'Learn about our roadmap' --- diff --git a/content/docs/community/run-in-local-machine.mdx b/content/docs/community/run-in-local-machine.mdx index aa4a676c3..dec8586ab 100644 --- a/content/docs/community/run-in-local-machine.mdx +++ b/content/docs/community/run-in-local-machine.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Run Novu in local machine' +pageTitle: "Run Novu in local machine" title: 'Run Novu in local machine' description: 'Prerequisites and steps to run Novu in local machine. Learn how to set up Novu on your local environment for testing and development.' --- diff --git a/content/docs/community/self-hosted-and-novu-cloud.mdx b/content/docs/community/self-hosted-and-novu-cloud.mdx index 03f4caf1e..a0e37cee2 100644 --- a/content/docs/community/self-hosted-and-novu-cloud.mdx +++ b/content/docs/community/self-hosted-and-novu-cloud.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Self-Hosted and Novu Cloud' +pageTitle: "Self-Hosted and Novu Cloud" title: 'Self-Hosted and Novu Cloud' description: 'Understand the difference between Self-Hosted and Novu Cloud' --- diff --git a/content/docs/community/self-hosting-novu/deploy-with-docker.mdx b/content/docs/community/self-hosting-novu/deploy-with-docker.mdx index 0357b68cb..76def6748 100644 --- a/content/docs/community/self-hosting-novu/deploy-with-docker.mdx +++ b/content/docs/community/self-hosting-novu/deploy-with-docker.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Deploy with Docker' +pageTitle: "Deploy with Docker - self-hosting setup and operations guide for Novu deployments" title: 'Deploy with Docker' description: 'Learn how to deploy Novu with Docker' --- diff --git a/content/docs/community/self-hosting-novu/overview.mdx b/content/docs/community/self-hosting-novu/overview.mdx index b58f57261..e958bac2b 100644 --- a/content/docs/community/self-hosting-novu/overview.mdx +++ b/content/docs/community/self-hosting-novu/overview.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Overview' +pageTitle: "Self-Hosting Novu Overview" title: 'Overview' description: 'Self-hosting Novu provides full control and flexibility over your notification infrastructure, with specific system requirements for optimal performance across VMs, Redis, MongoDB, FerretDB, and S3 storage.' --- diff --git a/content/docs/community/self-hosting-novu/telemetry.mdx b/content/docs/community/self-hosting-novu/telemetry.mdx index 2db5938b3..427b96e98 100644 --- a/content/docs/community/self-hosting-novu/telemetry.mdx +++ b/content/docs/community/self-hosting-novu/telemetry.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Telemetry' +pageTitle: "Telemetry - self-hosting setup and operations guide for Novu deployments" title: 'Telemetry' description: "Learn about Novu's telemetry data collection and how to configure it" --- diff --git a/content/docs/community/self-hosting-novu/v0-to-v2-migration.mdx b/content/docs/community/self-hosting-novu/v0-to-v2-migration.mdx index b9102ac9d..a0102640f 100644 --- a/content/docs/community/self-hosting-novu/v0-to-v2-migration.mdx +++ b/content/docs/community/self-hosting-novu/v0-to-v2-migration.mdx @@ -1,5 +1,6 @@ --- -title: "Migrating from v0 Web UI to v2 Dashboard" +pageTitle: 'Migrate from v0 Web UI to v2 Dashboard' +title: "Migrate from v0 to v2 Dashboard" description: "A guide to help you migrate from Novu self-hosted v0 to v2" --- diff --git a/content/docs/framework/chat-channel.mdx b/content/docs/framework/chat-channel.mdx index abb5c8e5c..62e5a7d5d 100644 --- a/content/docs/framework/chat-channel.mdx +++ b/content/docs/framework/chat-channel.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Chat Channel' +pageTitle: "Novu Framework Chat Channel" title: 'Chat' description: 'Learn the process of configuring and using chat providers with Novu' --- diff --git a/content/docs/framework/content/react-email.mdx b/content/docs/framework/content/react-email.mdx index 8a63af6fd..94b551150 100644 --- a/content/docs/framework/content/react-email.mdx +++ b/content/docs/framework/content/react-email.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'React Email' +pageTitle: "React Email - email content template integration guide for Novu Framework channels" title: 'React Email' description: 'Learn how to use React Email to build beautiful email templates' --- diff --git a/content/docs/framework/content/remix-react-email.mdx b/content/docs/framework/content/remix-react-email.mdx index 71fb364bf..fb99623b6 100644 --- a/content/docs/framework/content/remix-react-email.mdx +++ b/content/docs/framework/content/remix-react-email.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Remix & React Email' +pageTitle: "Remix & React Email - email content template integration guide for Novu Framework channels" title: 'Remix & React Email' description: 'Learn how to integrate React Email with Novu Framework in a Remix application' --- diff --git a/content/docs/framework/content/svelte-email.mdx b/content/docs/framework/content/svelte-email.mdx index 5b843b3b0..e97f8a4e9 100644 --- a/content/docs/framework/content/svelte-email.mdx +++ b/content/docs/framework/content/svelte-email.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Svelte Email' +pageTitle: "Svelte Email - email content template integration guide for Novu Framework channels" title: 'Svelte Email' description: 'Learn how to use Svelte Email to build beautiful email templates' --- diff --git a/content/docs/framework/content/vue-email.mdx b/content/docs/framework/content/vue-email.mdx index 39f319b30..a4ef0799e 100644 --- a/content/docs/framework/content/vue-email.mdx +++ b/content/docs/framework/content/vue-email.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Vue Email' +pageTitle: "Vue Email - email content template integration guide for Novu Framework channels" title: 'Vue Email' description: 'Learn how to use Vue Email to build beautiful email templates' --- diff --git a/content/docs/framework/controls.mdx b/content/docs/framework/controls.mdx index 3e30c9c37..70301520d 100644 --- a/content/docs/framework/controls.mdx +++ b/content/docs/framework/controls.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Controls' +pageTitle: "Novu Framework Controls" title: 'Controls' description: 'Learn how to use Controls in your notification workflows' --- diff --git a/content/docs/framework/custom.mdx b/content/docs/framework/custom.mdx index a8331b09d..93bfe9eac 100644 --- a/content/docs/framework/custom.mdx +++ b/content/docs/framework/custom.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Custom Action Step' +pageTitle: "Novu Framework Custom Action Step" title: 'Custom Step' description: 'Used to execute any custom code as a step in the workflow.' --- diff --git a/content/docs/framework/deployment/production.mdx b/content/docs/framework/deployment/production.mdx index f5d3e15b0..56c9506ab 100644 --- a/content/docs/framework/deployment/production.mdx +++ b/content/docs/framework/deployment/production.mdx @@ -1,6 +1,6 @@ --- title: 'Production Deployment Guide' -pageTitle: 'Going to Production' +pageTitle: "Going to Production - production deployment and operations guide for Novu Framework" description: 'Learn how to deploy your Novu Framework application to production including networking, security, and HMAC verification setup.' --- diff --git a/content/docs/framework/email-channel.mdx b/content/docs/framework/email-channel.mdx index 75b163394..2701fdaa8 100644 --- a/content/docs/framework/email-channel.mdx +++ b/content/docs/framework/email-channel.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Email Channel' +pageTitle: "Novu Framework Email Channel" title: 'Email' description: 'Learn how to configure the Email channel' --- diff --git a/content/docs/framework/in-app-channel.mdx b/content/docs/framework/in-app-channel.mdx index 54b0523d2..19dac62b9 100644 --- a/content/docs/framework/in-app-channel.mdx +++ b/content/docs/framework/in-app-channel.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'In-App Channel' +pageTitle: "Novu Framework In-App Channel" title: 'In-App' description: 'Learn how to configure the In-App channel' --- diff --git a/content/docs/framework/index.mdx b/content/docs/framework/index.mdx index 63834a0e6..2909b1dfb 100644 --- a/content/docs/framework/index.mdx +++ b/content/docs/framework/index.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Novu Framework Overview' +pageTitle: "Novu Framework Overview - overview of Novu Framework architecture, concepts, and setup" title: 'Overview' description: "Learn how to extend Novu's capabilities by building custom notification workflows with code using the Novu Framework." --- diff --git a/content/docs/framework/introduction.mdx b/content/docs/framework/introduction.mdx index f7247bcf7..04468b79c 100644 --- a/content/docs/framework/introduction.mdx +++ b/content/docs/framework/introduction.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Introduction to Novu Framework' +pageTitle: "Novu Framework Introduction - introduction to building notification workflows with Novu Framework" title: 'Introduction' description: 'Discover how the Novu Framework empowers you to build, customize, and manage advanced notification workflows with a mix of code and no-code capabilities.' --- diff --git a/content/docs/framework/push-channel.mdx b/content/docs/framework/push-channel.mdx index 10dbd4548..c75410c9c 100644 --- a/content/docs/framework/push-channel.mdx +++ b/content/docs/framework/push-channel.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Push Channel' +pageTitle: "Novu Framework Push Channel" title: 'Push' description: 'Learn how to configure the Push channel' --- diff --git a/content/docs/framework/quickstart/express.mdx b/content/docs/framework/quickstart/express.mdx index 232d16d67..122bd7255 100644 --- a/content/docs/framework/quickstart/express.mdx +++ b/content/docs/framework/quickstart/express.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Express Quickstart' +pageTitle: "Express.js Framework Quickstart Guide" title: 'Express' description: 'Get started with Novu Framework in an Express application' --- diff --git a/content/docs/framework/quickstart/h3.mdx b/content/docs/framework/quickstart/h3.mdx index ca21b27bd..1c3aa654b 100644 --- a/content/docs/framework/quickstart/h3.mdx +++ b/content/docs/framework/quickstart/h3.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'H3 Quickstart' +pageTitle: "H3 Framework Quickstart Guide" title: 'H3' description: 'Get started with Novu Framework in an H3 application' --- diff --git a/content/docs/framework/quickstart/lambda.mdx b/content/docs/framework/quickstart/lambda.mdx index 33a05eaba..6edf201f8 100644 --- a/content/docs/framework/quickstart/lambda.mdx +++ b/content/docs/framework/quickstart/lambda.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'AWS Lambda Quickstart' +pageTitle: "AWS Lambda Framework Quickstart Guide" title: 'AWS Lambda' description: 'Get started with Novu Framework in an AWS Lambda function' --- diff --git a/content/docs/framework/quickstart/nestjs.mdx b/content/docs/framework/quickstart/nestjs.mdx index 26a352477..391b045cd 100644 --- a/content/docs/framework/quickstart/nestjs.mdx +++ b/content/docs/framework/quickstart/nestjs.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'NestJS Quickstart' +pageTitle: "NestJS Framework Quickstart Guide" title: 'NestJS' description: 'Get started with Novu Framework in a NestJS application' --- diff --git a/content/docs/framework/quickstart/nextjs.mdx b/content/docs/framework/quickstart/nextjs.mdx index bcda9d8b6..c12af8d24 100644 --- a/content/docs/framework/quickstart/nextjs.mdx +++ b/content/docs/framework/quickstart/nextjs.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Next.js Quickstart' +pageTitle: "Next.js Framework Quickstart Guide" title: 'Next.js' description: 'Get started with Novu Framework in a Next.js application' --- diff --git a/content/docs/framework/quickstart/nuxt.mdx b/content/docs/framework/quickstart/nuxt.mdx index 0e634cc77..b039618c6 100644 --- a/content/docs/framework/quickstart/nuxt.mdx +++ b/content/docs/framework/quickstart/nuxt.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Nuxt Quickstart' +pageTitle: "Nuxt Framework Quickstart Guide" title: 'Nuxt' description: 'Get started with Novu Framework in a Nuxt application' --- diff --git a/content/docs/framework/quickstart/remix.mdx b/content/docs/framework/quickstart/remix.mdx index 78c52f717..fe55244a0 100644 --- a/content/docs/framework/quickstart/remix.mdx +++ b/content/docs/framework/quickstart/remix.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Remix Quickstart' +pageTitle: "Remix Framework Quickstart Guide" title: 'Remix' description: 'Get started with Novu Framework in a Remix application' --- diff --git a/content/docs/framework/quickstart/svelte.mdx b/content/docs/framework/quickstart/svelte.mdx index e363fe17b..74cda05b1 100644 --- a/content/docs/framework/quickstart/svelte.mdx +++ b/content/docs/framework/quickstart/svelte.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'SvelteKit Quickstart' +pageTitle: "SvelteKit Framework Quickstart Guide" title: 'SvelteKit' description: 'Get started with Novu Framework in a SvelteKit application' --- diff --git a/content/docs/framework/schema/class-validator.mdx b/content/docs/framework/schema/class-validator.mdx index 3c75fa0da..f05926729 100644 --- a/content/docs/framework/schema/class-validator.mdx +++ b/content/docs/framework/schema/class-validator.mdx @@ -1,6 +1,6 @@ --- title: "Class Validator" -pageTitle: "Class Validator" +pageTitle: "Class Validator - schema validation guide for Novu Framework workflow payloads" description: "Integrate Class Validator with your notification workflows" --- diff --git a/content/docs/framework/schema/json-schema.mdx b/content/docs/framework/schema/json-schema.mdx index 953d4c897..b7df5919e 100644 --- a/content/docs/framework/schema/json-schema.mdx +++ b/content/docs/framework/schema/json-schema.mdx @@ -1,6 +1,6 @@ --- title: "JSON Schema" -pageTitle: "JSON Schema" +pageTitle: "JSON Schema - schema validation guide for Novu Framework workflow payloads" description: "Learn how to use JSON Schema to define the workflow payload and step inputs" --- diff --git a/content/docs/framework/schema/zod.mdx b/content/docs/framework/schema/zod.mdx index dd0054d22..f5de9a0cd 100644 --- a/content/docs/framework/schema/zod.mdx +++ b/content/docs/framework/schema/zod.mdx @@ -1,6 +1,6 @@ --- title: "Zod" -pageTitle: "Zod" +pageTitle: "Zod - schema validation guide for Novu Framework workflow payloads" description: "Learn how to integrate Zod with Novu Framework" --- diff --git a/content/docs/framework/skip.mdx b/content/docs/framework/skip.mdx index df42883b1..b0837fd07 100644 --- a/content/docs/framework/skip.mdx +++ b/content/docs/framework/skip.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Skip Function' +pageTitle: "Novu Framework Skip Function" title: 'Skip Function' description: 'Skip any step of the workflow based on a condition' --- diff --git a/content/docs/framework/sms-channel.mdx b/content/docs/framework/sms-channel.mdx index 734ced688..dd84b9313 100644 --- a/content/docs/framework/sms-channel.mdx +++ b/content/docs/framework/sms-channel.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'SMS Channel' +pageTitle: "Novu Framework SMS Channel - notification channel implementation guide for Novu Framework" title: 'SMS' description: 'Learn how to configure the SMS channel' --- diff --git a/content/docs/framework/studio.mdx b/content/docs/framework/studio.mdx index 603518f65..2aeb90c4b 100644 --- a/content/docs/framework/studio.mdx +++ b/content/docs/framework/studio.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Local Studio' +pageTitle: "Local Studio" title: 'Studio' description: 'Learn how to use the Local Studio companion app for Novu Framework SDK' --- diff --git a/content/docs/framework/tags.mdx b/content/docs/framework/tags.mdx index d80af876e..92bc728ef 100644 --- a/content/docs/framework/tags.mdx +++ b/content/docs/framework/tags.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Framework Tags Implementation' +pageTitle: "Framework Tags Implementation - template tagging and targeting guide for Novu Framework notifications" title: 'Tags' description: 'Learn how to implement and manage notification tags programmatically using the Novu Framework SDK.' --- diff --git a/content/docs/framework/typescript/client.mdx b/content/docs/framework/typescript/client.mdx index 6432b0d64..5e8f608ac 100644 --- a/content/docs/framework/typescript/client.mdx +++ b/content/docs/framework/typescript/client.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Novu Framework Client' +pageTitle: "Novu Framework Client - workflow interface and client implementation guide for Novu Framework" title: 'Client' description: 'Learn how to configure and use the Novu Framework Client for managing global settings' --- diff --git a/content/docs/framework/typescript/overview.mdx b/content/docs/framework/typescript/overview.mdx index f9ff10b4f..864ed0b07 100644 --- a/content/docs/framework/typescript/overview.mdx +++ b/content/docs/framework/typescript/overview.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Novu Framework TypeScript SDK' +pageTitle: "Novu Framework TypeScript Overview" title: 'Overview' description: "Learn how to use Novu's TypeScript SDK to build type-safe notification workflows with advanced features like payload validation and step controls." --- diff --git a/content/docs/framework/typescript/steps/chat.mdx b/content/docs/framework/typescript/steps/chat.mdx index 2a68d3cbf..909fd0a41 100644 --- a/content/docs/framework/typescript/steps/chat.mdx +++ b/content/docs/framework/typescript/steps/chat.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Chat Channel Step' +pageTitle: "Novu Framework TypeScript Chat Step" title: 'Chat' description: 'Learn how to use the chat step to send messages to chat platforms like Slack, Discord, and Microsoft Teams' --- diff --git a/content/docs/framework/typescript/steps/custom.mdx b/content/docs/framework/typescript/steps/custom.mdx index 5f7ce8a41..a1873aa5f 100644 --- a/content/docs/framework/typescript/steps/custom.mdx +++ b/content/docs/framework/typescript/steps/custom.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Custom Action Step' +pageTitle: "Novu Framework TypeScript Custom Action Step" title: 'Custom' description: 'Learn how to use the custom step to execute arbitrary code in your workflow' --- diff --git a/content/docs/framework/typescript/steps/delay.mdx b/content/docs/framework/typescript/steps/delay.mdx index c3b0a2095..0f07b8665 100644 --- a/content/docs/framework/typescript/steps/delay.mdx +++ b/content/docs/framework/typescript/steps/delay.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Delay Action Step' +pageTitle: "Delay Action Step - TypeScript step implementation guide for Novu Framework workflows" title: 'Delay' description: 'Learn how to use the delay step to pause workflow execution for a specified duration' --- diff --git a/content/docs/framework/typescript/steps/digest.mdx b/content/docs/framework/typescript/steps/digest.mdx index be1e7a044..7c73931c8 100644 --- a/content/docs/framework/typescript/steps/digest.mdx +++ b/content/docs/framework/typescript/steps/digest.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Digest Action Step' +pageTitle: "Digest Action Step - TypeScript step implementation guide for Novu Framework workflows" title: 'Digest' description: 'Learn how to use the digest step to aggregate multiple events into a single notification' --- diff --git a/content/docs/framework/typescript/steps/email.mdx b/content/docs/framework/typescript/steps/email.mdx index 0345feaea..dc88cfd10 100644 --- a/content/docs/framework/typescript/steps/email.mdx +++ b/content/docs/framework/typescript/steps/email.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Email Channel Step' +pageTitle: "Novu Framework TypeScript Email Step" title: 'Email' description: 'Learn how to use the email step to send email notifications' --- diff --git a/content/docs/framework/typescript/steps/inApp.mdx b/content/docs/framework/typescript/steps/inApp.mdx index 8d0e279d0..6d2b247a7 100644 --- a/content/docs/framework/typescript/steps/inApp.mdx +++ b/content/docs/framework/typescript/steps/inApp.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'In-App Channel Step' +pageTitle: "Novu Framework TypeScript In-App Step" title: 'In-App' description: "Learn how to use the In-App step to send notifications to your web or mobile app's inbox" --- diff --git a/content/docs/framework/typescript/steps/index.mdx b/content/docs/framework/typescript/steps/index.mdx index e0c038e11..4d7caa4c8 100644 --- a/content/docs/framework/typescript/steps/index.mdx +++ b/content/docs/framework/typescript/steps/index.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Step Interface' +pageTitle: "Step Interface - TypeScript step implementation guide for Novu Framework workflows" title: 'Steps' description: 'Learn about the Novu Framework step interface and its configuration options' --- diff --git a/content/docs/framework/typescript/steps/push.mdx b/content/docs/framework/typescript/steps/push.mdx index 21c70f3ef..db48b07ee 100644 --- a/content/docs/framework/typescript/steps/push.mdx +++ b/content/docs/framework/typescript/steps/push.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Push Channel Step' +pageTitle: "Novu Framework TypeScript Push Step" title: 'Push' description: 'Learn how to use the push step to send notifications to mobile and web apps' --- diff --git a/content/docs/framework/typescript/steps/sms.mdx b/content/docs/framework/typescript/steps/sms.mdx index 9e5c4e27c..a8a251cf1 100644 --- a/content/docs/framework/typescript/steps/sms.mdx +++ b/content/docs/framework/typescript/steps/sms.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'SMS Channel Step' +pageTitle: "Novu Framework TypeScript SMS Step" title: 'SMS' description: 'Learn how to use the SMS step to send text messages to users' --- diff --git a/content/docs/framework/typescript/workflow.mdx b/content/docs/framework/typescript/workflow.mdx index eeb99a605..ec8a5ec25 100644 --- a/content/docs/framework/typescript/workflow.mdx +++ b/content/docs/framework/typescript/workflow.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Workflow Interface' +pageTitle: "Novu Framework Workflow Interface" title: 'Workflow' description: 'Learn about the Novu Framework workflow interface and its configuration options' --- diff --git a/content/docs/guides/webhooks/segment.mdx b/content/docs/guides/webhooks/segment.mdx index ec3fe98c3..78a0f1b22 100644 --- a/content/docs/guides/webhooks/segment.mdx +++ b/content/docs/guides/webhooks/segment.mdx @@ -1,6 +1,6 @@ --- title: 'Segment' -pageTitle: 'Integrate Segment with Novu' +pageTitle: "How to integrate Segment with Novu" description: 'Learn how to set up Segment as a data source for Novu using Destination Functions. Send user events from Segment to trigger notifications in Novu.' --- diff --git a/content/docs/platform/account/authentication.mdx b/content/docs/platform/account/authentication.mdx index a1b63971f..c6a600515 100644 --- a/content/docs/platform/account/authentication.mdx +++ b/content/docs/platform/account/authentication.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Authentication' +pageTitle: "Authentication - account configuration and access management guide in Novu" title: 'Authentication' description: 'Novu supports advanced user authentication capabilities like OAuth, SSO, MFA and more, providing enterprise customers with a robust, secure, and user-friendly authentication solution.' icon: 'Fingerprint' diff --git a/content/docs/platform/account/billing.mdx b/content/docs/platform/account/billing.mdx index b529971ae..fd745ce01 100644 --- a/content/docs/platform/account/billing.mdx +++ b/content/docs/platform/account/billing.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Billing and Payments' +pageTitle: "Billing and Payments" title: 'Billing' description: 'Manage your billing and payment information, view invoices, and upgrade your subscription plan.' icon: 'ReceiptText' diff --git a/content/docs/platform/additional-resources/errors.mdx b/content/docs/platform/additional-resources/errors.mdx index 84476748d..440d95fc9 100644 --- a/content/docs/platform/additional-resources/errors.mdx +++ b/content/docs/platform/additional-resources/errors.mdx @@ -1,7 +1,7 @@ --- title: 'Common errors' description: 'Understand common errors in your notification workflows and how to resolve them' -pageTitle: "Common errors" +pageTitle: "Common errors - reference guide for troubleshooting and platform operations in Novu" icon: "TriangleAlert" --- diff --git a/content/docs/platform/concepts/preferences.mdx b/content/docs/platform/concepts/preferences.mdx index 4e7f21c21..a35991c75 100644 --- a/content/docs/platform/concepts/preferences.mdx +++ b/content/docs/platform/concepts/preferences.mdx @@ -1,5 +1,6 @@ --- title: 'Preferences' +pageTitle: "Notification Preferences Concepts" description: 'Learn how to manage subscriber preferences in Novu.' icon: 'UserCog' --- diff --git a/content/docs/platform/concepts/tenants.mdx b/content/docs/platform/concepts/tenants.mdx index 2da839130..da16bac4f 100644 --- a/content/docs/platform/concepts/tenants.mdx +++ b/content/docs/platform/concepts/tenants.mdx @@ -1,5 +1,6 @@ --- title: 'Multi-tenancy' +pageTitle: "Multi-tenancy Concepts in Novu" description: 'Learn about how to implement multi-tenant notifications in Novu' icon: 'Layers' --- diff --git a/content/docs/platform/developer/webhooks/event-types.mdx b/content/docs/platform/developer/webhooks/event-types.mdx index 1aa3377b4..56de1bf07 100644 --- a/content/docs/platform/developer/webhooks/event-types.mdx +++ b/content/docs/platform/developer/webhooks/event-types.mdx @@ -1,6 +1,6 @@ --- title: 'Event types' -pageTitle: 'Webhooks event types' +pageTitle: "Webhooks event types" description: 'Learn more about the types of events that Novu sends webhook events for.' --- diff --git a/content/docs/platform/developer/webhooks/index.mdx b/content/docs/platform/developer/webhooks/index.mdx index f3603f1fe..2bb7bcf50 100644 --- a/content/docs/platform/developer/webhooks/index.mdx +++ b/content/docs/platform/developer/webhooks/index.mdx @@ -1,7 +1,6 @@ --- title: 'Webhooks' -pageTitle: 'Webhooks' -description: 'Receive notifications when events occur in your Novu account' +pageTitle: "Novu Webhooks Overview" --- Webhooks makes it possible for your external systems to receive real-time notifications when specific events occur within your Novu account. They are POST requests sent to a pre-determined endpoint that you configure. diff --git a/content/docs/platform/developer/webhooks/webhooks.mdx b/content/docs/platform/developer/webhooks/webhooks.mdx index 8ef67a956..2e4babc26 100644 --- a/content/docs/platform/developer/webhooks/webhooks.mdx +++ b/content/docs/platform/developer/webhooks/webhooks.mdx @@ -1,8 +1,6 @@ --- title: 'Webhooks' -pageTitle: 'Webhooks' -description: 'Receive notifications when events occur in your Novu account' -icon: 'Webhook' +pageTitle: "Novu Webhooks Guide" --- ## The Intro diff --git a/content/docs/platform/inbox/advanced-features/multi-tenancy.mdx b/content/docs/platform/inbox/advanced-features/multi-tenancy.mdx index d4197ee78..95fbbe14d 100644 --- a/content/docs/platform/inbox/advanced-features/multi-tenancy.mdx +++ b/content/docs/platform/inbox/advanced-features/multi-tenancy.mdx @@ -1,5 +1,6 @@ --- title: 'Multi-tenancy' +pageTitle: "Inbox Multi-tenancy Configuration" description: 'Learn how to use context to implement multi-tenant notifications to support different organizations or workspaces within your application.' icon: 'Building2' --- diff --git a/content/docs/platform/inbox/configuration/data-object.mdx b/content/docs/platform/inbox/configuration/data-object.mdx index 5175dad31..a865c58ee 100644 --- a/content/docs/platform/inbox/configuration/data-object.mdx +++ b/content/docs/platform/inbox/configuration/data-object.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Data Object' +pageTitle: "Inbox Data Object" title: 'Data Object' description: 'Learn how to use the data object to extend in-app notifications with custom metadata.' icon: 'Table' diff --git a/content/docs/platform/inbox/configuration/icons.mdx b/content/docs/platform/inbox/configuration/icons.mdx index 1c90a4a77..da72a0cef 100644 --- a/content/docs/platform/inbox/configuration/icons.mdx +++ b/content/docs/platform/inbox/configuration/icons.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Customize Icons in the Inbox' +pageTitle: "Customize Icons in the Inbox" title: 'Icons' description: 'Learn how to override the default icons in the Inbox UI using the appearance prop.' icon: 'Sparkle' diff --git a/content/docs/platform/inbox/configuration/preferences.mdx b/content/docs/platform/inbox/configuration/preferences.mdx index 3c52564ba..d194bdafe 100644 --- a/content/docs/platform/inbox/configuration/preferences.mdx +++ b/content/docs/platform/inbox/configuration/preferences.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Managing Subscriber Preferences' +pageTitle: "Inbox Preferences Configuration" title: 'Preferences' description: 'Learn how to configure and customize subscriber preferences in your application using the Novu Inbox component.' icon: 'UserCog' diff --git a/content/docs/platform/inbox/configuration/styling.mdx b/content/docs/platform/inbox/configuration/styling.mdx index 90f0ef576..8a960bde1 100644 --- a/content/docs/platform/inbox/configuration/styling.mdx +++ b/content/docs/platform/inbox/configuration/styling.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Styling the Inbox component' +pageTitle: "Styling the Inbox component" title: 'Styling and Theming' description: 'Learn how to style the pre built Inbox component' icon: 'Palette' diff --git a/content/docs/platform/inbox/features/snooze.mdx b/content/docs/platform/inbox/features/snooze.mdx index c1a51b307..fc13d8bfd 100644 --- a/content/docs/platform/inbox/features/snooze.mdx +++ b/content/docs/platform/inbox/features/snooze.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Snooze notifications' +pageTitle: "Snooze notifications - Inbox feature configuration guide for Novu applications" title: 'Snooze' description: 'Allow users to temporarily hide notifications and resurface them later using built-in snooze functionality in the Inbox component.' icon: 'Clock' diff --git a/content/docs/platform/inbox/headless-mode.mdx b/content/docs/platform/inbox/headless-mode.mdx index f0816d322..72f7469c6 100644 --- a/content/docs/platform/inbox/headless-mode.mdx +++ b/content/docs/platform/inbox/headless-mode.mdx @@ -1,6 +1,6 @@ --- title: 'Headless Mode' -pageTitle: 'Headless mode' +pageTitle: "Headless mode" description: 'Learn how to build custom Inbox UI for your application using Novu custom hooks' icon: 'Unplug' --- diff --git a/content/docs/platform/inbox/prepare-for-production.mdx b/content/docs/platform/inbox/prepare-for-production.mdx index fbee01b90..083779c2c 100644 --- a/content/docs/platform/inbox/prepare-for-production.mdx +++ b/content/docs/platform/inbox/prepare-for-production.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Prepare for Production' +pageTitle: "Prepare Inbox component for Production" title: 'Prepare for Production' description: "Learn how to prepare your Inbox for production by enabling HMAC encryption for security and managing Novu's branding." icon: 'ShieldCheck' diff --git a/content/docs/platform/integrations/chat/index.mdx b/content/docs/platform/integrations/chat/index.mdx index b73a59ca8..5a3bf4113 100644 --- a/content/docs/platform/integrations/chat/index.mdx +++ b/content/docs/platform/integrations/chat/index.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Chat Providers Integration' +pageTitle: "Chat Integrations (Chat) - chat provider integration guide for Novu notification delivery" title: 'Chat' description: "Configure and manage chat providers like Slack, Microsoft Teams, WhatsApp, and Discord with Novu's notification infrastructure." icon: 'circle-info' diff --git a/content/docs/platform/integrations/email/(providers)/brevo.mdx b/content/docs/platform/integrations/email/(providers)/brevo.mdx index 102699878..698cbb89d 100644 --- a/content/docs/platform/integrations/email/(providers)/brevo.mdx +++ b/content/docs/platform/integrations/email/(providers)/brevo.mdx @@ -1,6 +1,6 @@ --- title: 'Brevo' -pageTitle: 'Brevo (Sendinblue)' +pageTitle: "Brevo (Sendinblue) integration guide" description: 'Learn how to use the Sendinblue provider to send email notifications using Novu' --- diff --git a/content/docs/platform/integrations/email/(providers)/infobip.mdx b/content/docs/platform/integrations/email/(providers)/infobip.mdx index 26b377ea4..d172ec5ff 100644 --- a/content/docs/platform/integrations/email/(providers)/infobip.mdx +++ b/content/docs/platform/integrations/email/(providers)/infobip.mdx @@ -1,6 +1,6 @@ --- title: 'Infobip' -pageTitle: 'Infobip' +pageTitle: "Infobip email integration guide" description: 'Learn how to use the Infobip provider to send email notifications using Novu' --- diff --git a/content/docs/platform/integrations/email/(providers)/mailgun.mdx b/content/docs/platform/integrations/email/(providers)/mailgun.mdx index d0bc91a34..eb4226d55 100644 --- a/content/docs/platform/integrations/email/(providers)/mailgun.mdx +++ b/content/docs/platform/integrations/email/(providers)/mailgun.mdx @@ -1,5 +1,6 @@ --- title: 'Mailgun' +pageTitle: "Mailgun email integration guide" description: 'Learn how to use the Mailgun provider to send email notifications using Novu' --- diff --git a/content/docs/platform/integrations/email/(providers)/mailjet.mdx b/content/docs/platform/integrations/email/(providers)/mailjet.mdx index 812a17356..4533a68f0 100644 --- a/content/docs/platform/integrations/email/(providers)/mailjet.mdx +++ b/content/docs/platform/integrations/email/(providers)/mailjet.mdx @@ -1,5 +1,6 @@ --- title: 'Mailjet' +pageTitle: "Mailjet email integration guide" description: 'Learn how to use the Mailjet provider to send email notifications using Novu' --- diff --git a/content/docs/platform/integrations/email/(providers)/plunk.mdx b/content/docs/platform/integrations/email/(providers)/plunk.mdx index a81e319cf..bd63029b0 100644 --- a/content/docs/platform/integrations/email/(providers)/plunk.mdx +++ b/content/docs/platform/integrations/email/(providers)/plunk.mdx @@ -1,5 +1,6 @@ --- title: 'Plunk' +pageTitle: "Plunk email integration guide" description: 'Learn how to use the Plunk provider to send email notifications using Novu' --- diff --git a/content/docs/platform/integrations/email/(providers)/resend.mdx b/content/docs/platform/integrations/email/(providers)/resend.mdx index de4c688ee..802fe6dc5 100644 --- a/content/docs/platform/integrations/email/(providers)/resend.mdx +++ b/content/docs/platform/integrations/email/(providers)/resend.mdx @@ -1,5 +1,6 @@ --- title: 'Resend' +pageTitle: "Resend email integration guide" description: 'Learn how to use the Resend provider to send email notifications using Novu' --- diff --git a/content/docs/platform/integrations/email/activity-tracking/index.mdx b/content/docs/platform/integrations/email/activity-tracking/index.mdx index f1a444846..88e913101 100644 --- a/content/docs/platform/integrations/email/activity-tracking/index.mdx +++ b/content/docs/platform/integrations/email/activity-tracking/index.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Activity Tracking' +pageTitle: "Email Activity Tracking" title: 'Activity Tracking' description: 'Learn how to enable activity tracking to get real-time delivery and engagement events like delivered, opened, and clicked from your email providers.' --- diff --git a/content/docs/platform/integrations/email/activity-tracking/manual-configuration/mailgun.mdx b/content/docs/platform/integrations/email/activity-tracking/manual-configuration/mailgun.mdx index 007379a34..e15b7d2f6 100644 --- a/content/docs/platform/integrations/email/activity-tracking/manual-configuration/mailgun.mdx +++ b/content/docs/platform/integrations/email/activity-tracking/manual-configuration/mailgun.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Mailgun manual configuration' +pageTitle: "Mailgun Email Activity Tracking Setup" title: 'Mailgun' description: 'A step-by-step guide to manually add specific event webhooks in Mailgun for Novu activity tracking.' --- diff --git a/content/docs/platform/integrations/email/activity-tracking/manual-configuration/resend.mdx b/content/docs/platform/integrations/email/activity-tracking/manual-configuration/resend.mdx index 360bf5374..92fb6e016 100644 --- a/content/docs/platform/integrations/email/activity-tracking/manual-configuration/resend.mdx +++ b/content/docs/platform/integrations/email/activity-tracking/manual-configuration/resend.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Resend manual configuration' +pageTitle: "Resend Email Activity Tracking Setup" title: 'Resend' description: 'A step-by-step guide to manually configure Resend event webhooks for Novu activity tracking.' --- diff --git a/content/docs/platform/integrations/email/activity-tracking/manual-configuration/sendgrid.mdx b/content/docs/platform/integrations/email/activity-tracking/manual-configuration/sendgrid.mdx index 6de72114d..48102a9d7 100644 --- a/content/docs/platform/integrations/email/activity-tracking/manual-configuration/sendgrid.mdx +++ b/content/docs/platform/integrations/email/activity-tracking/manual-configuration/sendgrid.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'SendGrid Manual Configuration' +pageTitle: "SendGrid Email Activity Tracking Setup" title: 'SendGrid' description: 'A step-by-step guide to manually configure SendGrid event webhooks for Novu activity tracking.' --- diff --git a/content/docs/platform/integrations/email/activity-tracking/manual-configuration/ses.mdx b/content/docs/platform/integrations/email/activity-tracking/manual-configuration/ses.mdx index b8ffbc25f..2470b74b0 100644 --- a/content/docs/platform/integrations/email/activity-tracking/manual-configuration/ses.mdx +++ b/content/docs/platform/integrations/email/activity-tracking/manual-configuration/ses.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Amazon SES manual configuration' +pageTitle: "Amazon SES Email Activity Tracking Setup" title: 'Amazon SES' description: 'A step-by-step guide to manually configure Amazon SES with Novu for email activity tracking.' --- diff --git a/content/docs/platform/integrations/email/index.mdx b/content/docs/platform/integrations/email/index.mdx index f7ec664a9..21b891601 100644 --- a/content/docs/platform/integrations/email/index.mdx +++ b/content/docs/platform/integrations/email/index.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'E-mail Providers Integration' +pageTitle: "E-mail Providers Integration" title: 'E-mail' description: 'Learn how to configure the Email channel' --- diff --git a/content/docs/platform/integrations/index.mdx b/content/docs/platform/integrations/index.mdx index d3e46d5d7..85149ed7d 100644 --- a/content/docs/platform/integrations/index.mdx +++ b/content/docs/platform/integrations/index.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Novu Integration Hub' +pageTitle: "Novu Integrations Overview - channel integration setup guide for Novu notification delivery" title: 'Overview' description: 'Learn about the providers that Novu supports for Email, Push, SMS and Chant channels, and how to integrate them to send notifications and receive events.' icon: 'LayoutDashboard' diff --git a/content/docs/platform/integrations/push/index.mdx b/content/docs/platform/integrations/push/index.mdx index f3ab68e19..1319f7c75 100644 --- a/content/docs/platform/integrations/push/index.mdx +++ b/content/docs/platform/integrations/push/index.mdx @@ -1,8 +1,6 @@ --- title: 'Push' -pageTitle: 'Push Providers Integration' -description: 'Learn how to configure the Push channel' -icon: 'circle-info' +pageTitle: "Push Notification Channel Integrations" --- import { Step, Steps } from 'fumadocs-ui/components/steps'; diff --git a/content/docs/platform/integrations/push/push-activity-tracking.mdx b/content/docs/platform/integrations/push/push-activity-tracking.mdx index d7e286cb2..e8a725ed3 100644 --- a/content/docs/platform/integrations/push/push-activity-tracking.mdx +++ b/content/docs/platform/integrations/push/push-activity-tracking.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Push Notification Activity Tracking' +pageTitle: "Push Notification Activity Tracking" title: 'Activity Tracking' description: 'Learn how to manually forward push notification events from your application to Novu for unified activity tracking.' --- diff --git a/content/docs/platform/integrations/sms/index.mdx b/content/docs/platform/integrations/sms/index.mdx index 0314c58c1..e7fb9342a 100644 --- a/content/docs/platform/integrations/sms/index.mdx +++ b/content/docs/platform/integrations/sms/index.mdx @@ -1,8 +1,6 @@ --- title: 'SMS' -pageTitle: 'SMS Providers Integration' -description: "Configure and manage SMS notification providers like Twilio, Nexmo, and others with Novu's notification infrastructure." -icon: 'circle-info' +pageTitle: "SMS Integrations (SMS) - SMS provider integration guide for Novu notification delivery" --- The SMS channel delivers messages to your subscribers’ mobile devices through your configured SMS provider integrations. diff --git a/content/docs/platform/quickstart/angular.mdx b/content/docs/platform/quickstart/angular.mdx index 6a38c1078..e83d6c604 100644 --- a/content/docs/platform/quickstart/angular.mdx +++ b/content/docs/platform/quickstart/angular.mdx @@ -1,6 +1,6 @@ --- title: 'Angular' -pageTitle: 'Novu Angular Quickstart Guide' +pageTitle: "Novu Angular Quickstart Guide" description: 'Create an account and learn how to start using Novu Inbox Notification in your angular application.' --- diff --git a/content/docs/platform/quickstart/nextjs.mdx b/content/docs/platform/quickstart/nextjs.mdx index 41ef6ed6d..287bd85e3 100644 --- a/content/docs/platform/quickstart/nextjs.mdx +++ b/content/docs/platform/quickstart/nextjs.mdx @@ -1,7 +1,6 @@ --- title: 'Next.js' -pageTitle: 'Novu Next.js Quickstart' -description: 'Learn how to integrate the Novu Inbox component into your Next.js application using the App Router.' +pageTitle: "Novu Next.js Quickstart Guide" --- import { Accordion, Accordions } from '@/components/accordion'; diff --git a/content/docs/platform/quickstart/react.mdx b/content/docs/platform/quickstart/react.mdx index 62bb5a70f..670c3b15f 100644 --- a/content/docs/platform/quickstart/react.mdx +++ b/content/docs/platform/quickstart/react.mdx @@ -1,6 +1,6 @@ --- title: 'React' -pageTitle: 'Novu React Quickstart Guide' +pageTitle: "Novu React Quickstart Guide" description: 'Learn how to integrate the Novu Inbox component into a React application and add routing with React Router.' --- diff --git a/content/docs/platform/quickstart/remix.mdx b/content/docs/platform/quickstart/remix.mdx index c112fbe45..afcd41cf9 100644 --- a/content/docs/platform/quickstart/remix.mdx +++ b/content/docs/platform/quickstart/remix.mdx @@ -1,7 +1,6 @@ --- title: 'Remix' -pageTitle: 'Novu Remix Quickstart Guide' -description: 'Create an account and learn how to start using Novu notification Inbox in your Remix application.' +pageTitle: "Novu Remix Quickstart Guide" --- import { Accordion, Accordions } from '@/components/accordion'; diff --git a/content/docs/platform/quickstart/vanilla-js.mdx b/content/docs/platform/quickstart/vanilla-js.mdx index 76cc29e25..fb267220d 100644 --- a/content/docs/platform/quickstart/vanilla-js.mdx +++ b/content/docs/platform/quickstart/vanilla-js.mdx @@ -1,6 +1,6 @@ --- title: 'Vanilla JS' -pageTitle: 'Vanilla JS Quickstart Guide' +pageTitle: "Novu Vanilla JS Quickstart Guide" description: 'Learn how to integrate the Novu Inbox component into a Vanilla JS and HTML project.' --- diff --git a/content/docs/platform/quickstart/vue.mdx b/content/docs/platform/quickstart/vue.mdx index a6fb29ed4..d6f9d933e 100644 --- a/content/docs/platform/quickstart/vue.mdx +++ b/content/docs/platform/quickstart/vue.mdx @@ -1,6 +1,6 @@ --- title: 'Vue' -pageTitle: 'Novu Vue Quickstart Guide' +pageTitle: "Novu Vue Quickstart Guide" description: 'Create an account and learn how to start using Novu Inbox in your vue application.' --- diff --git a/content/docs/platform/sdks/index.mdx b/content/docs/platform/sdks/index.mdx index 5675645d6..b52c19deb 100644 --- a/content/docs/platform/sdks/index.mdx +++ b/content/docs/platform/sdks/index.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Novu SDKs and Libraries' +pageTitle: "Novu SDKs Overview" title: 'Overview' description: "Explore Novu's comprehensive collection of server-side and client-side SDKs for seamless notification integration across multiple programming languages and frameworks." icon: 'LayoutDashboard' diff --git a/content/docs/platform/sdks/react-native/hooks/novu-provider.mdx b/content/docs/platform/sdks/react-native/hooks/novu-provider.mdx index 251f627db..a11ea7972 100644 --- a/content/docs/platform/sdks/react-native/hooks/novu-provider.mdx +++ b/content/docs/platform/sdks/react-native/hooks/novu-provider.mdx @@ -1,5 +1,6 @@ --- title: 'NovuProvider' +pageTitle: "Novu React Native NovuProvider Hook" description: 'Learn how to use the NovuProvider component to set up the Novu context in your React Native application' --- diff --git a/content/docs/platform/sdks/react-native/hooks/use-counts.mdx b/content/docs/platform/sdks/react-native/hooks/use-counts.mdx index 1cd85afe8..bf772ab4e 100644 --- a/content/docs/platform/sdks/react-native/hooks/use-counts.mdx +++ b/content/docs/platform/sdks/react-native/hooks/use-counts.mdx @@ -1,5 +1,6 @@ --- title: 'useCounts' +pageTitle: "Novu React Native useCounts Hook" description: 'Learn how to use the useCounts hook to fetch notification counts in your React Native application' --- diff --git a/content/docs/platform/sdks/react-native/hooks/use-novu.mdx b/content/docs/platform/sdks/react-native/hooks/use-novu.mdx index 132ad2c93..4e3099977 100644 --- a/content/docs/platform/sdks/react-native/hooks/use-novu.mdx +++ b/content/docs/platform/sdks/react-native/hooks/use-novu.mdx @@ -1,5 +1,6 @@ --- title: 'useNovu' +pageTitle: "Novu React Native useNovu Hook" description: 'Learn how to use the useNovu hook to access the Novu client instance in your React Native application' --- diff --git a/content/docs/platform/sdks/react-native/hooks/use-preferences.mdx b/content/docs/platform/sdks/react-native/hooks/use-preferences.mdx index b85cc6e9c..b0b3f284b 100644 --- a/content/docs/platform/sdks/react-native/hooks/use-preferences.mdx +++ b/content/docs/platform/sdks/react-native/hooks/use-preferences.mdx @@ -1,5 +1,6 @@ --- title: 'usePreferences' +pageTitle: "Novu React Native usePreferences Hook" description: 'Learn how to use the usePreferences hook to manage notification preferences in your React Native application' --- diff --git a/content/docs/platform/sdks/react-native/hooks/use-schedule.mdx b/content/docs/platform/sdks/react-native/hooks/use-schedule.mdx index 3a0798483..39003fc9d 100644 --- a/content/docs/platform/sdks/react-native/hooks/use-schedule.mdx +++ b/content/docs/platform/sdks/react-native/hooks/use-schedule.mdx @@ -1,5 +1,6 @@ --- title: 'useSchedule' +pageTitle: "Novu React Native useSchedule Hook" description: 'Learn how to use the useSchedule hook to manage notification delivery schedules in your React Native application' --- diff --git a/content/docs/platform/sdks/react-native/index.mdx b/content/docs/platform/sdks/react-native/index.mdx index 024d81ba4..1e1532fdf 100644 --- a/content/docs/platform/sdks/react-native/index.mdx +++ b/content/docs/platform/sdks/react-native/index.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'React Native Get Started' +pageTitle: "Novu React Native SDK" title: 'Quickstart' description: 'Learn how to add Novu powered Inbox to your React Native app' --- diff --git a/content/docs/platform/sdks/react/changelog.mdx b/content/docs/platform/sdks/react/changelog.mdx index 444944f97..15e92be48 100644 --- a/content/docs/platform/sdks/react/changelog.mdx +++ b/content/docs/platform/sdks/react/changelog.mdx @@ -1,5 +1,6 @@ --- title: "Changelog" +pageTitle: "Novu React SDK Changelog" description: "Changelog for the @novu/react package" --- diff --git a/content/docs/platform/sdks/react/hooks/novu-provider.mdx b/content/docs/platform/sdks/react/hooks/novu-provider.mdx index 9894d30d7..c9d67b94c 100644 --- a/content/docs/platform/sdks/react/hooks/novu-provider.mdx +++ b/content/docs/platform/sdks/react/hooks/novu-provider.mdx @@ -1,5 +1,6 @@ --- title: "NovuProvider" +pageTitle: "Novu React NovuProvider Hook - React SDK hook usage guide for Novu Inbox and notifications" description: "Learn how to use the NovuProvider component to set up the Novu context in your React application" --- diff --git a/content/docs/platform/sdks/react/hooks/use-counts.mdx b/content/docs/platform/sdks/react/hooks/use-counts.mdx index baa48f852..a4fbbdc8d 100644 --- a/content/docs/platform/sdks/react/hooks/use-counts.mdx +++ b/content/docs/platform/sdks/react/hooks/use-counts.mdx @@ -1,5 +1,6 @@ --- title: "useCounts" +pageTitle: "Novu React useCounts Hook - React SDK hook usage guide for Novu Inbox and notifications" description: "Learn how to use the useCounts hook to fetch notification counts in your React application" --- diff --git a/content/docs/platform/sdks/react/hooks/use-novu.mdx b/content/docs/platform/sdks/react/hooks/use-novu.mdx index 9b4624067..1e24d40db 100644 --- a/content/docs/platform/sdks/react/hooks/use-novu.mdx +++ b/content/docs/platform/sdks/react/hooks/use-novu.mdx @@ -1,5 +1,6 @@ --- title: "useNovu" +pageTitle: "Novu React useNovu Hook" description: "Learn how to use the useNovu hook to access the Novu client instance in your React application" --- diff --git a/content/docs/platform/sdks/react/hooks/use-preferences.mdx b/content/docs/platform/sdks/react/hooks/use-preferences.mdx index a1ed7b71b..44701a4a6 100644 --- a/content/docs/platform/sdks/react/hooks/use-preferences.mdx +++ b/content/docs/platform/sdks/react/hooks/use-preferences.mdx @@ -1,5 +1,6 @@ --- title: "usePreferences" +pageTitle: "Novu React usePreferences Hook" description: "Learn how to use the usePreferences hook to manage notification preferences in your React application" --- diff --git a/content/docs/platform/sdks/react/hooks/use-schedule.mdx b/content/docs/platform/sdks/react/hooks/use-schedule.mdx index ef84f2cf1..02feebb47 100644 --- a/content/docs/platform/sdks/react/hooks/use-schedule.mdx +++ b/content/docs/platform/sdks/react/hooks/use-schedule.mdx @@ -1,5 +1,6 @@ --- title: "useSchedule" +pageTitle: "Novu React useSchedule Hook" description: "Learn how to use the useSchedule hook to manage subscriber notification schedules in your React application" --- diff --git a/content/docs/platform/sdks/server/dotnet.mdx b/content/docs/platform/sdks/server/dotnet.mdx index b8fb96833..ab20e7211 100644 --- a/content/docs/platform/sdks/server/dotnet.mdx +++ b/content/docs/platform/sdks/server/dotnet.mdx @@ -1,5 +1,5 @@ --- -pageTitle: '.NET SDK' +pageTitle: "Novu .NET SDK" title: '.NET' description: 'Connect a .NET application to Novu' icon: 'microsoft' diff --git a/content/docs/platform/sdks/server/index.mdx b/content/docs/platform/sdks/server/index.mdx index d81b5d92c..8df8dcb83 100644 --- a/content/docs/platform/sdks/server/index.mdx +++ b/content/docs/platform/sdks/server/index.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Novu Server Side SDKs' +pageTitle: "Novu Server Side SDKs documentation" title: 'Server Side' description: "Explore Novu's comprehensive collection of server-side SDKs for seamless notification integration across multiple programming languages" --- diff --git a/content/docs/platform/sdks/server/java.mdx b/content/docs/platform/sdks/server/java.mdx index 93df3f7fe..af3e94093 100644 --- a/content/docs/platform/sdks/server/java.mdx +++ b/content/docs/platform/sdks/server/java.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Java SDK' +pageTitle: "Novu Java SDK" title: 'Java' description: 'Connect a Java application to Novu' icon: 'java' diff --git a/content/docs/platform/sdks/server/kotlin.mdx b/content/docs/platform/sdks/server/kotlin.mdx index a0d380bba..eae7e3394 100644 --- a/content/docs/platform/sdks/server/kotlin.mdx +++ b/content/docs/platform/sdks/server/kotlin.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Kotlin SDK' +pageTitle: "Novu Kotlin SDK" title: 'Kotlin' description: 'Connect a Kotlin application to Novu' icon: 'android' diff --git a/content/docs/platform/sdks/server/laravel.mdx b/content/docs/platform/sdks/server/laravel.mdx index f5e1dc691..e78a701a4 100644 --- a/content/docs/platform/sdks/server/laravel.mdx +++ b/content/docs/platform/sdks/server/laravel.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Laravel SDK' +pageTitle: "Novu Laravel SDK" title: 'Laravel' description: 'Connect a Laravel application to Novu' icon: 'laravel' diff --git a/content/docs/platform/sdks/server/python.mdx b/content/docs/platform/sdks/server/python.mdx index 176ad4cc8..ea86daaec 100644 --- a/content/docs/platform/sdks/server/python.mdx +++ b/content/docs/platform/sdks/server/python.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Python SDK' +pageTitle: "Novu Python SDK" title: 'Python' description: 'Connect a Python application to Novu' icon: 'python' diff --git a/content/docs/platform/sdks/server/ruby.mdx b/content/docs/platform/sdks/server/ruby.mdx index dd8c0f92a..0c7950d90 100644 --- a/content/docs/platform/sdks/server/ruby.mdx +++ b/content/docs/platform/sdks/server/ruby.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Ruby SDK' +pageTitle: "Novu Ruby SDK" title: 'Ruby' description: 'Connect a Ruby application to Novu' icon: 'gem' diff --git a/content/docs/platform/sdks/server/typescript.mdx b/content/docs/platform/sdks/server/typescript.mdx index 4f19fa30d..0fd0f93fd 100644 --- a/content/docs/platform/sdks/server/typescript.mdx +++ b/content/docs/platform/sdks/server/typescript.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Typescript SDK' +pageTitle: "Novu Typescript SDK" title: 'Typescript' description: 'Connect a TS/JS application to Novu' icon: 'node' diff --git a/content/docs/platform/subscription/customize-and-configure.mdx b/content/docs/platform/subscription/customize-and-configure.mdx index 585a9237d..d3e818311 100644 --- a/content/docs/platform/subscription/customize-and-configure.mdx +++ b/content/docs/platform/subscription/customize-and-configure.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Customize and configure' +pageTitle: "Customize and configure" title: 'Customize and configure' description: "Learn how to filter visible preferences, customize styling, and use custom render functions." icon: 'Blocks' diff --git a/content/docs/platform/subscription/headless-hooks.mdx b/content/docs/platform/subscription/headless-hooks.mdx index 7fe2f6880..c428a1e42 100644 --- a/content/docs/platform/subscription/headless-hooks.mdx +++ b/content/docs/platform/subscription/headless-hooks.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Headless hooks' +pageTitle: "Headless hooks" title: 'Headless hooks' description: 'Build a fully custom Subscription interface using hooks.' icon: 'Code' diff --git a/content/docs/platform/subscription/index.mdx b/content/docs/platform/subscription/index.mdx index ffc2e585c..7a77a0dee 100644 --- a/content/docs/platform/subscription/index.mdx +++ b/content/docs/platform/subscription/index.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Introduction to Subscription' +pageTitle: "Subscription preferences" title: 'Introduction' description: 'Learn what a Subscription is in Novu, how they fit into the notification system.' icon: 'ToggleRight' diff --git a/content/docs/platform/subscription/quickstart.mdx b/content/docs/platform/subscription/quickstart.mdx index 3f20235a5..c4f428159 100644 --- a/content/docs/platform/subscription/quickstart.mdx +++ b/content/docs/platform/subscription/quickstart.mdx @@ -1,5 +1,5 @@ --- -pageTitle: ' Quickstart' +pageTitle: " Quickstart Guide" title: 'Setup the ' description: "Learn how to integrate and render the Subscription component in your React app to manage user preferences." icon: 'Zap' diff --git a/content/docs/platform/workflow/add-and-configure-steps/configure-action-steps/delay.mdx b/content/docs/platform/workflow/add-and-configure-steps/configure-action-steps/delay.mdx index 44da6c911..9bb084b0c 100644 --- a/content/docs/platform/workflow/add-and-configure-steps/configure-action-steps/delay.mdx +++ b/content/docs/platform/workflow/add-and-configure-steps/configure-action-steps/delay.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Configure Delay Step' +pageTitle: "How to configure Delay Step" title: 'Configure Delay Step' description: 'Learn how to use delay step to pause workflow execution.' icon: 'Timer' diff --git a/content/docs/platform/workflow/add-and-configure-steps/configure-action-steps/digest.mdx b/content/docs/platform/workflow/add-and-configure-steps/configure-action-steps/digest.mdx index 20e965463..908ec4b27 100644 --- a/content/docs/platform/workflow/add-and-configure-steps/configure-action-steps/digest.mdx +++ b/content/docs/platform/workflow/add-and-configure-steps/configure-action-steps/digest.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Configure Digest Step' +pageTitle: "How to configure Digest Step" title: 'Configure Digest Step' description: 'Batch multiple workflow trigger events into a single execution using configurable digest windows and grouping rules.' icon: 'Boxes' diff --git a/content/docs/platform/workflow/add-and-configure-steps/configure-action-steps/throttle.mdx b/content/docs/platform/workflow/add-and-configure-steps/configure-action-steps/throttle.mdx index 9cdba4394..5d69f6525 100644 --- a/content/docs/platform/workflow/add-and-configure-steps/configure-action-steps/throttle.mdx +++ b/content/docs/platform/workflow/add-and-configure-steps/configure-action-steps/throttle.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Configure Throttle Step' +pageTitle: "How to configure Throttle Step" title: 'Configure Throttle Step' description: 'Learn how to use the Throttle step in Novu workflows to control notification frequency.' icon: 'Gauge' diff --git a/content/docs/platform/workflow/add-and-configure-steps/index.mdx b/content/docs/platform/workflow/add-and-configure-steps/index.mdx index 0bcfa45cb..ac07b3379 100644 --- a/content/docs/platform/workflow/add-and-configure-steps/index.mdx +++ b/content/docs/platform/workflow/add-and-configure-steps/index.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Add and Configure Steps' +pageTitle: "How to add and configure Workflow Steps" title: 'Add and Configure Steps' description: 'Learn how workflow steps work in Novu, the different step types available, and how to add and execute steps in a notification workflow.' icon: 'CopyPlus' diff --git a/content/docs/platform/workflow/add-notification-content/channels-template-editors.mdx b/content/docs/platform/workflow/add-notification-content/channels-template-editors.mdx index f9b0d8c20..124a0d74d 100644 --- a/content/docs/platform/workflow/add-notification-content/channels-template-editors.mdx +++ b/content/docs/platform/workflow/add-notification-content/channels-template-editors.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Channels Template Editors' +pageTitle: "Channels Template Editors" title: 'Channels Template Editors' description: 'Learn how to design and configure notification content for email, in-app, push, and SMS.' icon: 'LayoutPanelTop' diff --git a/content/docs/platform/workflow/add-notification-content/personalize-content.mdx b/content/docs/platform/workflow/add-notification-content/personalize-content.mdx index 37ba3da82..c66823c2c 100644 --- a/content/docs/platform/workflow/add-notification-content/personalize-content.mdx +++ b/content/docs/platform/workflow/add-notification-content/personalize-content.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Personalize Content' +pageTitle: "Personalize notification content" title: 'Personalize Content' description: 'Learn how to personalize notification content in Novu using template variables, context data, and LiquidJS filters across all channel template editors.' icon: 'UserRoundCog' diff --git a/content/docs/platform/workflow/advanced-features/contexts/index.mdx b/content/docs/platform/workflow/advanced-features/contexts/index.mdx index 9054a4a50..661932e12 100644 --- a/content/docs/platform/workflow/advanced-features/contexts/index.mdx +++ b/content/docs/platform/workflow/advanced-features/contexts/index.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Context' +pageTitle: 'Workflow Context' title: 'Context' description: "Learn what Contexts are in Novu, how they differ from payloads, and how they help you organize and personalize notifications across workflows." icon: 'Package' diff --git a/content/docs/platform/workflow/advanced-features/contexts/manage-contexts.mdx b/content/docs/platform/workflow/advanced-features/contexts/manage-contexts.mdx index 56a0a304d..904ab016a 100644 --- a/content/docs/platform/workflow/advanced-features/contexts/manage-contexts.mdx +++ b/content/docs/platform/workflow/advanced-features/contexts/manage-contexts.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Contexts' +pageTitle: 'How to manage contexts in Novu' title: 'Manage contexts' description: 'Learn how to create, update, and delete contexts in Novu using the dashboard, or API.' --- diff --git a/content/docs/platform/workflow/configure-workflow.mdx b/content/docs/platform/workflow/configure-workflow.mdx index 7c60212d9..2700626af 100644 --- a/content/docs/platform/workflow/configure-workflow.mdx +++ b/content/docs/platform/workflow/configure-workflow.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Configure Workflow' +pageTitle: "How to configure Workflow in Novu" title: 'Configure Workflow' description: 'Configure workflow metadata, delivery preferences, and payload schema in the workflow editor.' icon: 'Cog' diff --git a/content/docs/platform/workflow/create-a-workflow.mdx b/content/docs/platform/workflow/create-a-workflow.mdx index 2982945a9..f3a6bdfb5 100644 --- a/content/docs/platform/workflow/create-a-workflow.mdx +++ b/content/docs/platform/workflow/create-a-workflow.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Create a Workflow' +pageTitle: "How to create a Workflow in Novu" title: 'Create a Workflow' description: 'Create a workflow and define its identifier, metadata, and initial configuration.' icon: 'CirclePlus' diff --git a/content/docs/platform/workflow/monitor-and-debug-workflow.mdx b/content/docs/platform/workflow/monitor-and-debug-workflow.mdx index 195526ece..4d046bc00 100644 --- a/content/docs/platform/workflow/monitor-and-debug-workflow.mdx +++ b/content/docs/platform/workflow/monitor-and-debug-workflow.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Monitor and Debug Workflow' +pageTitle: "How to monitor and debug Workflow in Novu" title: 'Monitor and Debug Workflow' description: "Learn how to monitor workflow executions and debug issues from the Novu Activity Feed." icon: 'Activity' diff --git a/content/docs/platform/workflow/trigger-workflow.mdx b/content/docs/platform/workflow/trigger-workflow.mdx index d15656a5f..99f388591 100644 --- a/content/docs/platform/workflow/trigger-workflow.mdx +++ b/content/docs/platform/workflow/trigger-workflow.mdx @@ -1,5 +1,5 @@ --- -pageTitle: 'Trigger Workflow' +pageTitle: "How to trigger Workflow in Novu" title: 'Trigger Workflow' description: 'Learn how workflows are triggered in Novu using the Event API, including triggering workflows for individual subscribers, attaching context data, and broadcasting notifications to topics.' icon: 'Zap'