Skip to content

Commit 4b5fd47

Browse files
tilo-14claude
andcommitted
Restructure navigation and simplify support page
- Add AI tools guide to Learn section in both navbars - Move support page to References section - Remove global anchors (now in main navigation) - Simplify navbar links structure - Condense support page from 3 to 2 cards Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 33712ea commit 4b5fd47

2 files changed

Lines changed: 21 additions & 33 deletions

File tree

docs.json

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@
7373
{
7474
"group": "Learn",
7575
"pages": [
76-
"learn/light-token-standard" ]
76+
"learn/light-token-standard",
77+
"learn/ai-tools-guide"
78+
]
7779
},
7880
{
7981
"group": "SDK Reference",
@@ -206,7 +208,8 @@
206208
"learn/core-concepts/transaction-lifecycle",
207209
"learn/core-concepts/considerations"
208210
]
209-
}
211+
},
212+
"learn/ai-tools-guide"
210213
]
211214
},
212215
{
@@ -236,6 +239,7 @@
236239
"references/whitepaper",
237240
"references/node-operators",
238241
"references/terminology",
242+
"support",
239243
"references/security"
240244
]
241245
},
@@ -251,21 +255,7 @@
251255
}
252256
]
253257
}
254-
],
255-
"global": {
256-
"anchors": [
257-
{
258-
"anchor": "AI Tools Guide",
259-
"href": "https://zkcompression.com/learn/ai-tools-guide",
260-
"icon": "robot"
261-
},
262-
{
263-
"anchor": "Support",
264-
"href": "https://www.zkcompression.com/support",
265-
"icon": "headset"
266-
}
267-
]
268-
}
258+
]
269259
},
270260
"api": {
271261
"playground": {
@@ -284,15 +274,17 @@
284274
"navbar": {
285275
"links": [
286276
{
277+
"label": "Get Support",
278+
"icon": "discord",
279+
"href": "https://discord.gg/CYvjBgzRFP"
280+
},
281+
{
282+
"type": "button",
287283
"label": "GitHub",
284+
"icon": "github",
288285
"href": "https://github.com/Lightprotocol/light-protocol"
289286
}
290-
],
291-
"primary": {
292-
"type": "button",
293-
"label": "Get Support on Discord",
294-
"href": "https://discord.gg/rpddh53TeG"
295-
}
287+
]
296288
},
297289
"contextual": {
298290
"options": [

support.mdx

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
---
22
title: Support
3-
description: Get expert help with ZK Compression, compressed tokens, compressed PDAs, local development and more. Discord community, Telegram, and Email support available.
4-
icon: headset
3+
description: Get expert help with Light-Token and ZK Compression. Discord community, Telegram, and Email support available.
54
---
65

76

8-
<CardGroup cols={3}>
9-
<Card title="ZK Compression Questions" icon="/images/light-logo.svg" href="https://discord.gg/CYvjBgzRFP">
10-
Head to the Light Developer Discord.
7+
<CardGroup cols={2}>
8+
<Card title="Dev Support" icon="/images/light-logo.svg" href="https://discord.gg/CYvjBgzRFP">
9+
Head to Light's Discord.
1110
</Card>
12-
<Card title="RPC Questions" icon="/images/helius-logo.svg" href="https://discord.gg/Uzzf6a7zKr">
13-
Head to the Helius Developer Discord.
14-
</Card>
15-
<Card title="Solana Questions" icon="/images/solana-logo.svg" href="https://solana.stackexchange.com/">
16-
Head to the Solana StackExchange.
11+
<Card title="RPC & Indexer Support" icon="/images/helius-logo.svg" href="https://discord.gg/Uzzf6a7zKr">
12+
Head to the Helius Discord.
1713
</Card>
1814
</CardGroup>
1915

0 commit comments

Comments
 (0)