-
Notifications
You must be signed in to change notification settings - Fork 2
/
sidebars.js
51 lines (51 loc) · 1.12 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
48
49
50
51
module.exports = {
someSidebar: [
"overview",
"quick-start",
{
type: "category",
label: "How to deploy Osso",
items: [
"deploy/overview",
"deploy/env-variables",
"deploy/build-steps",
"deploy/post-deployment",
],
},
{
type: "category",
label: "How to configure Osso",
items: [
"configure/overview",
"configure/adding-oauth-clients",
"configure/redirect-uris",
"configure/test-qa",
],
},
{
type: "category",
label: "How to consume Osso",
items: [
"consume/overview",
"consume/consuming-osso",
"consume/clojure",
"consume/nextjs",
"consume/omniauth-osso",
"consume/passport-osso",
"consume/python-social-auth",
"consume/supertokens",
"consume/osso-react",
],
},
{
type: "category",
label: "How to use Osso",
items: [
"user-guide/overview",
"user-guide/adding-customers",
"user-guide/onboarding-customers",
"user-guide/self-serve",
],
},
],
};