Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ALS-6089] Add real links to help menu #12

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/lib/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,25 +64,25 @@ export const branding = {
title: 'User Guide',
description: 'Complete user manual for seamless navigation and utilization.',
icon: 'fa-solid fa-book fa-4x',
url: '/help/dummy?title=' + encodeURI('User Guide'),
url: 'https://pic-sure.gitbook.io/pic-sure',
},
{
title: 'Video Library',
description: "Example 'how-to' video demonstrations.",
icon: 'fa-solid fa-tv fa-4x',
url: '/help/dummy?title=' + encodeURI('Video Library'),
url: 'https://www.youtube.com/@pic-sure446/featured',
},
{
title: 'Request Assistance',
description: 'Need help? Submit a service desk ticket, we are here to help!',
icon: 'fa-solid fa-hands-holding-circle fa-4x',
url: '/help/dummy?title=' + encodeURI('Request Assistance'),
url: 'https://hms-dbmi.atlassian.net/servicedesk/customer/portal/5',
},
{
title: 'PIC-Sure Website',
description: 'Check out the PIC-Sure website for information.',
title: 'PIC-SURE Website',
description: 'Check out the PIC-SURE website for information.',
icon: 'fa-solid fa-circle-info fa-4x',
url: '/help/dummy?title=' + encodeURI('PIC-Sure Website'),
url: 'https://pic-sure.org/',
},
],
},
Expand Down
9 changes: 0 additions & 9 deletions src/routes/help/dummy/+page.svelte

This file was deleted.