Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
53 changes: 53 additions & 0 deletions pages/guided-tours/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
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"
url="/account/quickstart/#console-overview"
label="Follow tour"
/>
<DefaultCard
title="Adding a credit card"
url="/billing/how-to/add-payment-method/#how-to-add-a-credit-card"
label="Follow tour"
/>
<DefaultCard
title="Log in as an IAM Member"
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>
20 changes: 15 additions & 5 deletions pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ meta:
<br />

<ClickableBanner
productLogo="cli"
title="API Documentation"
description="Discover our API and DevTools and check out integration tools for Scaleway products."
url="https://www.scaleway.com/en/developers/"
label="Go to API Documentation"

title="Take a tour of the Scaleway console"
description="Follow interactive tours to get started with Scaleway’s ecosystem."
url="/guided-tours/"
label="See all guided tours"
/>

## Tutorials
Expand Down Expand Up @@ -78,6 +78,16 @@ meta:
/>
</Grid>

##

<ClickableBanner
productLogo="cli"
title="API Documentation"
description="Discover our API and DevTools and check out integration tools for Scaleway products."
url="https://www.scaleway.com/en/developers/"
label="Go to API Documentation"
/>

## Changelog

<ChangelogList
Expand Down
Loading