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 <82805470+ldecarvalho-doc@users.noreply.github.com> --------- Co-authored-by: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com>
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>

pages/elastic-metal/troubleshooting/index.mdx

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

6262
## Elastic Metal troubleshooting pages
6363

64-
- [Enabling SSH on Elastic Metal servers running virtualization distributions](/elastic-metal/troubleshooting/enable-ssh-virtualization-distribution/)
65-
- [Replacing a failed drive in a RAID1 software RAID](/elastic-metal/troubleshooting/replace-failed-drive-software-raid/)
66-
- [Resetting the Administrator password on Windows Server OS](/elastic-metal/troubleshooting/reset-admin-password-windows-server/)
67-
- [Troubleshooting common Elastic Metal server access issues](/elastic-metal/troubleshooting/troubleshoot-access-issues/)
68-
- [Troubleshooting an Elastic Metal server blocked installation](/elastic-metal/troubleshooting/troubleshoot-installation/)
69-
- [Troubleshooting remote access (KVM over IP) issues on Elastic Metal servers](/elastic-metal/troubleshooting/troubleshoot-remote-access-issues/)
70-
- [Troubleshooting SSH connection issues on Elastic Metal servers](/elastic-metal/troubleshooting/troubleshoot-ssh-issues/)
64+
<LinksList>
65+
- <LinkList to="/elastic-metal/troubleshooting/enable-ssh-virtualization-distribution/" label="Enabling SSH on Elastic Metal servers running virtualization distributions" />
66+
- <LinkList to="/elastic-metal/troubleshooting/replace-failed-drive-software-raid/" label="Replacing a failed drive in a RAID1 software RAID" />
67+
- <LinkList to="/elastic-metal/troubleshooting/reset-admin-password-windows-server/" label="Resetting the Administrator password on Windows Server OS" />
68+
- <LinkList to="/elastic-metal/troubleshooting/troubleshoot-access-issues/" label="Troubleshooting common Elastic Metal server access issues" />
69+
- <LinkList to="/elastic-metal/troubleshooting/troubleshoot-installation/" label="Troubleshooting an Elastic Metal server blocked installation" />
70+
- <LinkList to="/elastic-metal/troubleshooting/troubleshoot-remote-access-issues/" label="Troubleshooting remote access (KVM over IP) issues on Elastic Metal servers" />
71+
- <LinkList to="/elastic-metal/troubleshooting/troubleshoot-ssh-issues/" label="Troubleshooting SSH connection issues on Elastic Metal servers" />
72+
</LinksList>

pages/generative-apis/troubleshooting/index.mdx

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

6262
## Generative APIs troubleshooting pages
6363

64-
- [Fixing common issues with Generative APIs](/generative-apis/troubleshooting/fixing-common-issues/)
64+
<LinksList>
65+
- <LinkList to="/generative-apis/troubleshooting/fixing-common-issues/" label="Fixing common issues with Generative APIs" />
66+
</LinksList>

pages/gpu/troubleshooting/index.mdx

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

6262
## GPU Instances troubleshooting pages
6363

64-
- [Fixing GPU issues after installing NVIDIA driver packages](/gpu/troubleshooting/fix-driver-issues/)
65-
- [Installing NVIDIA drivers on Ubuntu 22.04](/gpu/troubleshooting/install-nvidia-drivers-ubuntu/)
66-
- [Fixing GPU issues after upgrading GPU Instances with cloud-init](/gpu/troubleshooting/updating-gpu-instance-with-cloud-init/)
64+
<LinksList>
65+
- <LinkList to="/gpu/troubleshooting/fix-driver-issues/" label="Fixing GPU issues after installing NVIDIA driver packages" />
66+
- <LinkList to="/gpu/troubleshooting/install-nvidia-drivers-ubuntu/" label="Installing NVIDIA drivers on Ubuntu 22.04" />
67+
- <LinkList to="/gpu/troubleshooting/updating-gpu-instance-with-cloud-init/" label="Fixing GPU issues after upgrading GPU Instances with cloud-init" />
68+
</LinksList>

pages/iam/troubleshooting/index.mdx

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

5656
## IAM troubleshooting pages
5757

