From e0f51943a550441f54534c1a45d22ec6d2f68bef Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Thu, 16 Nov 2023 20:47:05 +0530 Subject: [PATCH] Update docs to include export commands (#4697) --- #### 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 - [ ] :bug: Bugfix - [x] :world_map: Documentation - [ ] :robot: Supportability/Tests - [ ] :computer: CI/Deployment - [ ] :broom: Tech Debt/Cleanup #### Issue(s) * # #### Test Plan - [x] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- website/sidebars.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/sidebars.js b/website/sidebars.js index a88abf6eb..17063ef1d 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -68,7 +68,8 @@ const sidebars = { 'cli/corso-backup-list-exchange', 'cli/corso-backup-details-exchange', 'cli/corso-backup-delete-exchange', - 'cli/corso-restore-exchange'] + 'cli/corso-restore-exchange', + 'cli/corso-export-exchange'] }, { type: 'category', @@ -82,7 +83,8 @@ const sidebars = { 'cli/corso-backup-list-groups', 'cli/corso-backup-details-groups', 'cli/corso-backup-delete-groups', - 'cli/corso-restore-groups'] + 'cli/corso-restore-groups', + 'cli/corso-export-groups'] }, { type: 'category',