Skip to content

Commit

Permalink
chore: Example template links (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmytton authored Dec 22, 2024
1 parent 3a792ad commit 2ecf938
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/content/docs/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,16 @@ import { LinkButton, LinkCard } from "@astrojs/starlight/components";
title="Next.js + Prisma"
href="https://github.com/arcjet/example-nextjs-prisma"
/>
<LinkCard
title="Next.js Starter"
href="https://github.com/ixartz/Next-js-Boilerplate"
/>
<LinkCard title="Next.js SaaS template" href="https://www.next-forge.com/" />
<LinkCard title="Remix" href="https://github.com/arcjet/example-remix" />
<LinkCard
title="Remix SaaS template"
href="https://github.com/dev-xo/remix-saas"
/>

## Blueprints

Expand Down
10 changes: 10 additions & 0 deletions src/lib/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ export const main = [
link: "https://github.com/arcjet/example-nextjs-prisma",
attrs: { target: "_blank", class: "external-link" },
},
{
label: "Next.js Starter",
link: "https://github.com/ixartz/Next-js-Boilerplate",
attrs: { target: "_blank", class: "external-link" },
},
{
label: "Next.js SaaS template",
link: "https://www.next-forge.com/",
Expand All @@ -41,6 +46,11 @@ export const main = [
link: "https://github.com/arcjet/example-remix",
attrs: { target: "_blank", class: "external-link" },
},
{
label: "Remix SaaS template",
link: "https://github.com/dev-xo/remix-saas",
attrs: { target: "_blank", class: "external-link" },
},
{
label: "More",
link: "https://github.com/arcjet/arcjet-js/tree/main/examples",
Expand Down

0 comments on commit 2ecf938

Please sign in to comment.