mirror of
https://github.com/UNITRONIX/BetterDesk.git
synced 2026-09-10 17:45:42 +00:00
9e9230b467
The Help panel now replaces guided tours with a right-side panel displaying project supporters and GitHub sponsorship links. The previous tutorial features, including spotlight tutorials and the floating help FAB, have been removed. Additionally, updates to the sponsors update process and relevant documentation have been made to reflect these changes.
36 lines
999 B
JSON
36 lines
999 B
JSON
{
|
|
"honorary": [
|
|
{
|
|
"name": "INSOLVE",
|
|
"role": "Honorary Supporter",
|
|
"url": "https://insolve.pl",
|
|
"logo": "/img/supporters/insolve-logo.png",
|
|
"blurb": "Security review, production audits, infrastructure testing, and real-world deployment feedback."
|
|
}
|
|
],
|
|
"individuals": [
|
|
{
|
|
"name": "Marco Jakobs",
|
|
"github": "jacotec",
|
|
"githubUrl": "https://github.com/jacotec"
|
|
},
|
|
{
|
|
"name": "MyNameisStitch",
|
|
"github": "MyNameisStitch",
|
|
"githubUrl": "https://github.com/MyNameisStitch"
|
|
},
|
|
{
|
|
"name": "Redspin",
|
|
"github": "playerumpknow",
|
|
"githubUrl": null
|
|
}
|
|
],
|
|
"links": {
|
|
"repo": "https://github.com/UNITRONIX/BetterDesk",
|
|
"issues": "https://github.com/UNITRONIX/BetterDesk/issues",
|
|
"sponsors": "https://github.com/sponsors/UNITRONIX",
|
|
"buyMeACoffee": "https://buymeacoffee.com/unitronix",
|
|
"sponsorsMd": "https://github.com/UNITRONIX/BetterDesk/blob/main/SPONSORS.md"
|
|
}
|
|
}
|