diff --git a/website/Makefile b/website/Makefile index 1b26cb2df..537e83e97 100644 --- a/website/Makefile +++ b/website/Makefile @@ -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 diff --git a/website/sidebars.js b/website/sidebars.js index aecffc02a..c46fdb7b3 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -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'] } ] },