export const HelpLinks = [ { paths: ['/dashboard/devices'], url: 'https://jellyfin.org/docs/general/server/devices' }, { paths: ['/dashboard/libraries'], url: 'https://jellyfin.org/docs/general/server/libraries' }, { paths: [ '/dashboard/livetv', '/dashboard/livetv/tuner', '/dashboard/recordings' ], url: 'https://jellyfin.org/docs/general/server/live-tv/' }, { paths: ['/dashboard/livetv/guide'], url: 'https://jellyfin.org/docs/general/server/live-tv/setup-guide#adding-guide-data' }, { paths: ['/dashboard/networking'], url: 'https://jellyfin.org/docs/general/networking/' }, { paths: ['/dashboard/playback/transcoding'], url: 'https://jellyfin.org/docs/general/server/transcoding' }, { paths: [ '/dashboard/plugins', '/dashboard/plugins/catalog' ], url: 'https://jellyfin.org/docs/general/server/plugins/' }, { paths: ['/dashboard/plugins/repositories'], url: 'https://jellyfin.org/docs/general/server/plugins/#repositories' }, { paths: ['/dashboard/settings'], url: 'https://jellyfin.org/docs/general/server/settings' }, { paths: ['/dashboard/tasks'], url: 'https://jellyfin.org/docs/general/server/tasks' }, { paths: ['/dashboard/users'], url: 'https://jellyfin.org/docs/general/server/users/adding-managing-users' }, { paths: [ '/dashboard/users/access', '/dashboard/users/parentalcontrol', '/dashboard/users/password', '/dashboard/users/profile' ], url: 'https://jellyfin.org/docs/general/server/users/' } ];