Skip to content

Commit

Permalink
Update navigation.ts
Browse files Browse the repository at this point in the history
Moving Manual Restore guide up into Guides
  • Loading branch information
brumoen authored Jan 4, 2025
1 parent 6ae0da9 commit 61ea316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ export const nav: Array<NavGroup> = [
{ title: 'Conditional Effects', href: '/v5/guides/conditional-effects' },
{ title: 'Time Variables', href: '/v5/guides/time-variable' },
{ title: 'Custom Variables', href: '/v5/guides/custom-variables' },
{ title: 'Manual Restore', href: '/v5/guides/manual-restore' },
],
},
{
title: 'Troubleshooting',
links: [
{ title: 'FAQ', href: '/v5/faq' },
{ title: 'Manual Restore', href: '/v5/guides/manual-restore' },
],
},
{
Expand Down

0 comments on commit 61ea316

Please sign in to comment.