-
Notifications
You must be signed in to change notification settings - Fork 1
/
sidebars.js
47 lines (47 loc) · 1.27 KB
/
sidebars.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
46
47
module.exports = {
docsSidebar: {
Guides: [
{
"Get Started": [
"guides/get_started/preface",
"guides/get_started/signup",
"guides/get_started/add_person",
"guides/get_started/add_app",
"guides/get_started/user_assignment",
"guides/get_started/try_login",
"guides/get_started/recap",
],
"How-Tos": [
"guides/howto/add_spa_app",
"guides/howto/add_web_app",
"guides/howto/app_user_assignment",
"guides/howto/machine_to_machine",
"guides/howto/custom_domain",
],
},
],
Concepts: [
"concepts/tenant",
"concepts/application",
"concepts/identity",
"concepts/custom_domain",
],
"Sample Apps": [
"sample_apps/sample-monorepo",
"sample_apps/sample-nodejs",
"sample_apps/samples-golang",
"sample_apps/sample-js",
"sample_apps/sample-flask",
"sample_apps/sample-django",
"sample_apps/sample-python",
"sample_apps/sample-laravel",
"sample_apps/sample-ror",
"sample_apps/sample-ruby",
],
Languages: [
"langs/overview",
{ Frontend: ["langs/frontend/spa_js"] },
{ Backend: ["langs/backend/nodejs_express"] },
],
},
};