Skip to content

Commit 34741c5

Browse files
feat(gen): use cases visual
1 parent 4e89ef9 commit 34741c5

File tree

15 files changed

+448
-0
lines changed

15 files changed

+448
-0
lines changed

menu/mainLinks.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"label": "Tutorials",
1111
"slug": "tutorials"
1212
},
13+
{
14+
"icon": "UseCaseCategoryIcon",
15+
"label": "Use cases",
16+
"slug": "use-cases"
17+
},
1318
{
1419
"icon": "BillingCategoryIcon",
1520
"label": "Troubleshooting Hub",
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Host an application
3+
description: Seamlessly deploy and host your applications on Scaleway's scalable cloud infrastructure.
4+
---
5+
6+
## Host an application at Scaleway
7+
Seamlessly deploy and host your applications on Scaleway's scalable cloud infrastructure.
8+
9+
<Grid>
10+
<SummaryCard
11+
title="Placeholder"
12+
icon="rocket"
13+
description="Placeholder"
14+
label="Read more"
15+
url="/use-cases/"
16+
/>
17+
<SummaryCard
18+
title="Placeholder"
19+
icon="rocket"
20+
description="Placeholder"
21+
label="Read more"
22+
url="/use-cases/"
23+
/>
24+
</Grid>
25+
26+
## Related tutorials
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Backup and archive data
3+
description: Discover how to safeguard your data with different backup and archival solutions.
4+
---
5+
6+
## Backup and archive your data
7+
Safeguard your data with different backup and archival solutions.
8+
9+
<Grid>
10+
<SummaryCard
11+
title="Placeholder"
12+
icon="rocket"
13+
description="Placeholder"
14+
label="Read more"
15+
url="/use-cases/"
16+
/>
17+
<SummaryCard
18+
title="Placeholder"
19+
icon="rocket"
20+
description="Placeholder"
21+
label="Read more"
22+
url="/use-cases/"
23+
/>
24+
</Grid>
25+
26+
## Related tutorials
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Best practices
3+
description: Learn from Scaleway's expert guides and best practices to optimize your cloud strategy.
4+
---
5+
6+
## Discover best practices
7+
Learn from Scaleway's expert guides and best practices to optimize your cloud usage.
8+
9+
<Grid>
10+
<SummaryCard
11+
title="Placeholder"
12+
icon="rocket"
13+
description="Placeholder"
14+
label="Read more"
15+
url="/use-cases/"
16+
/>
17+
<SummaryCard
18+
title="Placeholder"
19+
icon="rocket"
20+
description="Placeholder"
21+
label="Read more"
22+
url="/use-cases/"
23+
/>
24+
</Grid>
25+
26+
## Related tutorials
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Build and run AI
3+
description: Discover how to leverage Scaleway's AI & Data services to develop, train, and deploy powerful AI models.
4+
---
5+
6+
## Build and run AI at Scaleway
7+
Leverage Scaleway's AI & Data services to develop, train, and deploy powerful AI models.
8+
9+
<Grid>
10+
<SummaryCard
11+
title="Placeholder"
12+
icon="rocket"
13+
description="Placeholder"
14+
label="Read more"
15+
url="/use-cases/"
16+
/>
17+
<SummaryCard
18+
title="Placeholder"
19+
icon="rocket"
20+
description="Placeholder"
21+
label="Read more"
22+
url="/use-cases/"
23+
/>
24+
</Grid>
25+
26+
## Related tutorials
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Deploy and manage external software
3+
description: Discover how to deploy and manage external software with Scaleway's flexible and customizable cloud environment.
4+
---
5+
6+
## Deploy and manage external software
7+
Easily deploy and manage external software with Scaleway's flexible and customizable cloud environment.
8+
9+
<Grid>
10+
<SummaryCard
11+
title="Placeholder"
12+
icon="rocket"
13+
description="Placeholder"
14+
label="Read more"
15+
url="/use-cases/"
16+
/>
17+
<SummaryCard
18+
title="Placeholder"
19+
icon="rocket"
20+
description="Placeholder"
21+
label="Read more"
22+
url="/use-cases/"
23+
/>
24+
</Grid>
25+
26+
## Related tutorials

pages/use-cases/index.mdx

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
---
2+
title: Use Cases
3+
description: Discover the different ways you can use the Scaleway products to develop your projects.
4+
---
5+
6+
## Use cases
7+
Get started with our most popular use cases.
8+
9+
10+
## What do you want to do?
11+
12+
<ClickableBanner
13+
productLogo="cli"
14+
title="Migrate to Scaleway"
15+
url="/use-cases/migration"
16+
label="Browse"
17+
/>
18+
19+
<Grid>
20+
<Card
21+
title="Host a website"
22+
label="Browse"
23+
url="/use-cases/website-hosting/"
24+
/>
25+
<Card
26+
title="Host a web app"
27+
label="Browse"
28+
url="/use-cases/application-hosting/"
29+
/>
30+
<Card
31+
title="Set up and test"
32+
label="Browse"
33+
url="/use-cases/set-up-and-test"
34+
/>
35+
</Grid>
36+
37+
<Grid>
38+
<Card
39+
title="Build and run AI"
40+
label="Browse"
41+
url="/use-cases/build-and-run-ai/"
42+
/>
43+
<Card
44+
title="Back up and archive data"
45+
label="Browse"
46+
url="/use-cases/backup-data/"
47+
/>
48+
<Card
49+
title="Discover best practices"
50+
label="Browse"
51+
url="/use-cases/best-practices/"
52+
/>
53+
</Grid>
54+
55+
<Grid>
56+
<Card
57+
title="Secure my resources"
58+
label="Browse"
59+
url="/use-cases/security/"
60+
/>
61+
<Card
62+
title="Deploy and manage external software"
63+
label="Browse"
64+
url="/use-cases/deploy-and-manage-external-software/"
65+
/>
66+
<Card
67+
title="Connect IoT Devices"
68+
label="Browse"
69+
url="/use-cases/iot"
70+
/>
71+
</Grid>
72+
73+
<Grid>
74+
<Card
75+
title="Manage, share and store data"
76+
label="Browse"
77+
url="/use-cases/manage-share-and-store-data/"
78+
/>
79+
<Card
80+
title="Monitor resources"
81+
label="Browse"
82+
url="/use-cases/monitoring/"
83+
/>
84+
<Card
85+
title="Manage resources"
86+
label="Browse"
87+
url="/use-cases/resource-management/"
88+
/>
89+
</Grid>

pages/use-cases/iot/index.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Connect IoT devices
3+
description: Discover how to integrate and manage your IoT ecosystem using Scaleway's IoT Hub.
4+
---
5+
6+
## Connect IoT devices with Scaleway
7+
Integrate and manage your IoT ecosystem using Scaleway's IoT Hub.
8+
9+
<Grid>
10+
<SummaryCard
11+
title="Placeholder"
12+
icon="rocket"
13+
description="Placeholder"
14+
label="Read more"
15+
url="/use-cases/"
16+
/>
17+
<SummaryCard
18+
title="Placeholder"
19+
icon="rocket"
20+
description="Placeholder"
21+
label="Read more"
22+
url="/use-cases/"
23+
/>
24+
</Grid>
25+
26+
## Related tutorials
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Manage, share, store data
3+
description: Discover the different ways you can use the Scaleway products to develop your projects.
4+
---
5+
6+
## Manage, share, store data
7+
Manage, share, and store your data with secure and scalable storage options.
8+
9+
<Grid>
10+
<SummaryCard
11+
title="Placeholder"
12+
icon="rocket"
13+
description="Placeholder"
14+
label="Read more"
15+
url="/use-cases/"
16+
/>
17+
<SummaryCard
18+
title="Placeholder"
19+
icon="rocket"
20+
description="Placeholder"
21+
label="Read more"
22+
url="/use-cases/"
23+
/>
24+
</Grid>
25+
26+
## Related tutorials
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: Migrate to Scaleway
3+
description: Discover the different ways you can use the Scaleway products to develop your projects.
4+
---
5+
6+
## Migrate to Scaleway
7+
Discover how to seamlessly move your infrastructure to Scaleway.
8+
9+
10+
<Grid>
11+
<SummaryCard
12+
title="Benefits to migrating to Scaleway"
13+
icon="rocket"
14+
description="Discover the key advantages of choosing Scaleway as your new cloud provider."
15+
label="Read more"
16+
url="/use-cases/migration/"
17+
/>
18+
<SummaryCard
19+
title="Migration methods and tools"
20+
icon="info"
21+
description="Understand migration strategies and find what best fits your needs."
22+
label="Read more"
23+
url="/use-cases/migration/"
24+
/>
25+
</Grid>
26+
27+
<Grid>
28+
<SummaryCard
29+
title="Product equivalents"
30+
icon="help-circle-outline"
31+
description="Compare and map Scaleway services to similar offers in other cloud providers."
32+
label="Read more"
33+
url="/use-cases/migration/"
34+
/>
35+
<SummaryCard
36+
title="Plan your migration"
37+
icon="book-open-outline"
38+
description="Assess your existing setup, define goals, choose a strategy, and migrate your infrastructure."
39+
label="Read more"
40+
url="/use-cases/migration/"
41+
/>
42+
</Grid>
43+
44+
## Related tutorials

0 commit comments

Comments
 (0)