Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions blocks/mainLinks.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"package": "docs",
"to": "/troubleshooting/"
},
{
"icon": "documentation",
"label": "Guided Tours",
"package": "docs",
"to": "/guided-tours/"
},
{
"icon": "documentation",
"label": "FAQs",
Expand Down
56 changes: 56 additions & 0 deletions pages/guided-tours/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
meta:
title: Guided Tours
description: Learn how to navigate the console and create your first resources.
content:
paragraph: Learn how to navigate the console and create your first resources.

<ProductHeader
productName="Guided Tours"
productLogo="generic"
description="Learn how to navigate the console and create your first resources with our guided tours."
/>
---

## Getting started

<Grid>
<DefaultCard
title="Scaleway console tour"
description="Have an overview of our console."
url="/account/quickstart/#console-overview"
label="Follow tour"
/>
<DefaultCard
title="Adding a credit card"
description="Learn how add a credit card to your account"
url="/billing/how-to/add-payment-method/#how-to-add-a-credit-card"
label="Follow tour"
/>
<DefaultCard
title="Log in as an IAM Member"
description="Learn how to use our dedicated login process for Members"
url="/iam/how-to/log-in-as-a-member/"
label="Follow tour"
/>
</Grid>


## Browse all guided tours

<table>
<tr>
<td>
- [Partner Space: console overview](/partner-space/quickstart/#console-overview)
- [Billing Space: console overview](/billing/quickstart/)
- [Container Registry: console overview](/container-registry/quickstart/#console-overview)
- [PostgreSQL and MySQL: console overview](/managed-databases-for-postgresql-and-mysql/quickstart/#console-overview)
</td>
<td>
- [How to purchase a savings plan](/billing/how-to/purchase-savings-plan/#purchasing-a-savings-plan)
- [How to add a credit card](/billing/how-to/add-payment-method/#how-to-add-a-credit-card)
- [How to log in as an IAM Member](/iam/how-to/log-in-as-a-member/)
- [How to grant access to the Partner Space](/partner-space/how-to/grant-access-to-partner-space/)
</td>
</tr>
</table>
8 changes: 8 additions & 0 deletions pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@ meta:
/>
</Grid>

<ClickableBanner

title="Discover the Scaleway console"
description="Get an overview of the Scaleway console with our guided tours."
url="/guided-tours/"
label="See all guided tours"
/>

## Changelog

<ChangelogList
Expand Down
Loading