Rename Tutorial to Quickstart (#1245)
## Description
Rename Tutorial to Quickstart
Content rework to follow later
## Type of change
<!--- Please check the type of change your PR introduces: --->
- [x] 🗺️ Documentation
This commit is contained in:
parent
0ee64f7e79
commit
edb152d9c1
@ -12,5 +12,6 @@ beyond M365, will expand based on the interest and needs of the community.
|
|||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
Follow the instructions in the [Initial Setup](/setup/concepts) section to setup Corso and get it ready for first use.
|
You can follow the [Quick Start](/quickstart) guide for an end-to-end Corso walk through. Alternatively, follow
|
||||||
You can then go through the [Tutorial](/tutorial) section to see it in action.
|
the instructions in the [Initial Setup](/setup/concepts) section to dive into the details on how to configure and
|
||||||
|
run Corso.
|
||||||
|
|||||||
@ -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
|
## Prerequisites
|
||||||
|
|
||||||
* Install Docker
|
|
||||||
* Configure connection to your M365 Tenant (see [M365 Access](/setup/m365_access))
|
* Configure connection to your M365 Tenant (see [M365 Access](/setup/m365_access))
|
||||||
* Initialize a Corso backup repository (see [Repositories](/setup/repos))
|
* Initialize a Corso backup repository (see [Repositories](/setup/repos))
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ const sidebars = {
|
|||||||
// By default, Docusaurus generates a sidebar from the docs folder structure
|
// By default, Docusaurus generates a sidebar from the docs folder structure
|
||||||
docsSidebar: [
|
docsSidebar: [
|
||||||
'intro',
|
'intro',
|
||||||
'tutorial',
|
'quickstart',
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Initial setup',
|
label: 'Initial setup',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user