module.exports = [ { title: "Home", url: "/" }, { title: "Features", url: "/features/" }, { title: "Screenshots", url: "/screenshots/" }, { title: "Manual", url: "/manual/" }, { title: "News", url: "/news/" }, { title: "Roadmap", url: "/roadmap/" }, { title: "About", url: "/about/" }, { title: "FAQ", url: "/faq/" }, { title: "Support", url: "/support/" } ];