From 6daf9fc8b62dd15e5b7a0edfe8c85f97ad02891b Mon Sep 17 00:00:00 2001
From: Nate Sesti <33237525+sestinj@users.noreply.github.com>
Date: Mon, 20 Jul 2026 20:32:02 -0700
Subject: [PATCH] docs: remove Sign in link (login flow retired after
acquisition)
---
docs-site/components/docs/DocsShell.tsx | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/docs-site/components/docs/DocsShell.tsx b/docs-site/components/docs/DocsShell.tsx
index 44d0f2f2f69..bd42340a4a3 100644
--- a/docs-site/components/docs/DocsShell.tsx
+++ b/docs-site/components/docs/DocsShell.tsx
@@ -272,9 +272,6 @@ export function DocsShell({
{link.label}
))}
-
- Sign in
-
{/* Mobile menu button */}
@@ -303,13 +300,6 @@ export function DocsShell({
{link.label}
))}
- setMobileMenuOpen(false)}
- >
- Sign in
-
)}