File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 395395 "dark" : " /logo/dark.png"
396396 },
397397 "navbar" : {
398- "links" : [],
398+ "links" : [
399+ {
400+ "label" : " Join Community" ,
401+ "href" : " https://discord.gg/ai16z" ,
402+ "icon" : " discord" ,
403+ "style" : " primary"
404+ }
405+ ],
399406 "primary" : {
400407 "type" : " github" ,
401408 "href" : " https://github.com/elizaos/eliza"
420427 "twitter:image" : " /images/eliza-og.png"
421428 }
422429 },
430+ "analytics" : {
431+ "posthog" : {
432+ "apiKey" : " phc_YOUR_POSTHOG_API_KEY"
433+ }
434+ },
423435 "contextual" : {
424436 "options" : [
425437 " copy" ,
Original file line number Diff line number Diff line change @@ -242,4 +242,15 @@ a[href*="llms-full.txt"] svg[style*="robot.svg"] {
242242 background-position : center;
243243 pointer-events : none;
244244 z-index : 0 ;
245+ }
246+
247+ /* Navbar "Join Community" button hover - match GitHub button blue text */
248+ a [href *= "discord.gg" ]: hover {
249+ color : # 0B35F1 !important ;
250+ }
251+
252+ /* Make Discord icon turn blue on hover (Mintlify uses mask-based icons) */
253+ a [href *= "discord.gg" ]: hover * {
254+ color : # 0B35F1 !important ;
255+ background-color : currentColor !important ;
245256}
You can’t perform that action at this time.
0 commit comments