/** @type {import('types').Sidebar.SidebarItem[]} */ export const pluginsSidebar = [ { type: "sidebar", sidebar_id: "plugins", title: "Plugins", children: [ { type: "link", title: "Overview", path: "/plugins", }, ], }, ]