Fix export docs for OneDrive and SharePoint (#4157)

- Fix docker version: [Related](740914821e)
- Update sidebar to include export docs

<!-- 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.-->
- [ ] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E
This commit is contained in:
Abin Simon 2023-08-30 20:55:26 +05:30 committed by GitHub
parent 03b019eb7a
commit 216dc9cb83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
.PHONY: buildimage build dev shell check genclidocs _validatemdgen publish sync .PHONY: buildimage build dev shell check genclidocs _validatemdgen publish sync
GO_VERSION := 1.19 GO_VERSION := 1.20
CORSO_BUILD_DIR := /tmp/.corsobuild CORSO_BUILD_DIR := /tmp/.corsobuild
CORSO_BUILD_CACHE := ${CORSO_BUILD_DIR}/cache CORSO_BUILD_CACHE := ${CORSO_BUILD_DIR}/cache
CORSO_BUILD_MOD := ${CORSO_BUILD_DIR}/mod CORSO_BUILD_MOD := ${CORSO_BUILD_DIR}/mod

View File

@ -79,7 +79,8 @@ const sidebars = {
'cli/corso-backup-list-onedrive', 'cli/corso-backup-list-onedrive',
'cli/corso-backup-details-onedrive', 'cli/corso-backup-details-onedrive',
'cli/corso-backup-delete-onedrive', 'cli/corso-backup-delete-onedrive',
'cli/corso-restore-onedrive'] 'cli/corso-restore-onedrive',
'cli/corso-export-onedrive']
}, },
{ {
type: 'category', type: 'category',
@ -93,7 +94,8 @@ const sidebars = {
'cli/corso-backup-list-sharepoint', 'cli/corso-backup-list-sharepoint',
'cli/corso-backup-details-sharepoint', 'cli/corso-backup-details-sharepoint',
'cli/corso-backup-delete-sharepoint', 'cli/corso-backup-delete-sharepoint',
'cli/corso-restore-sharepoint'] 'cli/corso-restore-sharepoint',
'cli/corso-export-sharepoint']
} }
] ]
}, },