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:
parent
bc4d6c95d1
commit
64f19c3bdd
1 changed files with 4 additions and 1 deletions
|
@ -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'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue