From a1a6ae4eb45458cd3e209b48033d22c0db43d141 Mon Sep 17 00:00:00 2001 From: Bereket Engida <86073083+Bekacru@users.noreply.github.com> Date: Mon, 12 Jan 2026 20:36:59 -0800 Subject: [PATCH] docs: hide method/url from server-only API documentation (#7318) Co-authored-by: Claude --- docs/components/api-method.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/api-method.tsx b/docs/components/api-method.tsx index 4f693c7ade..055f2f4a2a 100644 --- a/docs/components/api-method.tsx +++ b/docs/components/api-method.tsx @@ -178,7 +178,7 @@ export const APIMethod = ({ const serverTabContent = ( <> - {isClientOnly ? null : ( + {isClientOnly || isServerOnly ? null : (