From ab5ebcaac0898bdcd0ec88dc0a706b3596a404d2 Mon Sep 17 00:00:00 2001 From: Perry Date: Sat, 4 Jan 2025 09:40:55 +0100 Subject: [PATCH] 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. --- src/navigation.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/navigation.ts b/src/navigation.ts index 7e9e7ef..d2bcacc 100644 --- a/src/navigation.ts +++ b/src/navigation.ts @@ -30,12 +30,14 @@ export const nav: Array = [ { 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',