Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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 @@ -12,6 +12,12 @@
"package": "docs",
"to": "/tutorials/"
},
{
"icon": "billing",
"label": "Troubleshooting Hub",
"package": "docs",
"to": "/troubleshooting/"
},
{
"icon": "documentation",
"label": "FAQs",
Expand Down
225 changes: 225 additions & 0 deletions pages/troubleshooting/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,225 @@
---
meta:
title: Troubleshooting Hub
description: Find information, assistance, and solutions related to Scaleway products and services.
content:
paragraph: Find information, assistance, and solutions related to Scaleway products and services.
---

<ProductHeader
productName="Troubleshooting Hub"
productLogo="generic"
description="Browse the troubleshooting hub to find information, assistance, and solutions related to Scaleway products and services"
/>

<Grid>
<DefaultCard
title="Scaleway billing"
description="Understand how Scaleway resources are billed."
url="/billing/"
label="See more"
/>
<DefaultCard
title="Product Quotas"
description="Discover how quotas work."
url="/organizations-and-projects/additional-content/organization-quotas/"
label="See more"
/>
<DefaultCard
title="IAM Permissions"
description="Become an IAM expert."
url="/iam/reference-content/permission-sets/"
label="See more"
/>
</Grid>
<Grid>
<DefaultCard
title="Ask AI"
description="Ask your questions to our AI chatbot."
url="/ai-search/"
label="See more"
/>
<DefaultCard
title="Request a feature"
description="Request a new feature for a product."
url="https://feature-request.scaleway.com/"
label="See more"
/>
<DefaultCard
title="See services status"
description="See the current state of Scaleway services"
url="https://status.scaleway.com/"
label="See more"
/>
</Grid>

## Most viewed pages

<table>
<tr>
<td>
- [My account has been locked]()
- [I can't connect to my instance using SSH]()
- [I can't connect to my Mac Mini using VNC]()
- [How to add a payment method]()
- [How to rename an Organization]()
</td>
<td>
- [How to delete an account]()
- [How to validate your identity]()
- [My API key does not work with Object Storage]()
- [I need help installing NVIDIA drivers on Ubuntu 22.04]()
- [I am not allowed to perform actions on resources]()
</td>
</tr>
</table>

## Browse troubleshooting pages by product

<Grid>

<ProductCardIllustration
productLogo="accountExperience"
url="/account/troubleshooting/"
label="Account"
/>

<ProductCardIllustration
productLogo="accountBilling"
url="/billing/troubleshooting/"
label="Billing"
/>

<ProductCardIllustration
productLogo="auditTrail"
url="/audit-trail/troubleshooting/"
label="Audit Trail"
/>

<ProductCardIllustration
productLogo="iam"
url="/iam/troubleshooting/"
label="Identity & Access Management"
/>

<ProductCardIllustration
productLogo="cockpit"
url="/storage/troubleshooting/"
label="Cockpit"
/>

<ProductCardIllustration
productLogo="generativeApi"
url="/generative-apis/troubleshooting/"
label="Generative APIs"
/>

<ProductCardIllustration
productLogo="appleSilicon"
url="/apple-silicon/troubleshooting/"
label="Apple silicon"
/>

<ProductCardIllustration
productLogo="elasticMetal"
url="/elastic-metal/troubleshooting/"
label="Elastic Metal"
/>

<ProductCardIllustration
productLogo="instance"
url="/instances/troubleshooting/"
label="Instances"
/>

<ProductCardIllustration
productLogo="instance"
url="/gpu/troubleshooting/"
label="Instances"
/>

<ProductCardIllustration
productLogo="containerRegistry"
url="/container-registry/troubleshooting/"
label="Container Registry"
/>

<ProductCardIllustration
productLogo="k8sKapsule"
url="/kubernetes/troubleshooting/"
label="Kubernetes"
/>

<ProductCardIllustration
productLogo="managedDatabase"
url="/managed-databases-for-postgresql-and-mysql/troubleshooting/"
label="Managed Database for PostgreSQL and MySQL"
/>

<ProductCardIllustration
productLogo="distributedDataLab"
url="/data-lab/troubleshooting/"
label="Distributed Data Lab"
/>

<ProductCardIllustration
productLogo="transactionalEmail"
url="/transactional-email/troubleshooting/"
label="Transactional Email"
/>

<ProductCardIllustration
productLogo="domainsAndDns"
url="/domains-and-dns/troubleshooting/"
label="Domains and DNS"
/>

<ProductCardIllustration
productLogo="loadBalancers"
url="/load-balancer/troubleshooting/"
label="Load Balancer"
/>

<ProductCardIllustration
productLogo="publicGateway"
url="/public-gateways/troubleshooting/"
label="Public Gateways"
/>

<ProductCardIllustration
productLogo="vpc"
url="/vpc/troubleshooting/"
label="VPC"
/>

<ProductCardIllustration
productLogo="containers"
url="/serverless-containers/troubleshooting/"
label="Serverless Containers"
/>

<ProductCardIllustration
productLogo="serverlessJob"
url="/serverless-jobs/troubleshooting/"
label="Serverless Jobs"
/>

<ProductCardIllustration
productLogo="functions"
url="/serverless-functions/troubleshooting/"
label="Serverless Functions"
/>

<ProductCardIllustration
productLogo="serverlessDB"
url="/serverless-sql-databases/troubleshooting/"
label="Serverless SQL Databases"
/>

<ProductCardIllustration
productLogo="objectStorage"
url="/object-storage/troubleshooting/"
label="Object Storage"
/>

</Grid>
Loading