Skip to content

Commit d8829ed

Browse files
fix(gen): intros
1 parent 385d982 commit d8829ed

File tree

9 files changed

+62
-47
lines changed

9 files changed

+62
-47
lines changed

menu/mainLinks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"slug": "tutorials"
1212
},
1313
{
14-
"icon": "UseCaseCategoryIcon",
14+
"icon": "UseCasesCategoryIcon",
1515
"label": "Use cases",
1616
"slug": "use-cases"
1717
},

pages/use-cases/application-hosting/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ Seamlessly deploy and host your applications on Scaleway's scalable cloud infras
88

99
<Grid>
1010
<SummaryCard
11-
title="Placeholder"
11+
title="Choosing the best Instance for your workload"
1212
icon="rocket"
13-
description="Placeholder"
13+
description="Understand the different ranges of Instances available at Scaleway to choose the best on for your app hosting project."
1414
label="Read more"
15-
url="/use-cases/"
15+
url="/instances/reference-content/choosing-instance-type/"
1616
/>
1717
<SummaryCard
18-
title="Placeholder"
19-
icon="rocket"
18+
title="Setting up a LAMP stack on Ubuntu"
19+
icon="Create a basic application environment on your Ubuntu Instance with Linux, Apache, MySQL and PHP."
2020
description="Placeholder"
2121
label="Read more"
22-
url="/use-cases/"
22+
url="/tutorials/setup-lamp-stack-ubuntu2204"
2323
/>
2424
</Grid>
2525

pages/use-cases/back-up-data/index.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ Safeguard your data with different backup and archival solutions.
88

99
<Grid>
1010
<SummaryCard
11-
title="Placeholder"
11+
title="Create a snapshot of a Block Storage volume"
1212
icon="rocket"
13-
description="Placeholder"
13+
description="Take snapshots that you can use to recreate volumes."
1414
label="Read more"
15-
url="/use-cases/"
15+
url="/block-storage/how-to/create-a-snapshot/"
1616
/>
1717
<SummaryCard
18-
title="Placeholder"
19-
icon="rocket"
20-
description="Placeholder"
18+
title="How to manage backups for Database Instances"
19+
icon="info"
20+
description="The autobackup feature allows you to automate backups according to a schedule you define."
2121
label="Read more"
22-
url="/use-cases/"
22+
url="/managed-databases-for-postgresql-and-mysql/how-to/manage-backups/#how-to-set-up-autobackups"
2323
/>
2424
</Grid>
2525

pages/use-cases/best-practices/index.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ Learn from Scaleway's expert guides and best practices to optimize your cloud us
88

99
<Grid>
1010
<SummaryCard
11-
title="Placeholder"
12-
icon="rocket"
13-
description="Placeholder"
11+
title="Getting started with Python"
12+
icon="info"
13+
description="Python is a free programming language that reads like real English, and is fast and simple to learn the basics. "
1414
label="Read more"
15-
url="/use-cases/"
15+
url="/tutorials/get-started-python/"
1616
/>
1717
<SummaryCard
18-
title="Placeholder"
19-
icon="rocket"
20-
description="Placeholder"
18+
title="First steps with the Linux command line"
19+
icon="info"
20+
description="Learn how to use a terminal to easily manage use your Scaleway Instances"
2121
label="Read more"
22-
url="/use-cases/"
22+
url="/tutorials/first-steps-linux-command-line/"
2323
/>
2424
</Grid>
2525

pages/use-cases/build-and-run-ai/index.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ Leverage Scaleway's AI & Data services to develop, train, and deploy powerful AI
88

