chore: move wordpress in the docs navigation (#1879)

This commit is contained in:
Matti Nannt
2024-01-10 17:27:58 +01:00
committed by GitHub
parent fa33460a16
commit 0534421538
9 changed files with 1 additions and 9 deletions

View File

@@ -240,6 +240,7 @@ export const navigation: Array<NavGroup> = [
{ title: "Notion", href: "/docs/integrations/notion" },
{ title: "Make.com", href: "/docs/integrations/make" },
{ title: "n8n", href: "/docs/integrations/n8n" },
{ title: "Wordpress", href: "/docs/integrations/wordpress" },
{ title: "Zapier", href: "/docs/integrations/zapier" },
],
},
@@ -287,15 +288,6 @@ export const navigation: Array<NavGroup> = [
{ title: "Webhooks", href: "/docs/api/management/webhooks" },
],
},
{
title: "WordPress",
links: [
{ title: "Setup", href: "/docs/wordpress/setup" },
/* { title: "Styling", href: "/docs/wordpress/styling" },
{ title: "Targeting", href: "/docs/wordpress/targeting" },
{ title: "Exit Intent", href: "/docs/wordpress/exit-intent" }, */
],
},
];
export function Navigation(props: React.ComponentPropsWithoutRef<"nav">) {