diff --git a/config.ts b/config.ts index e1427ec..82f997e 100644 --- a/config.ts +++ b/config.ts @@ -24,7 +24,7 @@ export const navLinks: Link[] = [ label: "Beginner's Guidebook", icon: UserMultiple, links: [ - { label: "Creating A Bot", link: "/beginner/creating-a-bot" }, + //{ label: "Creating A Bot", link: "/beginner/creating-a-bot" }, { label: "Proxying", link: "/beginner/proxying" }, { label: "Ticket System", link: "/beginner/tickets" }, ],