99
<Grid>
1010
<SummaryCard
11-
title="Placeholder"
11+
title="Integrate Generative APIs into n8n workflows"
1212
icon="rocket"
13-
description="Placeholder"
13+
description="Use n8n's visual interface to integrate Scaleway Generative APIs into your workflows."
1414
label="Read more"
15-
url="/use-cases/"
15+
url="/generative-apis/reference-content/integrate-with-n8n/"
1616
/>
1717
<SummaryCard
18-
title="Placeholder"
19-
icon="rocket"
20-
description="Placeholder"
18+
title="Managed Inference model catalog"
19+
icon="info"
20+
description="An overview of all inference models available at Scaleway."
2121
label="Read more"
22-
url="/use-cases/"
22+
url="/managed-inference/reference-content/model-catalog/"
2323
/>
2424
</Grid>
2525

pages/use-cases/deploy-external-software/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Easily deploy and manage external software with Scaleway's flexible and customiz
1616
/>
1717
<SummaryCard
1818
title="Placeholder"
19-
icon="rocket"
19+
icon="info"
2020
description="Placeholder"
2121
label="Read more"
2222
url="/use-cases/"

pages/use-cases/index.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@ title: Use Cases
33
description: Discover the different ways you can use the Scaleway products to develop your projects.
44
---
55

6-
## Use cases
7-
Get started with our most popular use cases.
8-
9-
106
## What do you want to do?
7+
Get started with our most popular use cases.
118

129
<ClickableBanner
1310
productLogo="cli"
@@ -61,7 +58,7 @@ Get started with our most popular use cases.
6158
<Card
6259
title="Deploy and manage external software"
6360
label="Browse"
64-
url="/use-cases/deploy-and-manage-external-software/"
61+
url="/use-cases/deploy-external-software/"
6562
/>
6663
<Card
6764
title="Connect IoT Devices"

pages/use-cases/security/index.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,21 @@ Protect your cloud infrastructure.
88

99
<Grid>
1010
<SummaryCard
11-
title="Placeholder"
12-
icon="rocket"
11+
title="Protecting yourself against phishing and fraud"
12+
icon="info"
1313
description="Placeholder"
1414
label="Read more"
15-
url="/use-cases/"
15+
url="/account/reference-content/protecting-yourself-fraud-phishing/"
1616
/>
1717
<SummaryCard
18-
title="Placeholder"
18+
title="Security and Reliability in Managed Databases"
1919
icon="rocket"
20-
description="Placeholder"
20+
description="Key principles and best practices to help you ensure your applications' security and reliability."
2121
label="Read more"
2222
url="/use-cases/"
2323
/>
2424
</Grid>
25+
2526
## Related tutorials
2627

2728
<UseCaseList category="security" />

pages/use-cases/website-hosting/index.mdx

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,35 @@ Host your website on Scaleway's scalable cloud platform.
88

99
<Grid>
1010
<SummaryCard
11-
title="Placeholder"
12-
icon="rocket"
13-
description="Placeholder"
11+
title="Choose a deployment method"
12+
icon="info"
13+
description="Compare the tradeoffs and benefits of different technologies."
1414
label="Read more"
15-
url="/use-cases/"
15+
url="/account/reference-content/use-case-informational-website/"
1616
/>
1717
<SummaryCard
18-
title="Placeholder"
18+
title="Host a static website on Object Storage"
1919
icon="rocket"
20-
description="Placeholder"
20+
description="The Bucket Website feature allows you to easily deploy static content, and use your own domain name."
21+
label="Read more"
22+
url="/object-storage/how-to/use-bucket-website/"
23+
/>
24+
</Grid>
25+
26+
<Grid>
27+
<SummaryCard
28+
title="How to manage your Web Hosting with cPanel"
29+
icon="help-circle-outline"
30+
description="Compare the tradeoffs and benefits of different technologies."
31+
label="Read more"
32+
url="/webhosting/how-to/manage-cpanel-webhosting/"
33+
/>
34+
<SummaryCard
35+
title="One-click WordPress deployment with Scaleway InstantApps"
36+
icon="book-open-outline"
37+
description="Quickly set up WordPress on a Scaleway Instance"
2138
label="Read more"
22-
url="/use-cases/"
39+
url="/tutorials/wordpress-instantapp/"
2340
/>
2441
</Grid>
2542

0 commit comments

Comments
 (0)