Refactor website into data-driven content model

This commit is contained in:
Marc Froehlich
2026-07-06 23:27:06 +02:00
parent a99d611ea8
commit 217c7e8451
49 changed files with 2649 additions and 976 deletions
+9
View File
@@ -0,0 +1,9 @@
module.exports = [
{ title: "Home", url: "/" },
{ title: "Features", url: "/features/" },
{ title: "Screenshots", url: "/screenshots/" },
{ title: "Download", url: "/download/" },
{ title: "Manual", url: "/manual/" },
{ title: "News", url: "/news/" },
{ title: "FAQ", url: "/faq/" }
];