export const navItems = [ { title: "Getting Started", href: "/docs/getting-started" }, { title: "Concepts", href: "/docs/concepts" }, { title: "Configuration", href: "/docs/configuration" }, { title: "Keyboard Shortcuts", href: "/docs/keyboard-shortcuts" }, { title: "API Reference", href: "/docs/api" }, { title: "Notifications", href: "/docs/notifications" }, { title: "Changelog", href: "/docs/changelog" }, ];