Skip to content

Commit 0543961

Browse files
fix(gen): update tb hub list with LinksList component (#5075)
1 parent 8ade614 commit 0543961

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

pages/troubleshooting/index.mdx

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -55,24 +55,22 @@ content:
5555

5656
## Most viewed pages
5757

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

7775
## Browse troubleshooting pages by product
7876

0 commit comments

Comments
 (0)