From f73e1c46183f6efc5db5ac98f8463c3244789bc0 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Mon, 29 Sep 2025 15:18:03 +0700 Subject: [PATCH 1/3] enhancement: social media navbar and update menu footer --- docs/src/components/FooterMenu/index.tsx | 5 ++- docs/src/components/Navbar.tsx | 47 +++++++++++++++++++++++- 2 files changed, 50 insertions(+), 2 deletions(-) diff --git a/docs/src/components/FooterMenu/index.tsx b/docs/src/components/FooterMenu/index.tsx index 68e1e6e78..317def75f 100644 --- a/docs/src/components/FooterMenu/index.tsx +++ b/docs/src/components/FooterMenu/index.tsx @@ -16,7 +16,10 @@ const FOOTER_MENUS: FooterMenu[] = [ { title: 'Company', links: [ - { name: 'Vision', href: '/', comingSoon: true }, + { + name: 'Open Superintelligence', + href: '/handbook/why/open-superintelligence', + }, { name: 'Handbook', href: '/handbook' }, { name: 'Community', href: 'https://discord.com/invite/FTk2MvZwJH' }, { name: 'Careers', href: 'https://menlo.bamboohr.com/careers' }, diff --git a/docs/src/components/Navbar.tsx b/docs/src/components/Navbar.tsx index 51044e9c7..e923dbc59 100644 --- a/docs/src/components/Navbar.tsx +++ b/docs/src/components/Navbar.tsx @@ -4,7 +4,7 @@ import { useRouter } from 'next/router' import { cn } from '@/lib/utils' import { FaDiscord, FaGithub } from 'react-icons/fa' import { FiDownload } from 'react-icons/fi' -import { FaXTwitter } from 'react-icons/fa6' +import { FaXTwitter, FaLinkedinIn } from 'react-icons/fa6' import { Button } from './ui/button' import LogoJanSVG from '@/assets/icons/logo-jan.svg' @@ -113,6 +113,43 @@ const Navbar = ({ noScroll }: { noScroll?: boolean }) => { + +
  • +
    + + + + + + + + + + + + +
    +
  • @@ -232,6 +269,14 @@ const Navbar = ({ noScroll }: { noScroll?: boolean }) => { > + + + Date: Mon, 29 Sep 2025 15:21:51 +0700 Subject: [PATCH 2/3] Update docs/src/components/Navbar.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/src/components/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/components/Navbar.tsx b/docs/src/components/Navbar.tsx index e923dbc59..e96b760a7 100644 --- a/docs/src/components/Navbar.tsx +++ b/docs/src/components/Navbar.tsx @@ -270,7 +270,7 @@ const Navbar = ({ noScroll }: { noScroll?: boolean }) => { Date: Mon, 29 Sep 2025 15:21:57 +0700 Subject: [PATCH 3/3] Update docs/src/components/Navbar.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/src/components/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/components/Navbar.tsx b/docs/src/components/Navbar.tsx index e96b760a7..b12fcaa73 100644 --- a/docs/src/components/Navbar.tsx +++ b/docs/src/components/Navbar.tsx @@ -133,7 +133,7 @@ const Navbar = ({ noScroll }: { noScroll?: boolean }) => {