Skip to content

Commit d17c1e0

Browse files
committed
fix(vpc): fix conflicts in index
1 parent 4e6eab9 commit d17c1e0

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

pages/vpc/troubleshooting/index.mdx

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

6464
## VPC troubleshooting pages
6565

66-
- [My resource has no IP address on a Private Network (DHCP problems)](/vpc/troubleshooting/resource-attached-no-ip/)
67-
- [I am experiencing DNS or SSL errors and conflicts with my Private Network](/vpc/troubleshooting/pn-name/)
68-
- [I am experiencing connectivity or routing issues with my VPC or Private Network](/vpc/troubleshooting/vpc-pn-routing-connectivity-issues/)
69-
- [I can't delete my VPC or Private Network](/vpc/troubleshooting/cant-delete-vpc-pn/)
70-
- [Connectivity tests for unreachable Instances in a Private Network](/vpc/troubleshooting/connectivity-tests/)
71-
- [My legacy Instance is attached to a Private Network but auto-configuration is not working](/vpc/troubleshooting/autoconfig-not-working/)
72-
- [VPC limitations](/vpc/troubleshooting/vpc-limitations/)
66+
<LinksList>
67+
- <LinkList to="/vpc/troubleshooting/resource-attached-no-ip/" label="My resource has no IP address on a Private Network (DHCP problems)" />
68+
- <LinkList to="/vpc/troubleshooting/pn-name/" label="I am experiencing DNS or SSL errors and conflicts with my Private Network" />
69+
- <LinkList to="/vpc/troubleshooting/vpc-pn-routing-connectivity-issues/" label="I am experiencing connectivity or routing issues with my VPC or Private Network" />
70+
- <LinkList to="/vpc/troubleshooting/cant-delete-vpc-pn/" label="I can't delete my VPC or Private Network" />
71+
- <LinkList to="/vpc/troubleshooting/connectivity-tests/" label="Connectivity tests for unreachable Instances in a Private Network" />
72+
- <LinkList to="/vpc/troubleshooting/autoconfig-not-working/" label="My legacy Instance is attached to a Private Network but auto-configuration is not working" />
73+
- <LinkList to="/vpc/troubleshooting/vpc-limitations/" label="VPC limitations" />
74+
</LinksList>

0 commit comments

Comments
 (0)