diff --git a/apps/docs/pages/jwt/index.mdx b/apps/docs/pages/jwt/index.mdx index 87401e7..8ef37ee 100644 --- a/apps/docs/pages/jwt/index.mdx +++ b/apps/docs/pages/jwt/index.mdx @@ -1,16 +1,17 @@ -import { Cards, Card } from 'nextra/components' +import { Cards, Card } from "nextra/components"; # Roll your own auth | JWT - + ## Server Pick a framework - - - - + + + + + ## Client @@ -18,20 +19,47 @@ Pick a framework Pick a framework - - Next.js - -} title="Next.js" href="/jwt/client/nextjs" /> - Vite - } title="Vite.js (coming soon)" href="/jwt/client/vite" /> - Remix - } title="Remix (coming soon)" href="/jwt/client/remix" /> - - \ No newline at end of file + + Next.js + + + } + title="Next.js" + href="/jwt/client/nextjs" + /> + + Vite + + + } + title="Vite.js (coming soon)" + href="/jwt/client/vite" + /> + + Remix + + + } + title="Remix (coming soon)" + href="/jwt/client/remix" + /> + + diff --git a/apps/docs/pages/jwt/server/nestjs.mdx b/apps/docs/pages/jwt/server/nest.mdx similarity index 100% rename from apps/docs/pages/jwt/server/nestjs.mdx rename to apps/docs/pages/jwt/server/nest.mdx