diff --git a/docs/docs/intro.md b/docs/docs/intro.md index 293bb0b01..911c06cb9 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -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. diff --git a/docs/docs/setup/configuration.md b/docs/docs/setup/configuration.md index b79b3c2b5..62a012996 100644 --- a/docs/docs/setup/configuration.md +++ b/docs/docs/setup/configuration.md @@ -1,4 +1,4 @@ -# Configuring Corso +# Configuration import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/docs/docs/setup/repos.md b/docs/docs/setup/repos.md index a63e0ede7..ae24466fd 100644 --- a/docs/docs/setup/repos.md +++ b/docs/docs/setup/repos.md @@ -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: diff --git a/docs/sidebars.js b/docs/sidebars.js index 8da0837b1..383a6e89d 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -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'], }, {