From 3d9aa326e85132b8792259759305260d914028a2 Mon Sep 17 00:00:00 2001 From: Georgi Matev Date: Wed, 31 Aug 2022 19:40:29 -0400 Subject: [PATCH] Missing env command in docs sidebar (#715) ## Description Adds `corso env` auto-gen command docs to docs sidebar. ## Type of change Please check the type of change your PR introduces: - [ ] :sunflower: Feature - [x] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Test - [ ] :hamster: Trivial/Minor ## Issue(s) ## Test Plan - [x] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- docs/sidebars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index 1c415299b..033c14c38 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -28,7 +28,7 @@ const sidebars = { items: [ 'cli/corso_repo_init_s3', 'cli/corso_repo_connect_s3', 'cli/corso_backup_create_exchange', 'cli/corso_backup_list_exchange', 'cli/corso_backup_details_exchange', - 'cli/corso_restore_exchange', + 'cli/corso_restore_exchange', 'cli/corso_env' ] }, {