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:
parent
03b019eb7a
commit
216dc9cb83
@ -1,6 +1,6 @@
|
||||
.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_CACHE := ${CORSO_BUILD_DIR}/cache
|
||||
CORSO_BUILD_MOD := ${CORSO_BUILD_DIR}/mod
|
||||
|
||||
@ -79,7 +79,8 @@ const sidebars = {
|
||||
'cli/corso-backup-list-onedrive',
|
||||
'cli/corso-backup-details-onedrive',
|
||||
'cli/corso-backup-delete-onedrive',
|
||||
'cli/corso-restore-onedrive']
|
||||
'cli/corso-restore-onedrive',
|
||||
'cli/corso-export-onedrive']
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
@ -93,7 +94,8 @@ const sidebars = {
|
||||
'cli/corso-backup-list-sharepoint',
|
||||
'cli/corso-backup-details-sharepoint',
|
||||
'cli/corso-backup-delete-sharepoint',
|
||||
'cli/corso-restore-sharepoint']
|
||||
'cli/corso-restore-sharepoint',
|
||||
'cli/corso-export-sharepoint']
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user