Skip to content

Commit f6423a0

Browse files
fix(gen): update linkslist
1 parent 1c69b72 commit f6423a0

File tree

33 files changed

+174
-174
lines changed

33 files changed

+174
-174
lines changed

pages/account/troubleshooting/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ categories:
5656
## Account troubleshooting pages
5757

5858
<LinksList>
59-
- <LinkList to="/account/troubleshooting/cannot-erase-account" label="I cannot close my account and erase personal data" />
60-
- <LinkList to="/account/troubleshooting/cannot-log-into-my-account" label="I cannot log into my account" />
61-
- <LinkList to="/account/troubleshooting/quotas-exceeded-error-message/" label="I see a 'Quotas exceeded' error message" />
59+
- [I cannot close my account and erase personal data](/account/troubleshooting/cannot-erase-account)
60+
- [I cannot log into my account](/account/troubleshooting/cannot-log-into-my-account)
61+
- [I see a 'Quotas exceeded' error message](/account/troubleshooting/quotas-exceeded-error-message)
6262
</LinksList>

pages/apple-silicon/troubleshooting/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ categories:
6262
## Apple silicon troubleshooting pages
6363

6464
<LinksList>
65-
- <LinkList to="/apple-silicon/troubleshooting/cant-connect-using-ssh/" label="Troubleshooting SSH connection issues to Scaleway Mac mini servers" />
66-
- <LinkList to="/apple-silicon/troubleshooting/cant-connect-using-vnc/" label="Troubleshooting remote desktop connections to Mac mini servers" />
67-
- <LinkList to="/apple-silicon/troubleshooting/cant-create-apple-account/" label="Troubleshooting account creation for hosted Mac minis" />
68-
- <LinkList to="/apple-silicon/troubleshooting/cant-delete-mac-mini/" label="Troubleshooting deletion issues with Mac minis" />
65+
- [Troubleshooting SSH connection issues to Scaleway Mac mini servers](/apple-silicon/troubleshooting/cant-connect-using-ssh)
66+
- [Troubleshooting remote desktop connections to Mac mini servers](/apple-silicon/troubleshooting/cant-connect-using-vnc)
67+
- [Troubleshooting account creation for hosted Mac minis](/apple-silicon/troubleshooting/cant-create-apple-account)
68+
- [Troubleshooting deletion issues with Mac minis](/apple-silicon/troubleshooting/cant-delete-mac-mini)
6969
</LinksList>

pages/billing/troubleshooting/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ categories:
5656
## Billing troubleshooting pages
5757

5858
<LinksList>
59-
- <LinkList to="/billing/troubleshooting/fix-common-billing-issues/" label="Fix common billing issues" />
60-
- <LinkList to="/billing/troubleshooting/cannot-add-payment-method/" label="I cannot add a payment method" />
59+
- [Fix common billing issues](/billing/troubleshooting/fix-common-billing-issues)
60+
- [I cannot add a payment method](/billing/troubleshooting/cannot-add-payment-method)
6161
</LinksList>

pages/cockpit/troubleshooting/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ categories:
5050
## Cockpit troubleshooting pages
5151

5252
<LinksList>
53-
- <LinkList to="/cockpit/troubleshooting/pusher-does-not-support-custom-http-headers/" label="My pusher does not support custom HTTP headers" />
54-
- <LinkList to="/cockpit/troubleshooting/resetting-grafana-password-via-the-api/" label="Resetting a Grafana password" />
55-
- <LinkList to="/cockpit/troubleshooting/synchronize-grafana-data-sources/" label="Troubleshooting issues with data not showing up on Grafana dashboards" />
53+
- [My pusher does not support custom HTTP headers](/cockpit/troubleshooting/pusher-does-not-support-custom-http-headers)
54+
- [Resetting a Grafana password](/cockpit/troubleshooting/resetting-grafana-password-via-the-api)
55+
- [Troubleshooting issues with data not showing up on Grafana dashboards](/cockpit/troubleshooting/synchronize-grafana-data-sources)
5656
</LinksList>

pages/components/docs-editor.mdx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ content:
135135

136136
🧩 &nbsp;This component uses a **Tag** style.
137137

138-
Props:
138+
Props:
139139
- `title` (mandatory!)
140140
- `tags` (use OBJECT array)
141141
- `description`
@@ -145,7 +145,7 @@ Props:
145145
**Code example:**
146146

147147
```jsx
148-
<DefaultCard
148+
<DefaultCard
149149
title="Lorem Ipsum"
150150
tags={['one', 'two', 'three']}
151151
description="Reprehenderit et magna elit non et. Ut laboris adipisicing commodo veniam commodo non amet Lorem pariatur reprehenderit ut ullamco et ad."
@@ -236,7 +236,7 @@ Props:
236236
**Render:**
237237

238238
Example using `DefaultCard` in `Grid` wrapper.
239-
239+
240240
<Grid>
241241
<DefaultCard title="Lorem Ipsum" tags={['one', 'two', 'three']} description="Reprehenderit et magna elit non et. Ut laboris adipisicing commodo veniam commodo non amet Lorem pariatur reprehenderit ut ullamco et ad." url="/#" label="Link label" />
242242
<DefaultCard title="Lorem Ipsum" description="Reprehenderit et magna elit non et. Ut laboris adipisicing commodo veniam commodo non amet Lorem pariatur reprehenderit ut ullamco et ad." />
@@ -256,15 +256,15 @@ Example using `DefaultCard` in `Grid` wrapper.
256256
**Code example:**
257257

258258
```jsx
259-
<HelpBanner
259+
<HelpBanner
260260
url="/#"
261261
title = 'Still need help?'
262262
/>
263-
```
263+
```
264264

