-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
/
Copy path_meta.js
45 lines (45 loc) · 1.48 KB
/
_meta.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
export default {
overview: "Overview",
"--- frameworks": {
type: "separator",
title: "Frameworks",
},
core: "@auth/core",
"nextjs": "next-auth",
sveltekit: "@auth/sveltekit",
express: "@auth/express",
"solid-start": "@auth/solid-start",
fastify: "@auth/fastify",
warnings: "Warnings",
errors: {
title: "Errors",
href: "/reference/core/errors",
},
"--- adapters": {
type: "separator",
title: "Adapters",
},
"prisma-adapter": "@auth/prisma-adapter",
"drizzle-adapter": "@auth/drizzle-adapter",
"azure-tables-adapter": "@auth/azure-tables-adapter",
"d1-adapter": "@auth/d1-adapter",
"dgraph-adapter": "@auth/dgraph-adapter",
"dynamodb-adapter": "@auth/dynamodb-adapter",
"edgedb-adapter": "@auth/edgedb-adapter",
"fauna-adapter": "@auth/fauna-adapter",
"firebase-adapter": "@auth/firebase-adapter",
"hasura-adapter": "@auth/hasura-adapter",
"kysely-adapter": "@auth/kysely-adapter",
"mikro-orm-adapter": "@auth/mikro-orm-adapter",
"mongodb-adapter": "@auth/mongodb-adapter",
"neo4j-adapter": "@auth/neo4j-adapter",
"pg-adapter": "@auth/pg-adapter",
"pouchdb-adapter": "@auth/pouchdb-adapter",
"sequelize-adapter": "@auth/sequelize-adapter",
"supabase-adapter": "@auth/supabase-adapter",
"surrealdb-adapter": "@auth/surrealdb-adapter",
"typeorm-adapter": "@auth/typeorm-adapter",
"unstorage-adapter": "@auth/unstorage-adapter",
"upstash-redis-adapter": "@auth/upstash-redis-adapter",
"xata-adapter": "@auth/xata-adapter",
}