Skip to content
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

feat(doc): add troubleshooting hub page #4560

Merged
merged 7 commits into from
Mar 19, 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 @@ -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](/faq/account/#my-account-is-locked-what-do-i-do)
- [I can't connect to my instance using SSH](/instances/troubleshooting/cant-connect-ssh/#warning-remote-host-identification-has-changed)
- [I can't connect to my Mac Mini using VNC](/apple-silicon/troubleshooting/cant-connect-using-vnc/)
- [How to add a payment method](/billing/how-to/add-payment-method/)
- [How to rename an Organization]()
</td>
<td>
- [How to delete an account](/account/how-to/close-account/)
- [How to verify your identity](/account/how-to/verify-identity/)
- [My API key does not work with Object Storage](/object-storage/troubleshooting/api-key-does-not-work/)
- [I need help installing NVIDIA drivers on Ubuntu 22.04](/gpu/troubleshooting/install-nvidia-drivers-ubuntu/)
- [I am not allowed to perform actions on resources](/iam/troubleshooting/cannot-use-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="GPU 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>