Skip to content
Merged
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
42 changes: 21 additions & 21 deletions pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ description: Scaleway's product documentation provides comprehensive guides, tut
<HomepageHeader
title="Scaleway Documentation"
description="Everything you need to make the most of Scaleway’s products."
searchSuggestion={['ssh', 'smtp', 'KYC']}
searchSuggestion={['ssh', 'smtp', 'proxmox']}
/>

## Getting started
## Popular pages

<Grid>
<SummaryCard
title="Take a console tour"
icon="console"
description="Learn how to create an account and make the most of the Scaleway console."
label="Start tour"
url="/account/quickstart/"
title="Troubleshoot Web Hosting"
icon="email-remove"
description="Learn how to solve common email or website access issues."
label="Read more"
url="/webhosting/troubleshooting/cant-access-website-mail/"
/>
<SummaryCard
title="Understand quotas"
Expand All @@ -27,18 +27,18 @@ description: Scaleway's product documentation provides comprehensive guides, tut
url="/organizations-and-projects/additional-content/organization-quotas/"
/>
<SummaryCard
title="Launch your first Instance"
icon="rocket"
description="Create your first Instance and start running your applications."
title="Dedibox RPN"
icon="box-essentials"
description="Learn how to mount a Scaleway Dedibox RPN-SAN volume on Proxmox."
label="Get started"
url="/instances/quickstart/"
url="/dedibox-rpn/how-to/use-rpn-san-proxmox/"
/>
<SummaryCard
title="Secure your server"
title="Using SSH bastion"
icon="lock"
description="Add an extra layer of safety to your server and resources with VPC."
label="Discover VPC"
url="/vpc/quickstart/"
description="Set up SSH bastion and safely connect to your resources."
label="Learn more"
url="/public-gateways/how-to/use-ssh-bastion/"
/>
</Grid>

Expand All @@ -54,13 +54,13 @@ description: Scaleway's product documentation provides comprehensive guides, tut

<Grid>
<Card
title="Installing PgBouncer on Ubuntu/Debian"
url="/tutorials/install-pgbouncer/"
title="Installing and Configuring WireGuard® on Linux as a VPN server"
url="/tutorials/install-wireguard/"
label="Read more"
/>
<Card
title="Configuring a GitHub Actions Runner on a Mac mini for enhanced CI/CD"
url="/tutorials/install-github-actions-runner-mac/"
title="Installing PgBouncer on Ubuntu/Debian"
url="/tutorials/install-pgbouncer/"
label="Read more"
/>
<Card
Expand All @@ -69,8 +69,8 @@ description: Scaleway's product documentation provides comprehensive guides, tut
label="Read more"
/>
<Card
title="Load Testing with Vegeta"
url="/tutorials/load-testing-vegeta/"
title="Ansible Playbook for Apache installation"
url="/tutorials/install-apache-ansible/"
label="Read more"
/>
</Grid>
Expand Down