1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add branding help link

This commit is contained in:
Bill Thornton 2024-11-21 17:05:04 -05:00
parent bc4d6c95d1
commit 64f19c3bdd

View file

@ -31,7 +31,10 @@ export const HelpLinks = [
paths: ['/dashboard/plugins/repositories'], paths: ['/dashboard/plugins/repositories'],
url: 'https://jellyfin.org/docs/general/server/plugins/#repositories' url: 'https://jellyfin.org/docs/general/server/plugins/#repositories'
}, { }, {
paths: ['/dashboard/settings'], paths: [
'/dashboard/branding',
'/dashboard/settings'
],
url: 'https://jellyfin.org/docs/general/server/settings' url: 'https://jellyfin.org/docs/general/server/settings'
}, { }, {
paths: ['/dashboard/tasks'], paths: ['/dashboard/tasks'],