Skip to content

Commit 046dfc4

Browse files
committed
fix: recipes redirect
1 parent 1efd0e8 commit 046dfc4

9 files changed

+38
-9
lines changed

mint.json

+36-8
Original file line numberDiff line numberDiff line change
@@ -520,15 +520,15 @@
520520
"pages": ["recipes/json-schema"]
521521
},
522522
{
523-
"group": "Workflow Examples",
523+
"group": "Workflows",
524524
"pages": [
525-
"guides/workflows/introduction",
526-
"guides/workflows/otp",
527-
"guides/workflows/password-reset",
528-
"guides/workflows/recent-login",
529-
"guides/workflows/invoice-receipt",
530-
"guides/workflows/shipping-confirmation",
531-
"guides/workflows/feedback-reviews"
525+
"recipes/workflows/introduction",
526+
"recipes/workflows/otp",
527+
"recipes/workflows/password-reset",
528+
"recipes/workflows/recent-login",
529+
"recipes/workflows/invoice-receipt",
530+
"recipes/workflows/shipping-confirmation",
531+
"recipes/workflows/feedback-reviews"
532532
]
533533
},
534534
{
@@ -580,6 +580,34 @@
580580
"source": "/guides/echo-guides/echo-svelte",
581581
"destination": "/guides/framework-guides/framework-svelte"
582582
},
583+
{
584+
"source": "/guides/workflows/introduction",
585+
"destination": "/recipes/workflows/introduction"
586+
},
587+
{
588+
"source": "/guides/workflows/otp",
589+
"destination": "/recipes/workflows/otp"
590+
},
591+
{
592+
"source": "/guides/workflows/password-reset",
593+
"destination": "/recipes/workflows/password-reset"
594+
},
595+
{
596+
"source": "/guides/workflows/recent-login",
597+
"destination": "/recipes/workflows/recent-login"
598+
},
599+
{
600+
"source": "/guides/workflows/invoice-receipt",
601+
"destination": "/recipes/workflows/invoice-receipt"
602+
},
603+
{
604+
"source": "/guides/workflows/shipping-confirmation",
605+
"destination": "/recipes/workflows/shipping-confirmation"
606+
},
607+
{
608+
"source": "/guides/workflows/feedback-reviews",
609+
"destination": "/recipes/workflows/feedback-reviews"
610+
},
583611
{
584612
"source": "/channels-and-providers/push/fcm",
585613
"destination": "/integrations/providers/push/fcm"
File renamed without changes.

guides/workflows/introduction.mdx recipes/workflows/introduction.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Overview"
2+
title: "Common Notification Workflow Examples"
3+
sidebarTitle: "Overview"
34
description: "You shouldn't have to reinvent the wheel. Here we share how to implement several real-world use cases of notifications workflows."
45
---
56

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)