We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae0da9 commit 61ea316Copy full SHA for 61ea316
src/navigation.ts
@@ -31,13 +31,13 @@ export const nav: Array<NavGroup> = [
31
{ title: 'Conditional Effects', href: '/v5/guides/conditional-effects' },
32
{ title: 'Time Variables', href: '/v5/guides/time-variable' },
33
{ title: 'Custom Variables', href: '/v5/guides/custom-variables' },
34
+ { title: 'Manual Restore', href: '/v5/guides/manual-restore' },
35
],
36
},
37
{
38
title: 'Troubleshooting',
39
links: [
40
{ title: 'FAQ', href: '/v5/faq' },
- { title: 'Manual Restore', href: '/v5/guides/manual-restore' },
41
42
43
0 commit comments