Skip to content

Commit df613d7

Browse files
committed
feat(aps): add troubleshooting index
1 parent 0a99e57 commit df613d7

File tree

2 files changed

+63
-21
lines changed

2 files changed

+63
-21
lines changed

menu/navigation.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,24 +1138,6 @@
11381138
"slug": "how-to"
11391139
},
11401140
{
1141-
"items": [
1142-
{
1143-
"label": "Troubleshooting remote desktop connections to Mac mini servers",
1144-
"slug": "cant-connect-using-vnc"
1145-
},
1146-
{
1147-
"label": "Troubleshooting SSH connection issues to Mac mini servers",
1148-
"slug": "cant-connect-using-ssh"
1149-
},
1150-
{
1151-
"label": "Troubleshooting Apple account creation for hosted Mac minis",
1152-
"slug": "cant-create-apple-account"
1153-
},
1154-
{
1155-
"label": "Troubleshooting deletion issues with Mac minis",
1156-
"slug": "cant-delete-mac-mini"
1157-
}
1158-
],
11591141
"label": "Troubleshooting",
11601142
"slug": "troubleshooting"
11611143
},
Lines changed: 63 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,68 @@
11
---
22
meta:
33
title: Apple silicon - Troubleshooting
4-
description: Apple silicon Troubleshooting
4+
description: Find troubleshooting resources for resolving issues with Apple silicon.
55
content:
6-
h1: Troubleshooting
7-
paragraph: Apple silicon Troubleshooting
6+
paragraph: Find troubleshooting resources for resolving issues with Apple silicon.
7+
dates:
8+
posted: 2025-03-10
9+
categories:
10+
- serverless
811
---
12+
13+
<ProductHeader
14+
productName="Apple silicon troubleshooting"
15+
productLogo="appleSilicon"
16+
description="XXXX"
17+
/>
18+
19+
## Featured Pages
20+
21+
<Grid>
22+
<DefaultCard
23+
title="Apple silicon FAQ"
24+
description="General info on Apple silicon"
25+
url="/faq/apple-silicon/"
26+
label="See more"
27+
/>
28+
<DefaultCard
29+
title="Troubleshooting SSH connection issues to Mac mini servers
30+
"
31+
description="This page helps you to resolve connection issues to your Mac mini via SSH."
32+
url="/apple-silicon/troubleshooting/cant-connect-using-ssh/"
33+
label="See more"
34+
/>
35+
<DefaultCard
36+
title="Troubleshooting remote desktop connections to Mac mini servers"
37+
description="This page helps you to resolve remote desktop (VNC) connection issues to your Mac mini."
38+
url="/apple-silicon/troubleshooting/cant-connect-using-vnc/"
39+
label="See more"
40+
/>
41+
</Grid>
42+
<Grid>
43+
<DefaultCard
44+
title="Troubleshooting account creation for hosted Mac minis"
45+
description="This page helps you to resolve Apple account creation issues from your hosted Mac muni"
46+
url="/apple-silicon/troubleshooting/cant-create-apple-account/"
47+
label="See more"
48+
/>
49+
<DefaultCard
50+
title="Troubleshooting deletion issues with Mac minis"
51+
description="This page helps you to resolve issues you may encounter when you want to delete your Mac mini."
52+
url="/apple-silicon/troubleshooting/cant-delete-mac-mini/"
53+
label="See more"
54+
/>
55+
<DefaultCard
56+
title="Bare Metal Shared Responsibility Model"
57+
description="Our shared responsibility model clarifies the division of duties between Scaleway and our users."
58+
url="/elastic-metal/reference-content/shared-responsibility-model/"
59+
label="See more"
60+
/>
61+
</Grid>
62+
63+
## XXXX troubleshooting pages
64+
65+
- [Troubleshooting SSH connection issues to Scaleway Mac mini servers](/apple-silicon/troubleshooting/cant-connect-using-ssh/)
66+
- [Troubleshooting remote desktop connections to Mac mini servers](/apple-silicon/troubleshooting/cant-connect-using-vnc/)
67+
- [Troubleshooting account creation for hosted Mac minis](/apple-silicon/troubleshooting/cant-create-apple-account/)
68+
- [Troubleshooting deletion issues with Mac minis](/apple-silicon/troubleshooting/cant-delete-mac-mini/)

0 commit comments

Comments
 (0)