docs: hide method/url from server-only API documentation (#7318)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Bereket Engida
2026-01-12 20:36:59 -08:00
committed by GitHub
parent 84df99f7ad
commit a1a6ae4eb4

View File

@@ -178,7 +178,7 @@ export const APIMethod = ({
const serverTabContent = (
<>
{isClientOnly ? null : (
{isClientOnly || isServerOnly ? null : (
<Endpoint
method={method || "GET"}
path={path}