Skip to content

Commit 3499cda

Browse files
authored
feat(docs): guideflow hub (#5040)
* feat(docs): guideflow hub * fix meta error * fix frontmatter * wording * wording
1 parent 5aa81fd commit 3499cda

File tree

3 files changed

+74
-5
lines changed

3 files changed

+74
-5
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": "billing",
23+
"label": "Interactive Demos",
24+
"package": "docs",
25+
"to": "/demos/"
26+
},
2127
{
2228
"icon": "documentation",
2329
"label": "FAQs",

pages/demos/index.mdx

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

pages/index.mdx

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ meta:
4646
<br />
4747

4848
<ClickableBanner
49-
productLogo="cli"
50-
title="API Documentation"
51-
description="Discover our API and DevTools and check out integration tools for Scaleway products."
52-
url="https://www.scaleway.com/en/developers/"
53-
label="Go to API Documentation"
49+
50+
title="Discover the Scaleway console"
51+
description="Get an overview of the Scaleway console with our step-by-step interactive demos."
52+
url="/demos/"
53+
label="See all demos"
5454
/>
5555

5656
## Tutorials
@@ -78,6 +78,16 @@ meta:
7878
/>
7979
</Grid>
8080

81+
##
82+
83+
<ClickableBanner
84+
productLogo="cli"
85+
title="API Documentation"
86+
description="Discover our API and DevTools and check out integration tools for Scaleway products."
87+
url="https://www.scaleway.com/en/developers/"
88+
label="Go to API Documentation"
89+
/>
90+
8191
## Changelog
8292

8393
<ChangelogList

0 commit comments

Comments
 (0)