diff --git a/docs/docs/known_issues.md b/docs/docs/known_issues.md new file mode 100644 index 000000000..fdb22a7ae --- /dev/null +++ b/docs/docs/known_issues.md @@ -0,0 +1,10 @@ +# Known issues + +Below is a list of known Corso issues and limitations: + +* Only supports Exchange (email, calendars, contact) and OneDrive (files) M365 data. Additional + data types and services will be added in subsequent releases. + +* Restores are non-destructive to a dedicated restore folder in the original Exchange mailbox or OneDrive account. + Advanced restore options such as in-place restore, or restore to a specific folder or to a different account aren't + yet supported. diff --git a/docs/sidebars.js b/docs/sidebars.js index c831f0614..a70e67126 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -45,7 +45,7 @@ const sidebars = { 'developers/build', 'developers/testing', 'developers/linters' ], }, - + 'known_issues', ], };