Skip to content

fix(gen): update tb hub list with LinksList component #5075

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 16 additions & 18 deletions pages/troubleshooting/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,24 +55,22 @@ content:

## Most viewed pages

<table>
<tr>
<td>
- [My account has been locked](/account/faq/#my-account-is-locked-what-do-i-do)
- [I can't connect to my Instance using SSH](/instances/troubleshooting/cant-connect-ssh/#warning-remote-host-identification-has-changed)
- [I can't connect to my Mac Mini using VNC](/apple-silicon/troubleshooting/cant-connect-using-vnc/)
- [How to add a payment method](/billing/how-to/add-payment-method/)
- [How to rename an Organization](/account/faq/#can-i-change-the-name-of-my-organization)
</td>
<td>
- [How to delete an account](/account/how-to/close-account/)
- [How to verify your identity](/account/how-to/verify-identity/)
- [My API key does not work with Object Storage](/object-storage/troubleshooting/api-key-does-not-work/)
- [I need help installing NVIDIA drivers on Ubuntu 22.04](/gpu/troubleshooting/install-nvidia-drivers-ubuntu/)
- [I am not allowed to perform actions on resources](/iam/troubleshooting/cannot-use-resources/)
</td>
</tr>
</table>
<Grid>
<LinksList>
- <LinkList to="/account/faq/#my-account-is-locked-what-do-i-do" label="My account has been locked" />
- <LinkList to="/instances/troubleshooting/cant-connect-ssh/#warning-remote-host-identification-has-changed" label="I can't connect to my Instance using SSH" />
- <LinkList to="/apple-silicon/troubleshooting/cant-connect-using-vnc/" label="I can't connect to my Mac Mini using VNC" />
- <LinkList to="/billing/how-to/add-payment-method/" label="How to add a payment method" />
- <LinkList to="/account/faq/#can-i-change-the-name-of-my-organization" label="How to rename an Organization" />
</LinksList>
<LinksList>
- <LinkList to="/account/how-to/close-account/" label="How to delete an account" />
- <LinkList to="/account/how-to/verify-identity/" label="How to verify your identity" />
- <LinkList to="/object-storage/troubleshooting/api-key-does-not-work/" label="My API key does not work with Object Storage" />
- <LinkList to="/gpu/troubleshooting/install-nvidia-drivers-ubuntu/" label="I need help installing NVIDIA drivers on Ubuntu 22.04" />
- <LinkList to="/iam/troubleshooting/cannot-use-resources/" label="I am not allowed to perform actions on resources" />
</LinksList>
</Grid>

## Browse troubleshooting pages by product

Expand Down