Skip to content

Commit

Permalink
fix: Add all links to the examples index
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmytton committed Nov 6, 2024
1 parent bb55071 commit c00947d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/content/docs/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import { LinkButton, LinkCard } from "@astrojs/starlight/components";
title="Next.js + Prisma"
href="https://github.com/arcjet/example-nextjs-prisma"
/>
<LinkCard title="Remix" href="https://github.com/arcjet/example-remix" />

## Blueprints

Expand All @@ -25,8 +26,18 @@ import { LinkButton, LinkCard } from "@astrojs/starlight/components";
href="/blueprints/ip-geolocation"
description="Use Arcjet's IP analysis to customize the response based on the IP location."
/>
<LinkCard
title="Payment form protection"
href="/blueprints/payment-form"
description="Protect your payment form from fraudulent credit card transactions."
/>
<LinkCard
title="Sampling traffic"
href="/blueprints/sampling"
description="Test Arcjet with a small percentage of your traffic."
/>
<LinkCard
title="VPN & proxy detection"
href="/blueprints/vpn-proxy-detection"
description="Use Arcjet IP address analysis to detect VPNs and proxies."
/>

0 comments on commit c00947d

Please sign in to comment.