libretime/website/vars.js
Jonas L f0cd040bac
chore: release 3.0.0-alpha.11 (#1620)
* chore: release 3.0.0-alpha.11

* import release note skeleton

* add missing db config schema changes

* wording

* sort release note commit order and add latest commits / changes

* chore: bump website version tag to 3.0.0-alpha.11

* add latest commits

* add note about api static files removal

* improve upgrade procedure after testing

* document #1606 as a known issue

Co-authored-by: Kyle Robbertze <kyle@paddatrapper.com>
2022-03-28 21:08:44 +02:00

37 lines
820 B
JavaScript

module.exports = {
title: "LibreTime",
description: "Radio Broadcast & Automation Platform",
version: "3.0.0-alpha.11",
website: "https://libretime.org",
repository: {
href: "https://github.com/libretime/libretime",
label: "Github",
},
forum: {
href: "https://discourse.libretime.org",
label: "Discourse",
},
channel: {
href: "https://chat.libretime.org",
label: "Mattermost",
},
home: {
links: [
{ label: "Get started 🚀", to: "/docs/admin-manual" },
{ label: "Release note", to: "/docs/releases/3.0.0-alpha.11" },
],
},
doc: {
sections: [
{ label: "Admin manual", to: "/docs/admin-manual" },
{ label: "User manual", to: "/docs/user-manual" },
{ label: "Developer manual", to: "/docs/developer-manual" },
],
},
};