Skip to content

Commit 1c69b72

Browse files
fix(gen): ts component
1 parent e8d30e1 commit 1c69b72

File tree

1 file changed

+15
-171
lines changed

1 file changed

+15
-171
lines changed

pages/troubleshooting/index.mdx

Lines changed: 15 additions & 171 deletions
Original file line numberDiff line numberDiff line change
@@ -13,39 +13,39 @@ content:
1313
/>
1414

1515
<Grid>
16-
<DefaultCard
16+
<DefaultCard
1717
title="Scaleway billing"
1818
description="Understand how Scaleway resources are billed."
1919
url="/billing/"
2020
label="See more"
2121
/>
22-
<DefaultCard
22+
<DefaultCard
2323
title="Product Quotas"
2424
description="Discover how quotas work."
2525
url="/organizations-and-projects/additional-content/organization-quotas/"
2626
label="See more"
2727
/>
28-
<DefaultCard
28+
<DefaultCard
2929
title="IAM Permissions"
3030
description="Become an IAM expert."
3131
url="/iam/reference-content/permission-sets/"
3232
label="See more"
3333
/>
3434
</Grid>
3535
<Grid>
36-
<DefaultCard
36+
<DefaultCard
3737
title="Ask AI"
3838
description="Ask your questions to our AI chatbot."
3939
url="/ai-search/"
4040
label="See more"
4141
/>
42-
<DefaultCard
42+
<DefaultCard
4343
title="Request a feature"
4444
description="Request a new feature for a product."
4545
url="https://feature-request.scaleway.com/"
4646
label="See more"
4747
/>
48-
<DefaultCard
48+
<DefaultCard
4949
title="See services status"
5050
description="See the current state of Scaleway services"
5151
url="https://status.scaleway.com/"
@@ -57,173 +57,17 @@ content:
5757

