From 5a60d67c885f2cc169ca32c9279056bc551f353c Mon Sep 17 00:00:00 2001 From: Allen Zhou <46854522+allenzhou101@users.noreply.github.com> Date: Sat, 25 Oct 2025 15:51:24 -0500 Subject: [PATCH 1/4] show workflow logo on mobile --- docs/lib/layout.shared.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/lib/layout.shared.tsx b/docs/lib/layout.shared.tsx index 5618f16ee..e79961d1c 100644 --- a/docs/lib/layout.shared.tsx +++ b/docs/lib/layout.shared.tsx @@ -28,7 +28,6 @@ export function baseOptions(): BaseLayoutProps { > Date: Sat, 25 Oct 2025 15:56:03 -0500 Subject: [PATCH 2/4] Integrate GitHub link button in navbar Add GitHub button to the navbar and adjust styles. --- docs/components/layout/home/index.tsx | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/docs/components/layout/home/index.tsx b/docs/components/layout/home/index.tsx index 12b1b23b4..d5bf0792b 100644 --- a/docs/components/layout/home/index.tsx +++ b/docs/components/layout/home/index.tsx @@ -191,6 +191,25 @@ export function Header({ ))}
+ {searchToggle.enabled !== false && (searchToggle.components?.lg ?? ( @@ -270,10 +289,6 @@ export function Header({ ) : null} - {themeSwitch.enabled !== false && - (themeSwitch.component ?? ( - - ))}
From 374c0564f16c68350f40b4453f110fe62169576c Mon Sep 17 00:00:00 2001 From: Allen Zhou <46854522+allenzhou101@users.noreply.github.com> Date: Sat, 25 Oct 2025 14:04:32 -0700 Subject: [PATCH 3/4] add github icon --- docs/components/layout/home/index.tsx | 44 +++++++++++++++------------ 1 file changed, 25 insertions(+), 19 deletions(-) diff --git a/docs/components/layout/home/index.tsx b/docs/components/layout/home/index.tsx index d5bf0792b..fc28af9fc 100644 --- a/docs/components/layout/home/index.tsx +++ b/docs/components/layout/home/index.tsx @@ -191,25 +191,6 @@ export function Header({ ))}
- {searchToggle.enabled !== false && (searchToggle.components?.lg ?? (