Skip to content

Commit 61ea316

Browse files
authored
Update navigation.ts
Moving Manual Restore guide up into Guides
1 parent 6ae0da9 commit 61ea316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/navigation.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ export const nav: Array<NavGroup> = [
3131
{ title: 'Conditional Effects', href: '/v5/guides/conditional-effects' },
3232
{ title: 'Time Variables', href: '/v5/guides/time-variable' },
3333
{ title: 'Custom Variables', href: '/v5/guides/custom-variables' },
34+
{ title: 'Manual Restore', href: '/v5/guides/manual-restore' },
3435
],
3536
},
3637
{
3738
title: 'Troubleshooting',
3839
links: [
3940
{ title: 'FAQ', href: '/v5/faq' },
40-
{ title: 'Manual Restore', href: '/v5/guides/manual-restore' },
4141
],
4242
},
4343
{

0 commit comments

Comments
 (0)