forked from stack-auth/stack-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.json
More file actions
39 lines (39 loc) · 985 Bytes
/
meta.json
File metadata and controls
39 lines (39 loc) · 985 Bytes
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
{
"title": "Stack Auth",
"description": "Stack Auth Documentation",
"root": true,
"pages": [
"overview",
"faq",
"---Getting Started---",
"getting-started/setup",
"getting-started/components",
"getting-started/users",
"getting-started/production",
"---Concepts---",
"concepts/api-keys",
"concepts/backend-integration",
"concepts/custom-user-data",
"concepts/emails",
"concepts/oauth",
"concepts/auth-providers",
"concepts/orgs-and-teams",
"concepts/permissions",
"concepts/stack-app",
"concepts/team-selection",
"concepts/user-onboarding",
"concepts/webhooks",
"---Customization---",
"customization/custom-pages",
"customization/custom-styles",
"customization/dark-mode",
"customization/internationalization",
"customization/page-examples",
"---Other---",
"others/cli-authentication",
"others/self-host",
"others/supabase",
"sdk",
"components"
]
}