137 Commits

Author SHA1 Message Date
dependabot[bot]
c8362e9638
⬆️ Bump mermaid from 9.2.0 to 9.2.2 in /docs (#1497) 2022-11-11 05:29:05 +00:00
dependabot[bot]
d606cec03d
⬆️ Bump sass from 1.56.0 to 1.56.1 in /docs (#1496) 2022-11-11 05:23:58 +00:00
dependabot[bot]
37216c8adc
⬆️ Bump loader-utils from 2.0.2 to 2.0.3 in /docs (#1481) 2022-11-08 05:24:51 +00:00
dependabot[bot]
e885e03c3b
⬆️ Bump sass from 1.55.0 to 1.56.0 in /docs (#1482) 2022-11-08 05:20:43 +00:00
Keepers
2d66dcbd7a
replace golang purge script with powershell script (#1407)
## Description

Three primary changes:
1. move the list of load test users into a secret in the github test domain.
2. purge all data that was generated for users in the load test
3. fix all `m356` typos.

## Type of change

- [x] 🤖 Test
- [x] 💻 CI/Deployment

## Issue(s)

* #1266

## Test Plan

- [x] 💪 Manual
- [x] 💚 E2E
2022-11-04 15:41:36 +00:00
Niraj Tolia
66b58fff03
Add FAQ to address if Corso works with consumer M365 subscriptions (#1445)
## Description

Addresses questions on Corso consumer use

## Type of change

- [x] 🗺️ Documentation
2022-11-04 08:14:11 +00:00
Niraj Tolia
2524c67540
Add a sitemap to the docs site (#1450)
## Description

Configure a sitemap for search engine indexing

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [x] 🗺️ Documentation

## Test Plan

- [x] 💪 Manual
2022-11-04 08:09:56 +00:00
dependabot[bot]
d58e5e61f0
⬆️ Bump mermaid from 9.1.7 to 9.2.0 in /docs (#1440) 2022-11-03 16:45:10 +00:00
Niraj Tolia
2ad9eb531c
Use same gtag as website (#1431)
## Description

Follow Google recommendations for single gtags

## Type of change

- [x] 🗺️ Documentation
2022-11-03 07:19:15 +00:00
Niraj Tolia
bfab312bb3
Add an FAQ to docs (#1428)
## Description

Covers some questions that have come up in initial user testing

## Type of change

- [x] 🗺️ Documentation

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
2022-11-02 21:22:29 +00:00
Niraj Tolia
b5a2746008
Clean up more in docs Makefile (#1424)
## Description

Nuke the auto-generated build and node_modules directory during clean.
Note that this won't affect the docs container image because the container's
node_modules are stored in the (internal) root directory of the mounted docs
folder.

## Type of change

- [x] 🗺️ Documentation
- [x] 🐹 Trivial/Minor
2022-11-02 09:10:02 +00:00
Niraj Tolia
ba66251f52
Fix flipped description of Azure PS env variables (#1413)
## Description

Fix flipped descriptions

## Type of change

- [x] 🐛 Bugfix
- [x] 🗺️ Documentation
2022-11-02 07:22:46 +00:00
Vaibhav Kamra
04b56e75b1
Revert "⬆️ Bump @mdx-js/react from 1.6.22 to 2.1.5 in /docs (#1381)" (#1422)
This reverts commit #1381 which broke the docs build.
2022-11-02 06:34:45 +00:00
dependabot[bot]
b7baf9ffd9
⬆️ Bump @docusaurus/module-type-aliases from 2.0.1 to 2.2.0 in /docs (#1418) 2022-11-02 05:52:46 +00:00
Nočnica Mellifera
7547844bc3
swapped two config value descriptions. (#1414)
## Description

config docs had two config descriptions swapped 

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ x] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 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. -->
* #<issue>

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x ] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E
2022-11-01 22:15:42 -07:00
Niraj Tolia
f4828705c9
Actually enable Google Analytics for Corso docs (#1409)
## Description

We were missing the actual plugin and did not have configuration for the right
plugin type.

## Type of change

- [x] 🐛 Bugfix
- [x] 🗺️ Documentation
2022-11-01 18:40:28 +00:00
dependabot[bot]
826ba778ff
⬆️ Bump @mdx-js/react from 1.6.22 to 2.1.5 in /docs (#1381)
Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) from 1.6.22 to 2.1.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mdx-js/mdx/releases"><code>@​mdx-js/react</code>'s releases</a>.</em></p>
<blockquote>
<h2>2.1.5</h2>
<ul>
<li>90fa4935 Fix bug with (injected) custom elements and layouts</li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/mdx-js/mdx/compare/2.1.4...2.1.5">https://github.com/mdx-js/mdx/compare/2.1.4...2.1.5</a></p>
<h2>2.1.4</h2>
<h4>Patches</h4>
<ul>
<li>9d2aa80b Add file, positional info to crashes in webpack loader
by <a href="https://github.com/Twipped"><code>@​Twipped</code></a> in <a href="https://github-redirect.dependabot.com/mdx-js/mdx/pull/2124">mdx-js/mdx#2124</a></li>
<li>478c78b7 Fix support for Node loaders</li>
</ul>
<h4>Docs</h4>
<ul>
<li>56d70660 Add Astro to site generator docs
by <a href="https://github.com/bholmesdev"><code>@​bholmesdev</code></a> in <a href="https://github-redirect.dependabot.com/mdx-js/mdx/pull/2118">mdx-js/mdx#2118</a></li>
<li>996771ae Add missing <code>import</code> to site example
by <a href="https://github.com/elpddev"><code>@​elpddev</code></a> in <a href="https://github-redirect.dependabot.com/mdx-js/mdx/pull/2115">mdx-js/mdx#2115</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/mdx-js/mdx/compare/2.1.3...2.1.4">https://github.com/mdx-js/mdx/compare/2.1.3...2.1.4</a></p>
<h2>2.1.3</h2>
<h3>Core</h3>
<ul>
<li>9904838a Fix rewriting of components for custom elements
by <a href="https://github.com/bholmesdev"><code>@​bholmesdev</code></a> in <a href="https://github-redirect.dependabot.com/mdx-js/mdx/pull/2101">mdx-js/mdx#2101</a></li>
</ul>
<h3>Docs</h3>
<ul>
<li>69a15b76 Add link to official <code>mdx-js/vscode-mdx</code>
by <a href="https://github.com/jasikpark"><code>@​jasikpark</code></a> in <a href="https://github-redirect.dependabot.com/mdx-js/mdx/pull/2098">mdx-js/mdx#2098</a></li>
</ul>
<h3>Internal stuff that slightly improve stuff</h3>
<ul>
<li>529b96aa Replace <code>astring</code> with <code>estree-util-to-js</code></li>
<li>7d8dc11c Add <code>id</code> field to esbuild messages</li>
<li>7f37b95b Update <code>@types/estree-jsx</code></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/mdx-js/mdx/compare/2.1.2...2.1.3">https://github.com/mdx-js/mdx/compare/2.1.2...2.1.3</a></p>
<h2>2.1.2</h2>
<h3>Core</h3>
<ul>
<li>7bcd7059 Fix some performance by improving vdom diffing
by <a href="https://github.com/0phoff"><code>@​0phoff</code></a> in <a href="https://github-redirect.dependabot.com/mdx-js/mdx/pull/2062">mdx-js/mdx#2062</a></li>
<li>f77c33f5 Fix support for <code>baseUrl</code> rewriting <code>import.meta.url</code>
by <a href="https://github.com/wooorm"><code>@​wooorm</code></a> in <a href="https://github-redirect.dependabot.com/mdx-js/mdx/pull/2021">mdx-js/mdx#2021</a></li>
</ul>
<h3>Docs</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="6303aa2fd8"><code>6303aa2</code></a> 2.1.5</li>
<li><a href="29e93e539f"><code>29e93e5</code></a> 2.1.4</li>
<li><a href="6690566c65"><code>6690566</code></a> 2.1.3</li>
<li><a href="fce1df0811"><code>fce1df0</code></a> 2.1.2</li>
<li><a href="92c1a65d97"><code>92c1a65</code></a> Update dev-dependencies</li>
<li><a href="b09a5e4995"><code>b09a5e4</code></a> 2.1.1</li>
<li><a href="b8a76c95de"><code>b8a76c9</code></a> 2.1.0</li>
<li><a href="46fae4fcd0"><code>46fae4f</code></a> Update dev-dependencies</li>
<li><a href="490da9f41e"><code>490da9f</code></a> 2.0.0</li>
<li><a href="adc64ecb8e"><code>adc64ec</code></a> Update things for v2 (<a href="https://github.com/mdx-js/mdx/tree/HEAD/packages/react/issues/1926">#1926</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mdx-js/mdx/commits/2.1.5/packages/react">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~wooorm">wooorm</a>, a new releaser for <code>@​mdx-js/react</code> since your current version.</p>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@mdx-js/react&package-manager=npm_and_yarn&previous-version=1.6.22&new-version=2.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
2022-11-01 18:35:48 +00:00
dependabot[bot]
f479c980ac
⬆️ Bump @docusaurus/preset-classic from 2.1.0 to 2.2.0 in /docs (#1372) 2022-10-31 15:12:04 +00:00
dependabot[bot]
0b7d46292f
⬆️ Bump mermaid from 9.1.6 to 9.1.7 in /docs (#1369) 2022-10-31 15:09:09 +00:00
dependabot[bot]
d87312e612
⬆️ Bump @docusaurus/core from 2.1.0 to 2.2.0 in /docs (#1386) 2022-10-31 15:06:40 +00:00
dependabot[bot]
8e650bfd96
⬆️ Bump sass from 1.54.8 to 1.55.0 in /docs (#1375) 2022-10-31 15:03:48 +00:00
Niraj Tolia
18bc6b05e1
Remove Corso docs landing page (#1367)
## Description

Given that we have a website, this change removes the Docs landing page

## Type of change

- [x] 🗺️ Documentation

## Test Plan

- [x] 💪 Manual
2022-10-29 01:29:42 +00:00
Niraj Tolia
af35fb51b6
Add Twitter card for docs (#1330)
## Description

Adds metadata for Twitter cards to Docusaurus

## Type of change

- [x] 🗺️ Documentation
2022-10-26 23:08:19 +00:00
ashmrtn
e51cb7dcf5
Note about concurrent M365 operations during backup (#1308)
Note about concurrent operations during backup

Co-authored-by: Georgi Matev <gmatev@alcion.ai>
2022-10-24 18:33:32 -07:00
Georgi Matev
8f3e67723c
Make links visible in light mode (#1315)
## Description

Use specific color for light mode links to make them stand out

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [x] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 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. -->

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E
2022-10-24 23:18:43 +00:00
Georgi Matev
035144a41d
Connect to roadmap project (#1314)
## Description

References the Corso roadmap project 

## Type of change

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

## Issue(s)

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E
2022-10-24 22:13:37 +00:00
Niraj Tolia
c8ca2d0578
Add docs on filing bugs (#1312)
## Description

- Add a support section for the new page
- Moves known issues under the support section
- This is a placeholder to add more information (e.g., getting logs)

## Type of change

- [x] 🗺️ Documentation
2022-10-24 20:41:03 +00:00
Georgi Matev
f0cee163a8
Add Corso known issues (#1235)
## Description

Add Corso known issues

## Type of change

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

## Issue(s)
closes #1180
<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E
2022-10-24 06:31:18 +00:00
Niraj Tolia
eeeaa0e171
Add instructions on using S3-compatible systems (#1301)
## Description

Most refers to the AWS docs but adds a pointer to the endpoint param

## Type of change

- [x] 🗺️ Documentation
2022-10-24 01:28:35 +00:00
Niraj Tolia
77446c030a
Remove docs reference to discussions (#1297)
## Description

Now disabled on Github

## Type of change

- [x] 🗺️ Documentation
2022-10-22 02:13:35 +00:00
Niraj Tolia
e3bde94285
Update windows download docs to reflect zip files (#1292)
## Description

Updates docs to expand zip files instead of tar.gz ones

## Type of change

- [x] 🗺️ Documentation
2022-10-21 23:28:50 +00:00
Keepers
f335fd8b5b
clean up cli outputs (#1271)
## Description

Remove old "restored..." confirmation line from the CLI. Renamed the "Reference" column header to "ID"  in the tabular output, which represents the shortRef aka item id.

## Type of change

- [x] 🐹 Trivial/Minor

## Issue(s)

* #1269

## Test Plan

- [x] 💪 Manual
- [x]  Unit test
2022-10-21 23:02:05 +00:00
Niraj Tolia
20c6c70668
Misc. doc fixes (#1290)
## Description

- Add missing Docker container version
- Clean up some text
- Some consistency tweaks
- Remove stale text in the configuration section
- Spell out environment variables
- Fix broken link

## Type of change

- [x] 🐛 Bugfix
- [x] 🗺️ Documentation
2022-10-21 19:15:04 +00:00
Niraj Tolia
c88c610e93
Consolidate downloads text (#1288)
## Description

The removes replication of information

## Type of change

- [x] 🗺️ Documentation
2022-10-21 16:45:23 +00:00
Niraj Tolia
71176ec6dc
Add download instructions to the Quickstart (#1287)
## Description

This PR further reduces the number of times someone needs to leave the quickstart page.

This change also temporarily replicates some info from the download page because I haven't been able to figure out how to import MD(X) while exposing imports to the child document.

## Type of change

- [x] 🗺️ Documentation
2022-10-21 16:28:42 +00:00
Niraj Tolia
ce061d8765
Pin more Docker versions (#1286)
## Description

Fix a few places where we refer to `latest`

## Type of change

- [x] 🐛 Bugfix
- [x] 🗺️ Documentation
2022-10-21 16:22:01 +00:00
Niraj Tolia
9dc53bd9f8
Consistently assume that Corso was downloaded and is not on the path (#1275)
## Description

- Don't make assumptions about corso being on the path
- Assume that corso is in the CWD
- We also don't need the `.exe` suffix on Windows

## Type of change

- [x] 🗺️ Documentation
2022-10-21 07:38:01 +00:00
Niraj Tolia
078a47726b
Fix arch in tar file names (#1280)
## Description

s/arm/arm64

## Type of change

- [x] 🐛 Bugfix
- [x] 🗺️ Documentation
2022-10-21 07:34:21 +00:00
Niraj Tolia
78a605ec5c
Download instructions (#1276)
## Description

Explicit download instructions

## Type of change

- [x] 🗺️ Documentation
2022-10-21 07:18:33 +00:00
Niraj Tolia
d7ec159b08
Don't include an empty architecture document (#1274)
## Description

Removes a blank document.

## Type of change

- [x] 🗺️ Documentation
2022-10-21 01:06:43 +00:00
Niraj Tolia
e82cdadc62
Add section on how to get Corso (#1270)
## Description

Add instructions on where to get Corso binaries

## Type of change

- [x] 🗺️ Documentation
2022-10-21 00:38:31 +00:00
Niraj Tolia
093d2b9639
Edit M365 access docs (#1256)
## Description

- Use subsections for easier linking
- Consolidate some text
- Switch to MD images as I needed to zoom in on every one in its default config
- Switch to MD images for alignment with rest of the page
- Add alt-text to images
- Ensure consistency for order of Azure variables
- Add missing links
- Add missing instructions

## Type of change

- [x] 🐛 Bugfix
- [x] 🗺️ Documentation
2022-10-21 00:09:31 +00:00
Niraj Tolia
d877240d4f
Clean up Repository information (#1267)
## Description

- Remove bucket creationn from the quickstart
- Remove repo connect from the quickstart
- Add examples to the repo page
- Reoder setup pages given pre-requisites to the examples on the repo page
- Cleanups, edits, and clarifications on the repo page

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [x] 🌻 Feature
- [x] 🐛 Bugfix
- [x] 🗺️ Documentation

## Issue(s)

<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->
* Closes #1262
2022-10-20 23:02:15 +00:00
Niraj Tolia
268e12d14f
Edit Quickstart backup and restore sections (#1263)
## Description

- Adds command tabs for back and restore
- Reorder Exchange CLI restore page
- Minor consistency tweaks
- Fix subsection headers
- Fix restore command
- Address TODO in repos page

## Type of change

- [x] 🗺️ Documentation
2022-10-20 22:59:01 +00:00
Niraj Tolia
8906fbea17
Clean up the quickstart page (#1254)
- Consistency across commands
- Consistency across subsection titles
- Reduce number of tabs
- Clarifications in the text
- Add tabs to creating your first backup

Co-authored-by: Georgi Matev <gmatev@alcion.ai>
2022-10-20 13:50:44 -07:00
Abin Simon
7221d616ac
Add CORSO_VERSION to docs env when building (#1215)
## Description

Adds the new CORSO_VERSION env needed to build docs in CI.

![2022-10-19-16-02-13](https://user-images.githubusercontent.com/14259816/196668301-cb5ad90c-4735-4132-b3ea-764d30948a62.png)

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [x] 🗺️ 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/29
* https://github.com/alcionai/corso/pull/1205

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E
2022-10-20 20:48:30 +00:00
Niraj Tolia
0214db9b13
Remove MPU S3 perms from docs (#1221)
## Description

Remove MPU S3 perms from docs as Kopia should not need S3
multi-part-upload permissions

## Type of change

- [x] 🐛 Bugfix
- [x] 🗺️ Documentation

## Test Plan

- [x] 💪 Manual
2022-10-20 17:27:18 +00:00
Niraj Tolia
f78e3ff5bd
Start filling out the quick start section (#1248)
## Description

This commit also fixes a couple of other doc "bugs" and creates tab consistency.

## Type of change

- [x] 🌻 Feature
- [x] 🐛 Bugfix
- [x] 🗺️ Documentation
2022-10-20 16:59:49 +00:00
Abin Simon
e3c16e1793
Rename tutorial to quickstart (#1250)
## Description

There was a missed link to tutorial in main page in https://github.com/alcionai/corso/pull/1245. Fixes that. Also enabled docs build (not push) for docs in CI as that is pretty fast anyways. Fixes `Push-Docs` job failing in `main`.

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [x] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 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. -->
* #<issue>

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ]  Unit test
- [x] 💚 E2E
2022-10-20 16:03:07 +00:00
Niraj Tolia
d30f6963c0
Fix Docker build docs (#1249)
## Description

s/gcr/ghcr

## Type of change

- [x] 🐛 Bugfix
- [x] 🗺️ Documentation
2022-10-20 07:23:27 +00:00