From 0f256a97d5c307731dcf979de14b85396ff3d34b Mon Sep 17 00:00:00 2001 From: Abhishek Pandey Date: Thu, 21 Sep 2023 22:58:49 +0530 Subject: [PATCH] Expose filesystem cli commands in docs (#4338) Exposes docs for new CLI commands `repo init filesystem` and `repo connect filesystem` --- #### Does this PR need a docs update or release note? - [x] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [ ] :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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/sidebars.js b/website/sidebars.js index d7982cbea..389e1c3e5 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -50,6 +50,8 @@ const sidebars = { items: [ 'cli/corso-repo-init-s3', 'cli/corso-repo-connect-s3', + 'cli/corso-repo-init-filesystem', + 'cli/corso-repo-connect-filesystem', 'cli/corso-repo-maintenance', 'cli/corso-env'] },