58-
- [I am not allowed to perform actions on resources](/iam/troubleshooting/cannot-use-resources)
58+
<LinksList>
59+
- <LinkList to="/iam/troubleshooting/cannot-use-resources" label="I am not allowed to perform actions on resources" />
60+
</LinksList>

pages/instances/troubleshooting/index.mdx

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,21 @@ categories:
6161

6262
## Instances troubleshooting pages
6363

64-
- [Dealing with the end of life of the bootscript feature](/instances/troubleshooting/bootscript-eol/)
65-
- [Troubleshooting SSH connection issues to Instances](/instances/troubleshooting/cant-connect-ssh/)
66-
- [I cannot connect to my Instance using SSH after attaching it to a Private Network](/instances/troubleshooting/cant-connect-to-instance-with-pn-gateway/)
67-
- [Changing the rescue mode of your Instance](/instances/troubleshooting/change-rescue-mode/)
68-
- [Fix broken VPN when switching OpenVPN Instance to routed IP](/instances/troubleshooting/fix-broken-vpn-when-switching-openvpn-vm-to-routed-ip/)
69-
- [Fix the wrong user configuration of cloud-init on Debian 12 (Bookworm)](/instances/troubleshooting/fix-cloud-init-debian12/)
70-
- [Fix common issues with Scaleway Instances](/instances/troubleshooting/fix-common-issues/)
71-
- [Fixing DNS resolution with a routed IPv6-only setup on Debian Bullseye](/instances/troubleshooting/fix-dns-routed-ipv6-only-debian-bullseye/)
72-
- [Fix error when fetching SSH keys on Windows Server 2022](/instances/troubleshooting/fix-error-message-in-scw-fetch-ssh-keys/)
73-
- [Fix long delays when booting without a public IP](/instances/troubleshooting/fix-long-delays-booting-without-public-ip/)
74-
- [Fix lost IPv6 connectivity on old Debian Buster images when migrating to routed IP](/instances/troubleshooting/fix-lost-ip-connectivity-on-debian-buster/)
75-
- [Fixing wrong PPA configuration on Ubuntu Noble Instances](/instances/troubleshooting/fix-noble-wrong-ppa-configuration/)
76-
- [Fix unreachable Ubuntu Focal Instance when it has two public IP adresses](/instances/troubleshooting/fix-unreachable-focal-with-two-public-ips/)
77-
- [Fix unreachable IPv6 RHEL-based Instances after transitioning to routed IP](/instances/troubleshooting/fix-unreachable-ipv6-rhel-based-instance/)
78-
- [Fix unreachable Ubuntu Noble Instances following a reboot](/instances/troubleshooting/fix-unreachable-noble-after-reboot/)
79-
- [Troubleshooting issues with faulty kernel installations](/instances/troubleshooting/reboot-from-faulty-kernel/)
64+
<LinksList>
65+
- <LinkList to="/instances/troubleshooting/bootscript-eol/" label="Dealing with the end of life of the bootscript feature" />
66+
- <LinkList to="/instances/troubleshooting/cant-connect-ssh/" label="Troubleshooting SSH connection issues to Instances" />
67+
- <LinkList to="/instances/troubleshooting/cant-connect-to-instance-with-pn-gateway/" label="I cannot connect to my Instance using SSH after attaching it to a Private Network" />
68+
- <LinkList to="/instances/troubleshooting/change-rescue-mode/" label="Changing the rescue mode of your Instance" />
69+
- <LinkList to="/instances/troubleshooting/fix-broken-vpn-when-switching-openvpn-vm-to-routed-ip/" label="Fix broken VPN when switching OpenVPN Instance to routed IP" />
70+
- <LinkList to="/instances/troubleshooting/fix-cloud-init-debian12/" label="Fix the wrong user configuration of cloud-init on Debian 12 (Bookworm)" />
71+
- <LinkList to="/instances/troubleshooting/fix-common-issues/" label="Fix common issues with Scaleway Instances" />
72+
- <LinkList to="/instances/troubleshooting/fix-dns-routed-ipv6-only-debian-bullseye/" label="Fixing DNS resolution with a routed IPv6-only setup on Debian Bullseye" />
73+
- <LinkList to="/instances/troubleshooting/fix-error-message-in-scw-fetch-ssh-keys/" label="Fix error when fetching SSH keys on Windows Server 2022" />
74+
- <LinkList to="/instances/troubleshooting/fix-long-delays-booting-without-public-ip/" label="Fix long delays when booting without a public IP" />
75+
- <LinkList to="/instances/troubleshooting/fix-lost-ip-connectivity-on-debian-buster/" label="Fix lost IPv6 connectivity on old Debian Buster images when migrating to routed IP" />
76+
- <LinkList to="/instances/troubleshooting/fix-noble-wrong-ppa-configuration/" label="Fixing wrong PPA configuration on Ubuntu Noble Instances" />
77+
- <LinkList to="/instances/troubleshooting/fix-unreachable-focal-with-two-public-ips/" label="Fix unreachable Ubuntu Focal Instance when it has two public IP adresses" />
78+
- <LinkList to="/instances/troubleshooting/fix-unreachable-ipv6-rhel-based-instance/" label="Fix unreachable IPv6 RHEL-based Instances after transitioning to routed IP" />
79+
- <LinkList to="/instances/troubleshooting/fix-unreachable-noble-after-reboot/" label="Fix unreachable Ubuntu Noble Instances following a reboot" />
80+
- <LinkList to="/instances/troubleshooting/reboot-from-faulty-kernel/" label="Troubleshooting issues with faulty kernel installations" />
81+
</LinksList>

