Update docs to include export commands (#4697)
<!-- PR description--> --- #### Does this PR need a docs update or release note? - [ ] ✅ Yes, it's included - [ ] 🕐 Yes, but in a later PR - [x] ⛔ No #### Type of change <!--- Please check the type of change your PR introduces: ---> - [ ] 🌻 Feature - [ ] 🐛 Bugfix - [x] 🗺️ Documentation - [ ] 🤖 Supportability/Tests - [ ] 💻 CI/Deployment - [ ] 🧹 Tech Debt/Cleanup #### Issue(s) <!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. --> * #<issue> #### Test Plan <!-- How will this be tested prior to merging.--> - [x] 💪 Manual - [ ] ⚡ Unit test - [ ] 💚 E2E
This commit is contained in:
parent
68256cf59f
commit
e0f51943a5
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user