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:
parent
97791a6787
commit
e6ab739dde
@ -13,5 +13,5 @@ beyond M365, will expand based on the interest and needs of the community.
|
|||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
You can follow the [Quick Start](/quickstart) guide for an end-to-end Corso walk through. Alternatively, follow
|
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.
|
run Corso.
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# Configuring Corso
|
# Configuration
|
||||||
|
|
||||||
import Tabs from '@theme/Tabs';
|
import Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
description: "Configure backup repository"
|
description: "Configure backup repository"
|
||||||
---
|
---
|
||||||
|
|
||||||
# Corso repositories
|
# Repositories
|
||||||
|
|
||||||
A Corso [repository](concepts#corso-concepts) stores encrypted copies of your backup data. Repositories are
|
A Corso [repository](concepts#corso-concepts) stores encrypted copies of your backup data. Repositories are
|
||||||
supported on the following object storage systems:
|
supported on the following object storage systems:
|
||||||
|
|||||||
@ -19,7 +19,7 @@ const sidebars = {
|
|||||||
'quickstart',
|
'quickstart',
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Initial setup',
|
label: 'Corso setup',
|
||||||
items: ['setup/concepts', 'setup/m365_access', 'setup/repos', 'setup/configuration'],
|
items: ['setup/concepts', 'setup/m365_access', 'setup/repos', 'setup/configuration'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user