From 88bddf5c083074a2f40aea255a90626e9b083ed5 Mon Sep 17 00:00:00 2001 From: ashmrtn <3891298+ashmrtn@users.noreply.github.com> Date: Mon, 17 Jul 2023 15:02:05 -0700 Subject: [PATCH] Add Restore options to side navbar (#3828) Items in navbar appear in the order declared. --- #### Does this PR need a docs update or release note? - [ ] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [x] :no_entry: No #### Type of change - [ ] :sunflower: Feature - [x] :bug: Bugfix - [x] :world_map: Documentation - [ ] :robot: Supportability/Tests - [ ] :computer: CI/Deployment - [ ] :broom: Tech Debt/Cleanup #### Issue(s) * #3562 #### Test Plan - [x] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- website/sidebars.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/website/sidebars.js b/website/sidebars.js index 0344f83c0..e1d5ddae8 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -20,7 +20,15 @@ const sidebars = { { type: 'category', label: 'Usage', - items: ['setup/concepts', 'setup/download', 'setup/m365-access', 'setup/configuration', 'setup/repos', 'setup/fault-tolerance'], + items: [ + 'setup/concepts', + 'setup/download', + 'setup/m365-access', + 'setup/configuration', + 'setup/repos', + 'setup/fault-tolerance', + 'setup/restore-options' + ], }, { type: 'category',