Files
kst4contest/website/src/_data/navigation.js
T
2026-07-11 23:21:02 +02:00

12 lines
399 B
JavaScript

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/"
}
];