From 5f995345ebc81f58a125207f179470cf54889ed8 Mon Sep 17 00:00:00 2001 From: "codegen-sh[bot]" <131295404+codegen-sh[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 04:24:38 +0000 Subject: [PATCH] Add social media icons to header navigation - Added Slack, X (Twitter), and LinkedIn icons to the navbar - Removed the need for 'join community' text as the icons are self-explanatory Co-authored-by: Jay Hack --- docs/docs.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/docs.json b/docs/docs.json index 4c496eda1..1ac7d6b68 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -110,6 +110,23 @@ "decoration": "gradient" }, "navbar": { + "links": [ + { + "label": "Slack", + "href": "https://join.slack.com/t/codegen-community/shared_invite/zt-2f9xzs4vc-Ij0YgRrnu43F2ygMQRPQQQ", + "icon": "slack" + }, + { + "label": "X", + "href": "https://x.com/codegen", + "icon": "x-twitter" + }, + { + "label": "LinkedIn", + "href": "https://linkedin.com/company/codegen-dot-com", + "icon": "linkedin" + } + ], "primary": { "type": "button", "label": "GitHub", @@ -141,3 +158,4 @@ } } } +