From edb152d9c1499b52e36843c380943b9dcb728f96 Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Wed, 19 Oct 2022 21:17:34 -0700 Subject: [PATCH] Rename Tutorial to Quickstart (#1245) ## Description Rename Tutorial to Quickstart Content rework to follow later ## Type of change - [x] :world_map: Documentation --- docs/docs/intro.md | 5 +++-- docs/docs/{tutorial.md => quickstart.md} | 5 ++--- docs/sidebars.js | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) rename docs/docs/{tutorial.md => quickstart.md} (96%) diff --git a/docs/docs/intro.md b/docs/docs/intro.md index ed9e27a20..293bb0b01 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -12,5 +12,6 @@ beyond M365, will expand based on the interest and needs of the community. ## Getting started -Follow the instructions in the [Initial Setup](/setup/concepts) section to setup Corso and get it ready for first use. -You can then go through the [Tutorial](/tutorial) section to see it in action. +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 +run Corso. diff --git a/docs/docs/tutorial.md b/docs/docs/quickstart.md similarity index 96% rename from docs/docs/tutorial.md rename to docs/docs/quickstart.md index 9f655a056..8a57777d8 100644 --- a/docs/docs/tutorial.md +++ b/docs/docs/quickstart.md @@ -1,10 +1,9 @@ -# Tutorial +# Quick start -In this tutorial you will perform your first backup followed by a restore. +In this quick start guide, you will perform your first backup followed by a restore. ## Prerequisites -* Install Docker * Configure connection to your M365 Tenant (see [M365 Access](/setup/m365_access)) * Initialize a Corso backup repository (see [Repositories](/setup/repos)) diff --git a/docs/sidebars.js b/docs/sidebars.js index de4a6fbe2..8da0837b1 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -16,7 +16,7 @@ const sidebars = { // By default, Docusaurus generates a sidebar from the docs folder structure docsSidebar: [ 'intro', - 'tutorial', + 'quickstart', { type: 'category', label: 'Initial setup',