Add SharePoint CLI docs (#2889)

Adds auto-generated SharePoint docs to the website

---

#### Does this PR need a docs update or release note?

- [x]  Yes, it's included

#### Type of change

<!--- Please check the type of change your PR introduces: --->
- [x] 🗺️ Documentation
This commit is contained in:
Niraj Tolia 2023-03-21 00:39:04 -07:00 committed by GitHub
parent 5951cbc289
commit 5e36ae5789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,8 @@ const sidebars = {
'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-backup-delete-exchange',
'cli/corso-backup-create-onedrive', 'cli/corso-backup-list-onedrive', 'cli/corso-backup-details-onedrive', 'cli/corso-backup-delete-onedrive',
'cli/corso-restore-exchange', 'cli/corso-restore-onedrive',
'cli/corso-backup-create-sharepoint', 'cli/corso-backup-list-sharepoint', 'cli/corso-backup-details-sharepoint', 'cli/corso-backup-delete-sharepoint',
'cli/corso-restore-exchange', 'cli/corso-restore-onedrive', 'cli/corso-restore-sharepoint',
'cli/corso-env'
]
},