-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs-auth.json
More file actions
89 lines (89 loc) · 1.92 KB
/
docs-auth.json
File metadata and controls
89 lines (89 loc) · 1.92 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"title": "Auth",
"items": [
{
"title": "Guide",
"icon": "material-symbols:book-2-outline",
"iconClasses": "text-primary text-xl",
"children": [
{
"title": "Setting up",
"path": "/auth/docs/"
},
{
"title": "Overview",
"path": "/auth/docs/guide"
},
{
"title": "React",
"path": "/auth/docs/guide/react"
},
{
"title": "Vue",
"path": "/auth/docs/guide/vue"
},
{
"title": "Svelte",
"path": "/auth/docs/guide/svelte"
},
{
"title": "TypeScript",
"path": "/auth/docs/guide/typescript"
}
]
},
{
"title": "Data sync",
"icon": "material-symbols:cloud-sync-rounded",
"iconClasses": "text-neutral-content text-lg",
"children": [
{
"title": "Overview",
"path": "/auth/docs/data"
}
]
},
{
"title": "Server",
"icon": "lucide:server",
"iconClasses": "text-secondary text-lg",
"children": [
{
"title": "Overview",
"path": "/auth/docs/server"
},
{
"title": "Node.js",
"path": "/auth/docs/server/nodejs"
},
{
"title": "Deno",
"path": "/auth/docs/server/deno"
},
{
"title": "Bun",
"path": "/auth/docs/server/bun"
},
{
"title": "Cloudflare Workers",
"path": "/auth/docs/server/cloudflare"
}
]
},
{
"title": "Reference",
"icon": "material-symbols:menu-book-outline",
"iconClasses": "text-warning text-lg",
"children": [
{
"title": "API",
"path": "/auth/docs/api"
},
{
"title": "Pricing",
"path": "/auth/docs/pricing"
}
]
}
]
}