We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d761b2 commit 53f2d10Copy full SHA for 53f2d10
next.config.js
@@ -405,6 +405,11 @@ const nextConfig = {
405
destination: "/send-notifications/triggering-workflows/overview",
406
permanent: true,
407
},
408
+ {
409
+ source: "/mapi",
410
+ destination: "/mapi-reference",
411
+ permanent: true,
412
+ },
413
];
414
415
};
pages/mapi-reference/index.tsx
@@ -30,7 +30,7 @@ export const PRE_SIDEBAR_CONTENT: SidebarSection[] = [
30
pages: [
31
{
32
title: "Overview",
33
- slug: `/overview`,
+ slug: `/`,
34
35
36
title: "Authentication",
0 commit comments