Skip to content

Commit 448e723

Browse files
committed
feat(docs): guideflow hub
1 parent 87507ab commit 448e723

File tree

3 files changed

+69
-0
lines changed

3 files changed

+69
-0
lines changed

blocks/mainLinks.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
"package": "docs",
1919
"to": "/troubleshooting/"
2020
},
21+
{
22+
"icon": "documentation",
23+
"label": "Guided Tours",
24+
"package": "docs",
25+
"to": "/guided-tours/"
26+
},
2127
{
2228
"icon": "documentation",
2329
"label": "FAQs",

pages/guided-tours/index.mdx

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
meta:
3+
title: Guided Tours
4+
description: Learn how to navigate the console and create your first resources.
5+
content:
6+
paragraph: Learn how to navigate the console and create your first resources.
7+
8+
<ProductHeader
9+
productName="Guided Tours"
10+
productLogo="generic"
11+
description="Learn how to navigate the console and create your first resources with our guided tours."
12+
/>
13+
14+
## Getting started
15+
16+
<Grid>
17+
<DefaultCard
18+
title="Scaleway console tour"
19+
description="Have an overview of our console."
20+
url="/account/quickstart/#console-overview"
21+
label="Follow tour"
22+
/>
23+
<DefaultCard
24+
title="Adding a credit card"
25+
description="Learn how add a credit card to your account"
26+
url="/billing/how-to/add-payment-method/#how-to-add-a-credit-card"
27+
label="Follow tour"
28+
/>
29+
<DefaultCard
30+
title="Log in as an IAM Member"
31+
description="Learn how to use our dedicated login process for Members"
32+
url="/iam/how-to/log-in-as-a-member/"
33+
label="Follow tour"
34+
/>
35+
</Grid>
36+
37+
38+
## Browse all guided tours
39+
40+
<table>
41+
<tr>
42+
<td>
43+
- [Partner Space: console overview](/partner-space/quickstart/#console-overview)
44+
- [Billing Space: console overview](/billing/quickstart/)
45+
- [Container Registry: console overview](/container-registry/quickstart/#console-overview)
46+
- [PostgreSQL and MySQL: console overview](/managed-databases-for-postgresql-and-mysql/quickstart/#console-overview)
47+
</td>
48+
<td>
49+
- [How to purchase a savings plan](/billing/how-to/purchase-savings-plan/#purchasing-a-savings-plan)
50+
- [How to add a credit card](/billing/how-to/add-payment-method/#how-to-add-a-credit-card)
51+
- [How to log in as an IAM Member](/iam/how-to/log-in-as-a-member/)
52+
- [How to grant access to the Partner Space](/partner-space/how-to/grant-access-to-partner-space/)
53+
</td>
54+
</tr>
55+
</table>

pages/index.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@ meta:
7878
/>
7979
</Grid>
8080

81+
<ClickableBanner
82+
83+
title="Discover the Scaleway console"
84+
description="Get an overview of the Scaleway console with our guided tours."
85+
url="/guided-tours/"
86+
label="See all guided tours"
87+
/>
88+
8189
## Changelog
8290

8391
<ChangelogList

0 commit comments

Comments
 (0)