265265
**Render**
266266

267-
<HelpBanner
267+
<HelpBanner
268268
url="/#"
269269
title = 'Still need help?'
270270
/>
@@ -284,13 +284,13 @@ Example using `DefaultCard` in `Grid` wrapper.
284284

285285
```jsx
286286
<LinksList>
287-
- <LinkList to="/path-to-page/" label="My secrets and variables are not injected properly in my functions" />
288-
- <LinkList to="/path-to-page/" label="My function falls after trying too many times" />
289-
- <LinkList to="/path-to-page/" label="My function is an error state" />
290-
- <LinkList to="/path-to-page/" label="Tests fail on Serverless Functions" />
291-
- <LinkList to="/path-to-page/" label="Unable to find the function handler" />
292-
- <LinkList to="/path-to-page/" label="I am unable to create a Serverless Functions namespace" />
293-
- <LinkList to="/path-to-page/" label="I am experiencing timeout errors" />
287+
- [My secrets and variables are not injected properly in my functions](/path-to-page)
288+
- [My function falls after trying too many times](/path-to-page)
289+
- [My function is an error state](/path-to-page)
290+
- [Tests fail on Serverless Functions](/path-to-page)
291+
- [Unable to find the function handler](/path-to-page)
292+
- [I am unable to create a Serverless Functions namespace](/path-to-page)
293+
- [I am experiencing timeout errors](/path-to-page)
294294
</LinksList>
295295
```
296296
**Render:**
@@ -413,7 +413,7 @@ By adding a product name to the component, the list will display the X latest ch
413413

414414
🧩 &nbsp;This component uses a **Tag** style.
415415

416-
Props:
416+
Props:
417417
- `productIcon` (mandatory!) - Icon name from Ultraviolet lib
418418
- `title` (mandatory!)
419419
- `description`
@@ -422,7 +422,7 @@ Props:
422422
**Code example:**
423423

424424
```jsx
425-
<ProductCard
425+
<ProductCard
426426
productIcon="AccountExperienceProductIcon"
427427
title="Lorem Ipsum"
428428
description="Reprehenderit et magna elit non et. Ut laboris adipisicing commodo veniam commodo non amet Lorem pariatur reprehenderit ut ullamco et ad."
@@ -489,7 +489,7 @@ Props:
489489

490490
There is 4 SummaryCard using props mentionned below.
491491

492-
The `icon` names are not random ones they come from Ultraviolet lib.
492+
The `icon` names are not random ones they come from Ultraviolet lib.
493493

494494

495495
**Code example:**

pages/container-registry/troubleshooting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ categories:
4343
## Container Registry troubleshooting pages
4444

4545
<LinksList>
46-
- <LinkList to="/container-registry/troubleshooting/common-errors-when-pushing-images-to-container-registry/" label="Common errors when pushing images to Container Registry" />
46+
- [Common errors when pushing images to Container Registry](/container-registry/troubleshooting/common-errors-when-pushing-images-to-container-registry)
4747
</LinksList>

pages/data-lab/troubleshooting/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dates:
1919
## Featured Pages
2020

2121
<Grid>
22-
<DefaultCard
22+
<DefaultCard
2323
title="Data Lab for Apache Spark™ FAQ"
2424
description="General info on Data Labs."
2525
url="/serverless-sql-databases/faq/"
@@ -30,5 +30,5 @@ dates:
3030
## Data Lab for Apache Spark™ troubleshooting pages
3131

3232
<LinksList>
33-
- <LinkList to="/data-lab/troubleshooting/cannot-run-data-lab/" label="Troubleshooting Data Lab for Apache Spark execution issues" />
33+
- [Troubleshooting Data Lab for Apache Spark execution issues](/data-lab/troubleshooting/cannot-run-data-lab)
3434
</LinksList>

pages/dedibox-hardware/troubleshooting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ categories:
3636
## Dedibox Hardware troubleshooting pages
3737

3838
<LinksList>
39-
- <LinkList to="/dedibox-hardware/troubleshooting/diagnose-defective-disk" label="Learn how to diagnose the status of a physical disk of a server" />
39+
- [Learn how to diagnose the status of a physical disk of a server](/dedibox-hardware/troubleshooting/diagnose-defective-disk)
4040
</LinksList>

pages/dedibox-network/troubleshooting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ categories:
4242
## Dedibox Network troubleshooting pages
4343

4444
<LinksList>
45-
- <LinkList to="/dedibox-network/troubleshooting/network-troubleshooting/" label="Troubleshooting Dedibox network issues" />
45+
- [Troubleshooting Dedibox network issues](/dedibox-network/troubleshooting/network-troubleshooting)
4646
</LinksList>

pages/domains-and-dns/troubleshooting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ categories:
3131
## Domains and DNS troubleshooting pages
3232

3333
<LinksList>
34-
- <LinkList to="/domains-and-dns/troubleshooting/cannot-transfer-domain/" label="I cannot transfer my domain" />
34+
- [I cannot transfer my domain](/domains-and-dns/troubleshooting/cannot-transfer-domain)
3535
</LinksList>

0 commit comments

Comments
 (0)