pages/ipam/troubleshooting/index.mdx

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

4242
## IPAM troubleshooting pages
4343

44-
- [I can't delete my Private Network due to a reserved IPAM IP](/ipam/troubleshooting/cant-delete-pn-reserved-ip/)
44+
<LinksList>
45+
- <LinkList to="/ipam/troubleshooting/cant-delete-pn-reserved-ip/" label="I can't delete my Private Network due to a reserved IPAM IP" />
46+
</LinksList>

pages/kubernetes/troubleshooting/index.mdx

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

6262
## Kubernetes troubleshooting pages
6363

64-
- [Configuring a SQL storage backend in Helm on Scaleway Kubernetes Kapsule](/kubernetes/troubleshooting/configuring-sql-storage-backend-helm/)
65-
- [Containers are not starting on ARM Instances](/kubernetes/troubleshooting/containers-not-starting-arm-instances/)
64+
<LinksList>
65+
- <LinkList to="/kubernetes/troubleshooting/configuring-sql-storage-backend-helm/" label="Configuring a SQL storage backend in Helm on Scaleway Kubernetes Kapsule" />
66+
- <LinkList to="/kubernetes/troubleshooting/containers-not-starting-arm-instances/" label="Containers are not starting on ARM Instances" />
67+
</LinksList>

pages/load-balancer/troubleshooting/index.mdx

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

6464
## Load Balancer troubleshooting pages
6565

66-
- [I am having problems with my Load Balancer's certificate](/load-balancer/troubleshooting/certificates/)
67-
- [I am having problems configuring my Load Balancer](/load-balancer/troubleshooting/configuration/)
68-
- [I am experiencing connection problems and HTTP errors with my Load Balancer](/load-balancer/troubleshooting/http-connection-errors/)
69-
- [I am experiencing problems with my Kubernetes Load Balancer](/load-balancer/troubleshooting/k8s-errors/)
70-
- [Load Balancer Limitations](/load-balancer/troubleshooting/load-balancer-limitations/)
66+
<LinksList>
67+
- <LinkList to="/load-balancer/troubleshooting/certificates/" label="I am having problems with my Load Balancer's certificate" />
68+
- <LinkList to="/load-balancer/troubleshooting/configuration/" label="I am having problems configuring my Load Balancer" />
69+
- <LinkList to="/load-balancer/troubleshooting/http-connection-errors/" label="I am experiencing connection problems and HTTP errors with my Load Balancer" />
70+
- <LinkList to="/load-balancer/troubleshooting/k8s-errors/" label="I am experiencing problems with my Kubernetes Load Balancer" />
71+
- <LinkList to="/load-balancer/troubleshooting/load-balancer-limitations/" label="Load Balancer Limitations" />
72+
</LinksList>

pages/managed-databases-for-postgresql-and-mysql/troubleshooting/index.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ categories:
5555

5656
## Managed Databases for PostgreSQL and MySQL troubleshooting pages
5757

58-
- [Dealing with Database Instance unavailability](/managed-databases-for-postgresql-and-mysql/troubleshooting/database-instance-unavailable/)
59-
- [Dealing with Database Instance connectivity issues](/managed-databases-for-postgresql-and-mysql/troubleshooting/database-instance-connectivity-issues/)
60-
- [Dealing with Database Instance performance issues](/managed-databases-for-postgresql-and-mysql/troubleshooting/database-instance-performance-issues/)
61-
- [Dealing with the disk_full mode in a Database Instance](/managed-databases-for-postgresql-and-mysql/troubleshooting/disk-full/)
62-
- [Dealing with common PostgreSQL extension errors](/managed-databases-for-postgresql-and-mysql/troubleshooting/extension-errors/)
63-
58+
<LinksList>
59+
- <LinkList to="/managed-databases-for-postgresql-and-mysql/troubleshooting/database-instance-unavailable/" label="Dealing with Database Instance unavailability" />
60+
- <LinkList to="/managed-databases-for-postgresql-and-mysql/troubleshooting/database-instance-connectivity-issues/" label="Dealing with Database Instance connectivity issues" />
61+
- <LinkList to="/managed-databases-for-postgresql-and-mysql/troubleshooting/database-instance-performance-issues/" label="Dealing with Database Instance performance issues" />
62+
- <LinkList to="/managed-databases-for-postgresql-and-mysql/troubleshooting/disk-full/" label="Dealing with the disk_full mode in a Database Instance" />
63+
- <LinkList to="/managed-databases-for-postgresql-and-mysql/troubleshooting/extension-errors/" label="Dealing with common PostgreSQL extension errors" />
64+
</LinksList>

pages/nats/troubleshooting/index.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ categories:
4444

4545
## NATS troubleshooting pages
4646

47-
- [I can't delete my Project due to a Messaging namespace](/nats/troubleshooting/cant-delete-namespace/)
48-
- [NATS queue reports a higher than expected message volume to Cockpit](/nats/troubleshooting/nats-message-counting/)
49-
47+
<LinksList>
48+
- <LinkList to="/nats/troubleshooting/cant-delete-namespace/" label="I can't delete my Project due to a Messaging namespace" />
49+
- <LinkList to="/nats/troubleshooting/nats-message-counting/" label="NATS queue reports a higher than expected message volume to Cockpit" />
50+
</LinksList>

pages/object-storage/troubleshooting/index.mdx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,11 @@ categories:
6161
</Grid>
6262
## Object Storage troubleshooting pages
6363

64-
- [My API key does not work with Object Storage](/object-storage/troubleshooting/api-key-does-not-work/)
65-
- [I cannot access my data](/object-storage/troubleshooting/cannot-access-data/)
66-
- [I cannot delete my bucket](/object-storage/troubleshooting/cannot-delete-bucket/)
67-
- [I cannot restore my objects from Glacier](/object-storage/troubleshooting/cannot-restore-glacier/)
68-
- [I lost access to a bucket after applying a bucket policy](/object-storage/troubleshooting/lost-bucket-access-bucket-policy/)
69-
- [I am experiencing performance issues](/object-storage/troubleshooting/low-performance/)
64+
<LinksList>
65+
- <LinkList to="/object-storage/troubleshooting/api-key-does-not-work/" label="My API key does not work with Object Storage" />
66+
- <LinkList to="/object-storage/troubleshooting/cannot-access-data/" label="I cannot access my data" />
67+
- <LinkList to="/object-storage/troubleshooting/cannot-delete-bucket/" label="I cannot delete my bucket" />
68+
- <LinkList to="/object-storage/troubleshooting/cannot-restore-glacier/" label="I cannot restore my objects from Glacier" />
69+
- <LinkList to="/object-storage/troubleshooting/lost-bucket-access-bucket-policy/" label="I lost access to a bucket after applying a bucket policy" />
70+
- <LinkList to="/object-storage/troubleshooting/low-performance/" label="I am experiencing performance issues" />
71+
</LinksList>

0 commit comments

Comments
 (0)