|
1 | 1 | [
|
2 | 2 | {
|
3 | 3 | "source": "/docs/authentication/saml/:path*",
|
4 |
| - "destination": "/docs/authentication/enterprise-connections/:path*", |
| 4 | + "destination": "/docs/guides/configure/auth-strategies/enterprise-connections/:path*", |
| 5 | + "permanent": true, |
| 6 | + }, |
| 7 | + { |
| 8 | + "source": "/docs/authentication/enterprise-connections/:path*", |
| 9 | + "destination": "/docs/guides/configure/auth-strategies/enterprise-connections/:path*", |
5 | 10 | "permanent": true,
|
6 | 11 | },
|
7 | 12 | {
|
8 | 13 | "source": "/docs/components/customization/:path*",
|
9 |
| - "destination": "/docs/customization/:path*", |
| 14 | + "destination": "/docs/guides/customizing-clerk/:path*", |
10 | 15 | "permanent": true,
|
11 | 16 | },
|
12 | 17 | {
|
13 | 18 | "source": "/docs/customization/account-portal/:path*",
|
14 |
| - "destination": "/docs/account-portal/:path*", |
| 19 | + "destination": "/docs/guides/customizing-clerk/account-portal/:path*", |
15 | 20 | "permanent": true,
|
16 | 21 | },
|
17 | 22 | {
|
|
20 | 25 | "permanent": true,
|
21 | 26 | },
|
22 | 27 | {
|
23 |
| - "source": "/docs/integrations/webhooks/:path*", |
24 |
| - "destination": "/docs/webhooks/:path*", |
| 28 | + "source": "/docs/customization/elements/:path*", |
| 29 | + "destination": "/docs/guides/customizing-clerk/elements/:path*", |
25 | 30 | "permanent": true,
|
26 | 31 | },
|
27 | 32 | {
|
28 |
| - "source": "/docs/reference/:path/custom-signup-signin-pages", |
29 |
| - "destination": "/docs/reference/:path/custom-sign-in-or-up-page", |
| 33 | + "source": "/docs/integrations/webhooks/:path*", |
| 34 | + "destination": "/docs/guides/development/webhooks/:path*", |
30 | 35 | "permanent": true,
|
31 | 36 | },
|
32 | 37 | {
|
33 | 38 | "source": "/docs/backend-requests/versioning/:path*",
|
34 |
| - "destination": "/docs/versioning/:path*", |
35 |
| - "permanent": true, |
36 |
| - }, |
37 |
| - { |
38 |
| - "source": "/docs/reference/tanstack-start/:path*", |
39 |
| - "destination": "/docs/reference/tanstack-react-start/:path*", |
| 39 | + "destination": "/docs/guides/development/upgrading/versioning/:path*", |
40 | 40 | "permanent": true,
|
41 | 41 | },
|
42 | 42 | {
|
|
49 | 49 | "destination": "/docs/:sdk/reference/hooks/:path*",
|
50 | 50 | "permanent": true,
|
51 | 51 | },
|
52 |
| - { |
53 |
| - "source": "/docs/authentication/:path*", |
54 |
| - "destination": "/docs/guides/configure/auth-strategies/:path*", |
55 |
| - "permanent": true, |
56 |
| - }, |
57 |
| - { |
58 |
| - "source": "/docs/integrations/:path*", |
59 |
| - "destination": "/docs/guides/development/integrations/:path*", |
60 |
| - "permanent": true, |
61 |
| - }, |
62 |
| - { |
63 |
| - "source": "/docs/customization/elements/:path*", |
64 |
| - "destination": "/docs/guides/customizing-clerk/elements/:path*", |
65 |
| - "permanent": true, |
66 |
| - }, |
67 | 52 | {
|
68 | 53 | "source": "/docs/references/:path*",
|
69 | 54 | "destination": "/docs/reference/:path*",
|
|
0 commit comments