Fix up website linting CI job (#17)
* Fix up internal links * Don't show warnings or suggestions We never really looked at it, we only took the errors into account. It was just making finding the errors harder. --------- Co-authored-by: ashmrtn <3891298+ashmrtn@users.noreply.github.com>
This commit is contained in:
parent
ddf9285791
commit
d4881d1cf0
@ -1,6 +1,6 @@
|
|||||||
StylesPath = styles
|
StylesPath = styles
|
||||||
|
|
||||||
MinAlertLevel = suggestion
|
MinAlertLevel = error ; we were never looking into warning or suggestions
|
||||||
Vocab = Base
|
Vocab = Base
|
||||||
|
|
||||||
Packages = Microsoft, proselint, write-good, alex
|
Packages = Microsoft, proselint, write-good, alex
|
||||||
|
|||||||
@ -118,7 +118,7 @@ docker run --env-file $HOME/.corso/corso.env \\
|
|||||||
## Create your first backup
|
## Create your first backup
|
||||||
|
|
||||||
Corso can do much more, but you can start by creating a backup of your Exchange mailbox. If it has been a while since
|
Corso can do much more, but you can start by creating a backup of your Exchange mailbox. If it has been a while since
|
||||||
you initialized the Corso repository, you might need to [connect to it again](../setup/repos#connect-to-a-repository).
|
you initialized the Corso repository, you might need to [connect to it again](../setup/repos#connect-to-a-s3-repository).
|
||||||
|
|
||||||
<Tabs groupId="os">
|
<Tabs groupId="os">
|
||||||
<TabItem value="win" label="Powershell">
|
<TabItem value="win" label="Powershell">
|
||||||
@ -202,7 +202,7 @@ docker run --env-file $HOME/.corso/corso.env \\
|
|||||||
```
|
```
|
||||||
|
|
||||||
Next, select one of the available backups and list all backed up emails. See
|
Next, select one of the available backups and list all backed up emails. See
|
||||||
[here](../cli/corso-backup-details-exchange) for more advanced filtering options.
|
[here](../cli/canario-backup-details-exchange) for more advanced filtering options.
|
||||||
|
|
||||||
<Tabs groupId="os">
|
<Tabs groupId="os">
|
||||||
<TabItem value="win" label="Powershell">
|
<TabItem value="win" label="Powershell">
|
||||||
@ -339,5 +339,5 @@ See [here](../setup/restore-options) for more restoration options.
|
|||||||
The above tutorial only scratches the surface for Corso's capabilities. We encourage you to dig deeper by:
|
The above tutorial only scratches the surface for Corso's capabilities. We encourage you to dig deeper by:
|
||||||
|
|
||||||
* Learning about [Corso concepts and setup](../setup/concepts)
|
* Learning about [Corso concepts and setup](../setup/concepts)
|
||||||
* Explore Corso backup and restore options for M365 Applications in the [Command Line Reference](../cli/corso)
|
* Explore Corso backup and restore options for M365 Applications in the [Command Line Reference](../cli/canario)
|
||||||
* Leverage Corso's [Advanced Restoration Options](../setup/restore-options)
|
* Leverage Corso's [Advanced Restoration Options](../setup/restore-options)
|
||||||
|
|||||||
@ -76,7 +76,7 @@ The two most commonly-used options are:
|
|||||||
### Initialize a S3 repository
|
### Initialize a S3 repository
|
||||||
|
|
||||||
Before first use, you need to initialize a Corso repository with `corso repo init s3`. See the command details
|
Before first use, you need to initialize a Corso repository with `corso repo init s3`. See the command details
|
||||||
[here](../../cli/corso-repo-init-s3).
|
[here](../../cli/canario-repo-init-s3).
|
||||||
|
|
||||||
<Tabs groupId="os">
|
<Tabs groupId="os">
|
||||||
<TabItem value="win" label="Powershell">
|
<TabItem value="win" label="Powershell">
|
||||||
@ -113,7 +113,7 @@ docker run --env-file $HOME/.corso/corso.env \\
|
|||||||
### Connect to a S3 repository
|
### Connect to a S3 repository
|
||||||
|
|
||||||
If a repository already exists, you can connect to it with `corso repo connect s3`. See the command details
|
If a repository already exists, you can connect to it with `corso repo connect s3`. See the command details
|
||||||
[here](../../cli/corso-repo-connect-s3).
|
[here](../../cli/canario-repo-connect-s3).
|
||||||
|
|
||||||
<Tabs groupId="os">
|
<Tabs groupId="os">
|
||||||
<TabItem value="win" label="Powershell">
|
<TabItem value="win" label="Powershell">
|
||||||
@ -158,7 +158,7 @@ need to use the following flag with the initial Corso `repo init` command:
|
|||||||
|
|
||||||
Corso also supports the use of object storage systems with no TLS certificate or with self-signed
|
Corso also supports the use of object storage systems with no TLS certificate or with self-signed
|
||||||
TLS certificates with the `--disable-tls` or `--disable-tls-verification` flags.
|
TLS certificates with the `--disable-tls` or `--disable-tls-verification` flags.
|
||||||
[These flags](../../cli/corso-repo-init-s3) should only be used for testing.
|
[These flags](../../cli/canario-repo-init-s3) should only be used for testing.
|
||||||
|
|
||||||
## Filesystem Storage
|
## Filesystem Storage
|
||||||
|
|
||||||
@ -170,7 +170,7 @@ production.
|
|||||||
### Initialize a filesystem repository
|
### Initialize a filesystem repository
|
||||||
|
|
||||||
Before first use, you need to initialize a Corso repository with `corso repo init filesystem`. See the command details
|
Before first use, you need to initialize a Corso repository with `corso repo init filesystem`. See the command details
|
||||||
[here](../../cli/corso-repo-init-filesystem). Corso will create the directory structure if necessary, including any
|
[here](../../cli/canario-repo-init-filesystem). Corso will create the directory structure if necessary, including any
|
||||||
missing parent directories.
|
missing parent directories.
|
||||||
|
|
||||||
Filesystem repositories don't support the `--prefix` option but instead use the `--path` option. Repository directories
|
Filesystem repositories don't support the `--prefix` option but instead use the `--path` option. Repository directories
|
||||||
@ -213,7 +213,7 @@ docker run --env-file $HOME/.corso/corso.env \\
|
|||||||
### Connect to a filesystem repository
|
### Connect to a filesystem repository
|
||||||
|
|
||||||
If a repository already exists, you can connect to it with `corso repo connect filesystem`. See the command details
|
If a repository already exists, you can connect to it with `corso repo connect filesystem`. See the command details
|
||||||
[here](../../cli/corso-repo-connect-filesystem).
|
[here](../../cli/canario-repo-connect-filesystem).
|
||||||
|
|
||||||
<Tabs groupId="os">
|
<Tabs groupId="os">
|
||||||
<TabItem value="win" label="Powershell">
|
<TabItem value="win" label="Powershell">
|
||||||
|
|||||||
@ -16,7 +16,7 @@ metadata for basic information about installed versions and usage in a privacy-p
|
|||||||
generic description of most-commonly used backup operations and statistics on the duration and size of backups. No user
|
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.
|
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](../../cli/corso)
|
Telemetry reporting can be turned off by using the `--no-stats` flag. See the [Command Line Reference](../../cli/canario)
|
||||||
section for more information.
|
section for more information.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|||||||
@ -35,8 +35,8 @@ const sidebars = {
|
|||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Command line reference',
|
label: 'Command line reference',
|
||||||
link: {
|
link: {
|
||||||
slug: 'cli/corso',
|
slug: 'cli/canario',
|
||||||
description: 'Explore the commonly-used Corso CLI commands',
|
description: 'Explore the commonly-used Canario CLI commands',
|
||||||
type: 'generated-index',
|
type: 'generated-index',
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
@ -45,76 +45,76 @@ const sidebars = {
|
|||||||
label: 'Setup and maintenance',
|
label: 'Setup and maintenance',
|
||||||
link: {
|
link: {
|
||||||
slug: 'cli/setup',
|
slug: 'cli/setup',
|
||||||
description: 'Documentation for Corso setup and maintenance commands',
|
description: 'Documentation for Canario setup and maintenance commands',
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
'cli/corso-repo-init-s3',
|
'cli/canario-repo-init-s3',
|
||||||
'cli/corso-repo-connect-s3',
|
'cli/canario-repo-connect-s3',
|
||||||
'cli/corso-repo-init-filesystem',
|
'cli/canario-repo-init-filesystem',
|
||||||
'cli/corso-repo-connect-filesystem',
|
'cli/canario-repo-connect-filesystem',
|
||||||
'cli/corso-repo-maintenance',
|
'cli/canario-repo-maintenance',
|
||||||
'cli/corso-repo-update-passphrase',
|
'cli/canario-repo-update-passphrase',
|
||||||
'cli/corso-env']
|
'cli/canario-env']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Exchange',
|
label: 'Exchange',
|
||||||
link: {
|
link: {
|
||||||
slug: 'cli/exchange',
|
slug: 'cli/exchange',
|
||||||
description: 'Documentation for commonly-used Corso Exchange CLI commands',
|
description: 'Documentation for commonly-used Canario Exchange CLI commands',
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
'cli/corso-backup-create-exchange',
|
'cli/canario-backup-create-exchange',
|
||||||
'cli/corso-backup-list-exchange',
|
'cli/canario-backup-list-exchange',
|
||||||
'cli/corso-backup-details-exchange',
|
'cli/canario-backup-details-exchange',
|
||||||
'cli/corso-backup-delete-exchange',
|
'cli/canario-backup-delete-exchange',
|
||||||
'cli/corso-restore-exchange',
|
'cli/canario-restore-exchange',
|
||||||
'cli/corso-export-exchange']
|
'cli/canario-export-exchange']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Groups & Teams',
|
label: 'Groups & Teams',
|
||||||
link: {
|
link: {
|
||||||
slug: 'cli/groups',
|
slug: 'cli/groups',
|
||||||
description: 'Documentation for commonly-used Corso Groups & Teams CLI commands',
|
description: 'Documentation for commonly-used Canario Groups & Teams CLI commands',
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
'cli/corso-backup-create-groups',
|
'cli/canario-backup-create-groups',
|
||||||
'cli/corso-backup-list-groups',
|
'cli/canario-backup-list-groups',
|
||||||
'cli/corso-backup-details-groups',
|
'cli/canario-backup-details-groups',
|
||||||
'cli/corso-backup-delete-groups',
|
'cli/canario-backup-delete-groups',
|
||||||
'cli/corso-restore-groups',
|
'cli/canario-restore-groups',
|
||||||
'cli/corso-export-groups']
|
'cli/canario-export-groups']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'OneDrive',
|
label: 'OneDrive',
|
||||||
link: {
|
link: {
|
||||||
slug: 'cli/onedrive',
|
slug: 'cli/onedrive',
|
||||||
description: 'Documentation for commonly-used Corso OneDrive CLI commands',
|
description: 'Documentation for commonly-used Canario OneDrive CLI commands',
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
'cli/corso-backup-create-onedrive',
|
'cli/canario-backup-create-onedrive',
|
||||||
'cli/corso-backup-list-onedrive',
|
'cli/canario-backup-list-onedrive',
|
||||||
'cli/corso-backup-details-onedrive',
|
'cli/canario-backup-details-onedrive',
|
||||||
'cli/corso-backup-delete-onedrive',
|
'cli/canario-backup-delete-onedrive',
|
||||||
'cli/corso-restore-onedrive',
|
'cli/canario-restore-onedrive',
|
||||||
'cli/corso-export-onedrive']
|
'cli/canario-export-onedrive']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'SharePoint',
|
label: 'SharePoint',
|
||||||
link: {
|
link: {
|
||||||
slug: 'cli/sharepoint',
|
slug: 'cli/sharepoint',
|
||||||
description: 'Documentation for commonly-used Corso SharePoint CLI commands',
|
description: 'Documentation for commonly-used Canario SharePoint CLI commands',
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
'cli/corso-backup-create-sharepoint',
|
'cli/canario-backup-create-sharepoint',
|
||||||
'cli/corso-backup-list-sharepoint',
|
'cli/canario-backup-list-sharepoint',
|
||||||
'cli/corso-backup-details-sharepoint',
|
'cli/canario-backup-details-sharepoint',
|
||||||
'cli/corso-backup-delete-sharepoint',
|
'cli/canario-backup-delete-sharepoint',
|
||||||
'cli/corso-restore-sharepoint',
|
'cli/canario-restore-sharepoint',
|
||||||
'cli/corso-export-sharepoint']
|
'cli/canario-export-sharepoint']
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user