Merge pull request #7380 from theguymadmax/add-help-to-backup

Add help link to backups page
This commit is contained in:
Bill Thornton
2025-12-02 16:01:43 -05:00
committed by GitHub

View File

@@ -47,5 +47,8 @@ export const HelpLinks = [
'/dashboard/users/profile'
],
url: 'https://jellyfin.org/docs/general/server/users/'
}, {
paths: ['/dashboard/backups'],
url: 'https://jellyfin.org/docs/general/administration/backup-and-restore/'
}
];