Skip to content

Commit ab5ebca

Browse files
authored
Update navigation.ts
Moving Manual Restore as it was put under Conditional Effects in guides instead of under Troubleshooting and renaming it to Manual Restore instead of Conditional Effects.
1 parent af32216 commit ab5ebca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: src/navigation.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,14 @@ export const nav: Array<NavGroup> = [
3030
{ title: 'Alert Queues', href: '/guides/alert-queues' },
3131
{ title: 'Conditional Effects', href: '/v5/guides/conditional-effects' },
3232
{ title: 'Conditional Effects', href: '/v5/guides/time-variables' },
33-
{ title: 'Conditional Effects', href: '/v5/guides/manual-restore' },
3433
],
3534
},
3635
{
3736
title: 'Troubleshooting',
38-
links: [{ title: 'FAQ', href: '/v5/faq' }],
37+
links: [
38+
{ title: 'FAQ', href: '/v5/faq' },
39+
{ title: 'Manual Restore', href: '/v5/guides/manual-restore' },
40+
],
3941
},
4042
{
4143
title: 'Custom scripts',

0 commit comments

Comments
 (0)