mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-07-14 16:46:42 +02:00
12 lines
399 B
JavaScript
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/"
|
|
}
|
|
]; |