diff --git a/apps/docs/components/reference/RefFunctionSection.tsx b/apps/docs/components/reference/RefFunctionSection.tsx index a31c52af992..18c753a52ef 100644 --- a/apps/docs/components/reference/RefFunctionSection.tsx +++ b/apps/docs/components/reference/RefFunctionSection.tsx @@ -203,6 +203,16 @@ const RefFunctionSection: React.FC = (props) => { .replace('js', '') .replace('ts', ''))} + + {example.description && ( +
+
Example Notes
+ + {example.description} + +
+ )} + {response && (