File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,11 @@ layout: overview
4040 </Card >
4141 <Card title = " Retries with Backoff" icon = " fa-duotone fa-repeat" href = " /sdks/deep-dives/retries-with-backoff" >
4242 Automatically retry failed requests with exponential backoff
43+ <p className = " text-(color:--grayscale-a11) font-bold mt-2 flex items-center gap-1" >
44+ Learn more
45+ <img src = " ./images/arrow-right-black.svg" alt = " Arrow right light" className = " arrow-right dark:hidden m-0 h-4 w-4" noZoom />
46+ <img src = " ./images/arrow-right-white.svg" alt = " Arrow right light" className = " arrow-right hidden dark:block m-0 h-4 w-4" noZoom />
47+ </p >
4348 </Card >
4449 <Card title = " Webhook Signature Verification" icon = " fa-duotone fa-key" >
4550 Verify the signature of incoming webhook requests
You can’t perform that action at this time.
0 commit comments