Skip to content

Commit

Permalink
Update navigation.ts
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
brumoen authored Jan 4, 2025
1 parent af32216 commit ab5ebca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ export const nav: Array<NavGroup> = [
{ title: 'Alert Queues', href: '/guides/alert-queues' },
{ title: 'Conditional Effects', href: '/v5/guides/conditional-effects' },
{ title: 'Conditional Effects', href: '/v5/guides/time-variables' },
{ title: 'Conditional Effects', href: '/v5/guides/manual-restore' },
],
},
{
title: 'Troubleshooting',
links: [{ title: 'FAQ', href: '/v5/faq' }],
links: [
{ title: 'FAQ', href: '/v5/faq' },
{ title: 'Manual Restore', href: '/v5/guides/manual-restore' },
],
},
{
title: 'Custom scripts',
Expand Down

0 comments on commit ab5ebca

Please sign in to comment.