From ae5ac7591abace28aa6acc1ef9ad8b9916d612e4 Mon Sep 17 00:00:00 2001 From: david-ros <138538459+david-ros@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:11:39 -0600 Subject: [PATCH] Update config.ts (#382) Add link to Restoring Bookmarks page to Sidebar --- docs/.vitepress/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index dedd2ff4..165f5671 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -358,6 +358,7 @@ function sidebarOrion() { { text: 'Troubleshooting Webpage Issues', link: '/orion/support-and-community/troubleshooting/troubleshooting-webpage-issues' }, { text: 'Troubleshooting Syncing Data Issues', link: '/orion/support-and-community/troubleshooting/troubleshooting-syncing-data-issues' }, { text: 'Troubleshooting FastMail Issues', link: '/orion/support-and-community/troubleshooting/troubleshooting-fastmail-issues' }, + { text: 'Restoring Bookmarks, Reading List, etc.', link: '/orion/support-and-community/troubleshooting/restoring_bookmarks' }, { text: 'Reporting a bug', link: '/orion/support-and-community/troubleshooting/bug-reporting' }, ] },