Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 30c9493

Browse files
committedMar 18, 2025·
feat(gen): update
1 parent c129eb7 commit 30c9493

File tree

4 files changed

+286
-614
lines changed

4 files changed

+286
-614
lines changed
 

Diff for: ‎blocks/mainLinks.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
{
1616
"icon": "documentation",
17-
"label": "Support Hub",
17+
"label": "Troubleshooting Hub",
1818
"package": "docs",
19-
"to": "/pages/troubleshooting/"
19+
"to": "/pages/troubleshootingg/"
2020
},
2121
{
2222
"icon": "documentation",

Diff for: ‎pages/troubleshooting/index.mdx

-306
This file was deleted.

Diff for: ‎pages/troubleshootingg/index.mdx

+284
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,284 @@
1+
---
2+
meta:
3+
title: Troubleshooting Hub
4+
description: Find information, assistance, and solutions related to Scaleway products and services.
5+
content:
6+
paragraph: Find information, assistance, and solutions related to Scaleway products and services.
7+
---
8+
9+
<ProductHeader
10+
productName="Troubleshooting Hub"
11+
productLogo="generic"
12+
description="Browse the troubleshooting hub to find information, assistance, and solutions related to Scaleway products and services"
13+
/>
14+
15+
<Grid>
16+
<DefaultCard
17+
title="Scaleway billing"
18+
description="Understand how Scaleway resources are billed."
19+
url="/#"
20+
label="See more"
21+
/>
22+
<DefaultCard
23+
title="Product Quotas"
24+
description="Discover how quotas work."
25+
url="/#"
26+
label="See more"
27+
/>
28+
<DefaultCard
29+
title="IAM Permissions"
30+
description="Become an IAM expert."
31+
url="/#"
32+
label="See more"
33+
/>
34+
</Grid>
35+
<Grid>
36+
<DefaultCard
37+
title="Ask AI"
38+
description="Ask your questions to our AI chatbot."
39+
url="/#"
40+
label="See more"
41+
/>
42+
<DefaultCard
43+
title="Request a feature"
44+
description="Request a new feature for a product."
45+
url="/#"
46+
label="See more"
47+
/>
48+
<DefaultCard
49+
title="See services status"
50+
description="See the current state of Scaleway services"
51+
url="/#"
52+
label="See more"
53+
/>
54+
</Grid>
55+
56+
## Most viewed pages
57+
58+
<table>
59+
<tr>
60+
<td>
61+
- [My account has been locked]()
62+
- [I can't connect to my instance using SSH]()
63+
- [I can't connect to my Mac Mini using VNC]()
64+
- [How to add a payment method]()
65+
- [How to rename an Organization]()
66+
</td>
67+
<td>
68+
- [How to delete an account]()
69+
- [How to validate your identity]()
70+
- [My API key does not work with Object Storage]()
71+
- [I need help installing NVIDIA drivers on Ubuntu 22.04]()
72+
- [I am not allowed to perform actions on resources]()
73+
</td>
74+
</tr>
75+
</table>
76+
77+
## Browse troubleshooting pages by product
78+
79+
### Account & Billing FAQs
80+
81+
<Grid>
82+
83+
<ProductCardIllustration
84+
productLogo="accountExperience"
85+
url="/account/troubleshooting/"
86+
label="Account"
87+
/>
88+
89+
<ProductCardIllustration
90+
productLogo="accountBilling"
91+
url="/billing/troubleshooting/"
92+
label="Billing"
93+
/>
94+
95+
</Grid>
96+
97+
### Security & Identity FAQs
98+
99+
<Grid>
100+
<ProductCardIllustration
101+
productLogo="auditTrail"
102+
url="/audit-trail/troubleshooting/"
103+
label="Audit Trail"
104+
/>
105+
106+
<ProductCardIllustration
107+
productLogo="iam"
108+
url="/iam/troubleshooting/"
109+
label="Identity & Access Management"
110+
/>
111+
112+
<ProductCardIllustration
113+
productLogo="cockpit"
114+
url="/storage/troubleshooting/"
115+
label="Cockpit"
116+
/>
117+
</Grid>
118+
119+
### AI & Data FAQs
120+
121+
<Grid>
122+
123+
<ProductCardIllustration
124+
productLogo="generativeApi"
125+
url="/generative-apis/troubleshooting/"
126+
label="Generative APIs"
127+
/>
128+
129+
</Grid>
130+
131+
### Bare Metal FAQs
132+
133+
<Grid>
134+
135+
<ProductCardIllustration
136+
productLogo="appleSilicon"
137+
url="/apple-silicon/troubleshooting/"
138+
label="Apple silicon"
139+
/>
140+
141+
<ProductCardIllustration
142+
productLogo="elasticMetal"
143+
url="/elastic-metal/troubleshooting/"
144+
label="Elastic Metal"
145+
/>
146+
147+
</Grid>
148+
149+
### Compute FAQs
150+
151+
<Grid>
152+
<ProductCardIllustration
153+
productLogo="instance"
154+
url="/instances/troubleshooting/"
155+
label="Instances"
156+
/>
157+
158+
<ProductCardIllustration
159+
productLogo="instance"
160+
url="/gpu/troubleshooting/"
161+
label="Instances"
162+
/>
163+
164+
</Grid>
165+
166+
### Containers FAQs
167+
168+
<Grid>
169+
170+
<ProductCardIllustration
171+
productLogo="containerRegistry"
172+
url="/container-registry/troubleshooting/"
173+
label="Container Registry"
174+
/>
175+
176+
<ProductCardIllustration
177+
productLogo="k8sKapsule"
178+
url="/kubernetes/troubleshooting/"
179+
label="Kubernetes"
180+
/>
181+
182+
</Grid>
183+
184+
### Managed Databases FAQs
185+
186+
<Grid>
187+
188+
<ProductCardIllustration
189+
productLogo="managedDatabase"
190+
url="/managed-databases-for-postgresql-and-mysql/troubleshooting/"
191+
label="Managed Database for PostgreSQL and MySQL"
192+
/>
193+
194+
</Grid>
195+
196+
### Managed Services FAQs
197+
198+
<Grid>
199+
200+
<ProductCardIllustration
201+
productLogo="distributedDataLab"
202+
url="/data-lab/troubleshooting/"
203+
label="Distributed Data Lab"
204+
/>
205+
206+
<ProductCardIllustration
207+
productLogo="transactionalEmail"
208+
url="/transactional-email/troubleshooting/"
209+
label="Transactional Email"
210+
/>
211+
212+
</Grid>
213+
214+
### Network FAQs
215+
216+
<Grid>
217+
218+
<ProductCardIllustration
219+
productLogo="domainsAndDns"
220+
url="/domains-and-dns/troubleshooting/"
221+
label="Domains and DNS"
222+
/>
223+
224+
<ProductCardIllustration
225+
productLogo="loadBalancers"
226+
url="/load-balancer/troubleshooting/"
227+
label="Load Balancer"
228+
/>
229+
230+
<ProductCardIllustration
231+
productLogo="publicGateway"
232+
url="/public-gateways/troubleshooting/"
233+
label="Public Gateways"
234+
/>
235+
236+
<ProductCardIllustration
237+
productLogo="vpc"
238+
url="/vpc/troubleshooting/"
239+
label="VPC"
240+
/>
241+
242+
</Grid>
243+
244+
### Serverless FAQs
245+
246+
<Grid>
247+
248+
<ProductCardIllustration
249+
productLogo="containers"
250+
url="/serverless-containers/troubleshooting/"
251+
label="Serverless Containers"
252+
/>
253+
254+
<ProductCardIllustration
255+
productLogo="serverlessJob"
256+
url="/serverless-jobs/troubleshooting/"
257+
label="Serverless Jobs"
258+
/>
259+
260+
<ProductCardIllustration
261+
productLogo="functions"
262+
url="/serverless-functions/troubleshooting/"
263+
label="Serverless Functions"
264+
/>
265+
266+
<ProductCardIllustration
267+
productLogo="serverlessDB"
268+
url="/serverless-sql-databases/troubleshooting/"
269+
label="Serverless SQL Databases"
270+
/>
271+
272+
</Grid>
273+
274+
### Storage FAQs
275+
276+
<Grid>
277+
278+
<ProductCardIllustration
279+
productLogo="objectStorage"
280+
url="/object-storage/troubleshooting/"
281+
label="Object Storage"
282+
/>
283+
284+
</Grid>

Diff for: ‎support-hub/index.mdx

-306
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.