mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-07-13 16:16:44 +02:00
Refactor website into data-driven content model
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
module.exports = [
|
||||
{
|
||||
os: "Windows",
|
||||
format: "ZIP",
|
||||
icon: "🪟",
|
||||
recommended: true,
|
||||
url: "https://github.com/praktimarc/kst4contest/releases/latest"
|
||||
},
|
||||
{
|
||||
os: "macOS",
|
||||
format: "DMG",
|
||||
icon: "🍎",
|
||||
recommended: false,
|
||||
url: "https://github.com/praktimarc/kst4contest/releases/latest"
|
||||
},
|
||||
{
|
||||
os: "Linux",
|
||||
format: "AppImage / DEB / RPM / Arch",
|
||||
icon: "🐧",
|
||||
recommended: false,
|
||||
url: "https://github.com/praktimarc/kst4contest/releases/latest"
|
||||
},
|
||||
{
|
||||
os: "Flatpak",
|
||||
format: "flatpakref",
|
||||
icon: "📦",
|
||||
recommended: false,
|
||||
url: "https://github.com/praktimarc/kst4contest/releases/latest"
|
||||
},
|
||||
{
|
||||
os: "Manual",
|
||||
format: "PDF EN/DE",
|
||||
icon: "📘",
|
||||
recommended: false,
|
||||
url: "https://github.com/praktimarc/kst4contest/releases/latest"
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user