Skip to content

feat(docs): guideflow hub #5040

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 9, 2025
Merged
Show file tree
Hide file tree
Changes from all 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": "billing",
"label": "Interactive Demos",
"package": "docs",
"to": "/demos/"
},
{
"icon": "documentation",
"label": "FAQs",
Expand Down
53 changes: 53 additions & 0 deletions pages/demos/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
meta:
title: Interactive demos
description: Explore our interactive step-by-step demos to learn how to use the Scaleway console and products.
content:
paragraph: Explore our interactive step-by-step demos to learn how to use the Scaleway console and products.
---

<ProductHeader
productName="Interactive demos"
productLogo="generic"
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."
/>

## Getting started

<Grid>
<DefaultCard
title="Scaleway console tour"
url="/account/quickstart/#console-overview"
label="See demo"
/>
<DefaultCard
title="Adding a credit card"
url="/billing/how-to/add-payment-method/#how-to-add-a-credit-card"
label="See demo"
/>
<DefaultCard
title="Log in as an IAM Member"
url="/iam/how-to/log-in-as-a-member/"
label="See demo"
/>
</Grid>


## Browse all demos

<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="Discover the Scaleway console"
description="Get an overview of the Scaleway console with our step-by-step interactive demos."
url="/demos/"
label="See all demos"
/>

## 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