From e6ab739dde133f2dd6f70a8a66be8c345e42425a Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Wed, 19 Oct 2022 22:15:48 -0700 Subject: [PATCH] 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] :world_map: Documentation --- docs/docs/intro.md | 2 +- docs/docs/setup/configuration.md | 2 +- docs/docs/setup/repos.md | 2 +- docs/sidebars.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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'], }, {