Abin Simon a5ad6e6788
Rework CI to handle combined website and docs (#1568)
## Description

This reworks CI now that we have merged docs and website into a single deployment.

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [x] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor

## Issue(s)

<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->
* Fixes https://github.com/alcionai/corso/issues/1551

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E
2022-12-01 16:50:04 +00:00

1.2 KiB

FAQ

Where does Corso store local configuration?

Corso's local configuration is stored in a file named .corso.toml in your home directory. Corso can be pointed at separate configuration files using the --config-file option.

Does Corso report usage telemetry?

In order to better understand how people use Corso and to guide feature development, Corso supports reporting telemetry metadata for basic information about installed versions and usage in a privacy-preserving manner. This includes a generic description of most-commonly used backup operations and statistics on the duration and size of backups. No user data is stored or transmitted during this process.

Telemetry reporting can be turned off by using the --no-stats flag. See the Command Line Reference section for more information.

Does Corso work with Microsoft 365 Personal or Family subscriptions?

Unfortunately, Corso leverages the Microsoft Graph API and that's only accessible to organizations with paid subscriptions to Microsoft 365 (for example, Business, Enterprise, or Education plans).