Skip to content

Commit 25d58a4

Browse files
docs(gen): update tb product indexes list with LinksList component (#5080)
* docs(gen): update tb product indexes list with LinksList component * docs(gen): update * Update pages/serverless-containers/troubleshooting/index.mdx Co-authored-by: ldecarvalho-doc <[email protected]> --------- Co-authored-by: ldecarvalho-doc <[email protected]>
1 parent 4e61673 commit 25d58a4

File tree

31 files changed

+176
-122
lines changed

31 files changed

+176
-122
lines changed

pages/account/troubleshooting/index.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ categories:
5555

5656
## Account troubleshooting pages
5757

58-
- [I cannot close my account and erase personal data](/account/troubleshooting/cannot-erase-account)
59-
- [I cannot log into my account](/account/troubleshooting/cannot-log-into-my-account)
60-
- [I see a 'Quotas exceeded' error message](/account/troubleshooting/quotas-exceeded-error-message/)
58+
<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" />
62+
</LinksList>

pages/apple-silicon/troubleshooting/index.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ categories:
6161

6262
## Apple silicon troubleshooting pages
6363

64-
- [Troubleshooting SSH connection issues to Scaleway Mac mini servers](/apple-silicon/troubleshooting/cant-connect-using-ssh/)
65-
- [Troubleshooting remote desktop connections to Mac mini servers](/apple-silicon/troubleshooting/cant-connect-using-vnc/)
66-
- [Troubleshooting account creation for hosted Mac minis](/apple-silicon/troubleshooting/cant-create-apple-account/)
67-
- [Troubleshooting deletion issues with Mac minis](/apple-silicon/troubleshooting/cant-delete-mac-mini/)
64+
<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" />
69+
</LinksList>

pages/billing/troubleshooting/index.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,7 @@ categories:
5555

5656
## Billing troubleshooting pages
5757

58-
- [Fix common billing issues](/billing/troubleshooting/fix-common-billing-issues/)
59-
- [I cannot add a payment method](/billing/troubleshooting/cannot-add-payment-method/)
58+
<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" />
61+
</LinksList>

pages/cockpit/troubleshooting/index.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ categories:
4949

5050
## Cockpit troubleshooting pages
5151

52-
- [My pusher does not support custom HTTP headers](/cockpit/troubleshooting/pusher-does-not-support-custom-http-headers/)
53-
- [Resetting a Grafana password](/cockpit/troubleshooting/resetting-grafana-password-via-the-api/)
54-
- [Troubleshooting issues with data not showing up on Grafana dashboards](/cockpit/troubleshooting/synchronize-grafana-data-sources/)
52+
<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" />
56+
</LinksList>

pages/container-registry/troubleshooting/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,6 @@ categories:
4242

4343
## Container Registry troubleshooting pages
4444

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

pages/data-lab/troubleshooting/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ dates:
2929

3030
## Data Lab for Apache Spark™ troubleshooting pages
3131

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

pages/dedibox-hardware/troubleshooting/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ categories:
3535

3636
## Dedibox Hardware troubleshooting pages
3737

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

pages/dedibox-network/troubleshooting/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ categories:
4141

4242
## Dedibox Network troubleshooting pages
4343

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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ categories:
3030

3131
## Domains and DNS troubleshooting pages
3232

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

pages/edge-services/troubleshooting/index.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,7 @@ categories:
6363

6464
## Edge Services troubleshooting pages
6565

66-
- [I am experiencing problems with my Edge Services certificate](/edge-services/troubleshooting/certificate-errors/)
67-
- [I am experiencing problems with my Edge Services CNAME record](/edge-services/troubleshooting/cname-errors/)
66+
<LinksList>
67+
- <LinkList to="/edge-services/troubleshooting/certificate-errors/" label="I am experiencing problems with my Edge Services certificate" />
68+
- <LinkList to="/edge-services/troubleshooting/cname-errors/" label="I am experiencing problems with my Edge Services CNAME record" />
69+
</LinksList>

0 commit comments

Comments
 (0)