Rename Setup sidebar and page titles (#1246)

## Description

This saves us from having to add Corso everywhere and also addresses comments in a previous PR.

## Type of change

- [x] 🗺️ Documentation
This commit is contained in:
Niraj Tolia 2022-10-19 22:15:48 -07:00 committed by GitHub
parent 97791a6787
commit e6ab739dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -13,5 +13,5 @@ beyond M365, will expand based on the interest and needs of the community.
## Getting started
You can follow the [Quick Start](/quickstart) guide for an end-to-end Corso walk through. Alternatively, follow
the instructions in the [Initial Setup](/setup/concepts) section to dive into the details on how to configure and
the instructions in the [Corso Setup](/setup/concepts) section to dive into the details on how to configure and
run Corso.

View File

@ -1,4 +1,4 @@
# Configuring Corso
# Configuration
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

View File

@ -2,7 +2,7 @@
description: "Configure backup repository"
---
# Corso repositories
# Repositories
A Corso [repository](concepts#corso-concepts) stores encrypted copies of your backup data. Repositories are
supported on the following object storage systems:

View File

@ -19,7 +19,7 @@ const sidebars = {
'quickstart',
{
type: 'category',
label: 'Initial setup',
label: 'Corso setup',
items: ['setup/concepts', 'setup/m365_access', 'setup/repos', 'setup/configuration'],
},
{