const navigation = [ { title: "Introduction", links: [ { title: "What is Formbricks?", href: "/docs/introduction/what-is-formbricks" }, { title: "Why is it better?", href: "/docs/introduction/why-is-it-better" }, { title: "How does it work?", href: "/docs/introduction/how-it-works" }, ], }, { title: "Getting Started", links: [ { title: "Quickstart", href: "/docs/getting-started/quickstart" }, { title: "Setup with Next.js", href: "/docs/getting-started/nextjs" }, { title: "Setup with Vue.js", href: "/docs/getting-started/vuejs" }, ], }, { title: "Best Practices", links: [ /* { title: "Feedback Box", href: "/docs/best-practices/feedback-box" }, */ { title: "Docs Feedback", href: "/docs/best-practices/docs-feedback" }, /* { title: "In-app Interview Prompt", href: "/docs/best-practices/interview-prompt" }, */ ], }, { title: "Attributes", links: [ { title: "Why Attributes?", href: "/docs/attributes/why" }, { title: "Custom Attributes", href: "/docs/attributes/custom-attributes" }, { title: "Identify users", href: "/docs/attributes/identify-users" }, ], }, { title: "Actions", links: [ { title: "Why Actions?", href: "/docs/actions/why" }, { title: "No-Code Actions", href: "/docs/actions/no-code" }, { title: "Code Actions", href: "/docs/actions/code" }, ], }, { title: "API", links: [ { title: "Overview", href: "/docs/api/overview" }, { title: "API Key Setup", href: "/docs/api/api-key-setup" }, ], }, { title: "Client API", links: [ { title: "Create Response", href: "/docs/api/create-response" }, { title: "Update Response", href: "/docs/api/update-response" }, ], }, { title: "Self-hosting", links: [{ title: "Deployment", href: "/docs/self-hosting/deployment" }], }, { title: "Contributing", links: [ { title: "Introduction", href: "/docs/contributing/introduction" }, { title: "Setup Dev Environment", href: "/docs/contributing/setup" }, ], }, ]; export default navigation;