5858
<Grid>
5959
<LinksList>
60-
- <LinkList to="/account/faq/#my-account-is-locked-what-do-i-do" label="My account has been locked" />
61-
- <LinkList to="/instances/troubleshooting/cant-connect-ssh/#warning-remote-host-identification-has-changed" label="I can't connect to my Instance using SSH" />
62-
- <LinkList to="/apple-silicon/troubleshooting/cant-connect-using-vnc/" label="I can't connect to my Mac Mini using VNC" />
63-
- <LinkList to="/billing/how-to/add-payment-method/" label="How to add a payment method" />
64-
- <LinkList to="/account/faq/#can-i-change-the-name-of-my-organization" label="How to rename an Organization" />
65-
</LinksList>
66-
<LinksList>
67-
- <LinkList to="/account/how-to/close-account/" label="How to delete an account" />
68-
- <LinkList to="/account/how-to/verify-identity/" label="How to verify your identity" />
69-
- <LinkList to="/object-storage/troubleshooting/api-key-does-not-work/" label="My API key does not work with Object Storage" />
70-
- <LinkList to="/gpu/troubleshooting/install-nvidia-drivers-ubuntu/" label="I need help installing NVIDIA drivers on Ubuntu 22.04" />
71-
- <LinkList to="/iam/troubleshooting/cannot-use-resources/" label="I am not allowed to perform actions on resources" />
60+
- [I can't connect to my Mac Mini using VNC](/apple-silicon/troubleshooting/cant-connect-using-vnc/)
61+
- [How to add a payment method](/billing/how-to/add-payment-method/)
62+
- [How to rename an Organization](/account/faq/#can-i-change-the-name-of-my-organization)
63+
- [How to delete an account](/account/how-to/close-account/)
64+
- [How to verify your identity](/account/how-to/verify-identity/)
65+
- [My API key does not work with Object Storage](/object-storage/troubleshooting/api-key-does-not-work/)
66+
- [I need help installing NVIDIA drivers on Ubuntu 22.04](/gpu/troubleshooting/install-nvidia-drivers-ubuntu/)
67+
- [I am not allowed to perform actions on resources](/iam/troubleshooting/cannot-use-resources/)
7268
</LinksList>
7369
</Grid>
7470

7571
## Browse troubleshooting pages by product
7672

77-
<Grid>
78-
79-
<ProductCardIllustration
80-
productLogo="accountExperience"
81-
url="/account/troubleshooting/"
82-
label="Account"
83-
/>
84-
85-
<ProductCardIllustration
86-
productLogo="accountBilling"
87-
url="/billing/troubleshooting/"
88-
label="Billing"
89-
/>
90-
91-
<ProductCardIllustration
92-
productLogo="auditTrail"
93-
url="/audit-trail/troubleshooting/"
94-
label="Audit Trail"
95-
/>
96-
97-
<ProductCardIllustration
98-
productLogo="iam"
99-
url="/iam/troubleshooting/"
100-
label="Identity & Access Management"
101-
/>
102-
103-
<ProductCardIllustration
104-
productLogo="cockpit"
105-
url="/cockpit/troubleshooting/"
106-
label="Cockpit"
107-
/>
108-
109-
<ProductCardIllustration
110-
productLogo="generativeApi"
111-
url="/generative-apis/troubleshooting/"
112-
label="Generative APIs"
113-
/>
114-
115-
<ProductCardIllustration
116-
productLogo="appleSilicon"
117-
url="/apple-silicon/troubleshooting/"
118-
label="Apple silicon"
119-
/>
120-
121-
<ProductCardIllustration
122-
productLogo="elasticMetal"
123-
url="/elastic-metal/troubleshooting/"
124-
label="Elastic Metal"
125-
/>
126-
127-
<ProductCardIllustration
128-
productLogo="instance"
129-
url="/instances/troubleshooting/"
130-
label="Instances"
131-
/>
132-
133-
<ProductCardIllustration
134-
productLogo="instance"
135-
url="/gpu/troubleshooting/"
136-
label="GPU Instances"
137-
/>
138-
139-
<ProductCardIllustration
140-
productLogo="containerRegistry"
141-
url="/container-registry/troubleshooting/"
142-
label="Container Registry"
143-
/>
144-
145-
<ProductCardIllustration
146-
productLogo="k8sKapsule"
147-
url="/kubernetes/troubleshooting/"
148-
label="Kubernetes"
149-
/>
150-
151-
<ProductCardIllustration
152-
productLogo="managedDatabase"
153-
url="/managed-databases-for-postgresql-and-mysql/troubleshooting/"
154-
label="Managed Database for PostgreSQL and MySQL"
155-
/>
156-
157-
<ProductCardIllustration
158-
productLogo="distributedDataLab"
159-
url="/data-lab/troubleshooting/"
160-
label=" Data Lab for Apache Spark™"
161-
/>
162-
163-
<ProductCardIllustration
164-
productLogo="transactionalEmail"
165-
url="/transactional-email/troubleshooting/"
166-
label="Transactional Email"
167-
/>
168-
169-
<ProductCardIllustration
170-
productLogo="domainsAndDns"
171-
url="/domains-and-dns/troubleshooting/"
172-
label="Domains and DNS"
173-
/>
174-
175-
<ProductCardIllustration
176-
productLogo="loadBalancers"
177-
url="/load-balancer/troubleshooting/"
178-
label="Load Balancer"
179-
/>
180-
181-
<ProductCardIllustration
182-
productLogo="edgeServices"
183-
url="/edge-services/troubleshooting/"
184-
label="Edge Services"
185-
/>
186-
187-
<ProductCardIllustration
188-
productLogo="publicGateway"
189-
url="/public-gateways/troubleshooting/"
190-
label="Public Gateways"
191-
/>
192-
193-
<ProductCardIllustration
194-
productLogo="vpc"
195-
url="/vpc/troubleshooting/"
196-
label="VPC"
197-
/>
198-
199-
<ProductCardIllustration
200-
productLogo="containers"
201-
url="/serverless-containers/troubleshooting/"
202-
label="Serverless Containers"
203-
/>
204-
205-
<ProductCardIllustration
206-
productLogo="serverlessJob"
207-
url="/serverless-jobs/troubleshooting/"
208-
label="Serverless Jobs"
209-
/>
210-
211-
<ProductCardIllustration
212-
productLogo="functions"
213-
url="/serverless-functions/troubleshooting/"
214-
label="Serverless Functions"
215-
/>
216-
217-
<ProductCardIllustration
218-
productLogo="serverlessDB"
219-
url="/serverless-sql-databases/troubleshooting/"
220-
label="Serverless SQL Databases"
221-
/>
222-
223-
<ProductCardIllustration
224-
productLogo="objectStorage"
225-
url="/object-storage/troubleshooting/"
226-
label="Object Storage"
227-
/>
228-
229-
</Grid>
73+
<TroubleshootingPagesList />

0 commit comments

Comments
 (0)