Skip to content

Commit 69456f8

Browse files
committed
refactor: add redirects
1 parent 74105e0 commit 69456f8

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

redirects.json

+21-16
Original file line numberDiff line numberDiff line change
@@ -16,52 +16,52 @@
1616
},
1717
{
1818
"source": "/docs/save-payment-method/",
19-
"target": "/docs/guides/save-payment-method/",
19+
"target": "/guides/save-payment-method/",
2020
"status": "301"
2121
},
2222
{
2323
"source": "/docs/verify-signature/",
24-
"target": "/docs/guides/verify-signature/",
24+
"target": "/guides/verify-signature/",
2525
"status": "301"
2626
},
2727
{
2828
"source": "/docs/shopify-integration/",
29-
"target": "/docs/e-commerce/shopify/monei-payments/",
29+
"target": "/e-commerce/shopify/monei-payments/",
3030
"status": "301"
3131
},
3232
{
3333
"source": "/docs/woocommerce-integration/",
34-
"target": "/docs/e-commerce/woocommerce/",
34+
"target": "/e-commerce/woocommerce/",
3535
"status": "301"
3636
},
3737
{
3838
"source": "/docs/bizum-integration/",
39-
"target": "/docs/payment-methods/bizum/",
39+
"target": "/payment-methods/bizum/",
4040
"status": "301"
4141
},
4242
{
4343
"source": "/docs/paypal-integration/",
44-
"target": "/docs/payment-methods/paypal/",
44+
"target": "/payment-methods/paypal/",
4545
"status": "301"
4646
},
4747
{
4848
"source": "/docs/accept-card-payment/",
49-
"target": "/docs/build-custom-checkout/",
49+
"target": "/build-custom-checkout/",
5050
"status": "301"
5151
},
5252
{
5353
"source": "/docs/monei-js-api/",
54-
"target": "/docs/monei-js/reference/",
54+
"target": "/monei-js/reference/",
5555
"status": "301"
5656
},
5757
{
5858
"source": "/docs/monei-js-overview/",
59-
"target": "/docs/monei-js/overview/",
59+
"target": "/monei-js/overview/",
6060
"status": "301"
6161
},
6262
{
6363
"source": "/docs/build-custom-checkout/",
64-
"target": "/docs/integrations/build-custom-checkout/",
64+
"target": "/integrations/build-custom-checkout/",
6565
"status": "301"
6666
},
6767
{
@@ -71,32 +71,37 @@
7171
},
7272
{
7373
"source": "/docs/use-payment-modal/",
74-
"target": "/docs/integrations/use-payment-modal/",
74+
"target": "/integrations/use-payment-modal/",
7575
"status": "301"
7676
},
7777
{
7878
"source": "/docs/e-commerce/magento2/",
79-
"target": "/docs/e-commerce/adobe-commerce/",
79+
"target": "/e-commerce/adobe-commerce/",
8080
"status": "301"
8181
},
8282
{
8383
"source": "/docs/integrations/partner/",
84-
"target": "/docs/monei-connect/",
84+
"target": "/monei-connect/",
8585
"status": "301"
8686
},
8787
{
8888
"source": "/docs/integrations/monei-connect/",
89-
"target": "/docs/monei-connect/",
89+
"target": "/monei-connect/",
9090
"status": "301"
9191
},
9292
{
9393
"source": "/reference/parameters/",
94-
"target": "/docs/monei-js/reference/",
94+
"target": "/monei-js/reference/",
9595
"status": "301"
9696
},
9797
{
9898
"source": "/api/",
99-
"target": "/docs/apis/rest/",
99+
"target": "/apis/rest/",
100+
"status": "301"
101+
},
102+
{
103+
"source": "/docs/<*>",
104+
"target": "/<*>",
100105
"status": "301"
101106
}
102107
]

0 commit comments

Comments
 (0)