You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/troubleshooting/index.mdx
+16-18Lines changed: 16 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -55,24 +55,22 @@ content:
55
55
56
56
## Most viewed pages
57
57
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
+
- <LinkListto="/account/faq/#my-account-is-locked-what-do-i-do"label="My account has been locked" />
61
+
- <LinkListto="/instances/troubleshooting/cant-connect-ssh/#warning-remote-host-identification-has-changed"label="I can't connect to my Instance using SSH" />
62
+
- <LinkListto="/apple-silicon/troubleshooting/cant-connect-using-vnc/"label="I can't connect to my Mac Mini using VNC" />
63
+
- <LinkListto="/billing/how-to/add-payment-method/"label="How to add a payment method" />
64
+
- <LinkListto="/account/faq/#can-i-change-the-name-of-my-organization"label="How to rename an Organization" />
65
+
</LinksList>
66
+
<LinksList>
67
+
- <LinkListto="/account/how-to/close-account/"label="How to delete an account" />
68
+
- <LinkListto="/account/how-to/verify-identity/"label="How to verify your identity" />
69
+
- <LinkListto="/object-storage/troubleshooting/api-key-does-not-work/"label="My API key does not work with Object Storage" />
70
+
- <LinkListto="/gpu/troubleshooting/install-nvidia-drivers-ubuntu/"label="I need help installing NVIDIA drivers on Ubuntu 22.04" />
71
+
- <LinkListto="/iam/troubleshooting/cannot-use-resources/"label="I am not allowed to perform actions on resources" />
0 commit comments