-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsidebars.js
60 lines (60 loc) · 1.58 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
52
53
54
55
56
57
58
59
60
module.exports = {
docs: [
{
type: 'category',
label: 'Libraries',
items: [
'libraries',
{
type: 'category',
label: 'Paywall',
items: ['paywall3', 'paywall2', 'paywall1']
},
'jssdk',
'iossdk',
'androidsdk'
],
},
'webhooks',
'notifications',
{
type: 'link',
label: 'API Reference',
href: 'https://docs.inplayer.com/api/',
},
{
type: 'category',
label: 'Guides',
items: [
'guides/paywall-events-tracking',
{
type: 'category',
label: 'In-App Purchases',
items: [
'guides/in-app-purchases/in-app-services',
'guides/in-app-purchases/in-app-authentication',
'guides/in-app-purchases/ios-in-app-purchases',
'guides/in-app-purchases/amazon-in-app-purchases',
'guides/in-app-purchases/android-in-app-purchases',
'guides/in-app-purchases/roku-in-app-purchases',
]
},
'guides/syndication',
'guides/sca',
'guides/page-protection',
'guides/enable-third-party-platform-payments',
'guides/enable-web-payments-with-stripe',
'guides/authenticate-and-authorize-users',
{
type: 'category',
label: 'Standalone Services',
items: [
'guides/standalone-services/overview',
'guides/standalone-services/custom-authentication',
'guides/standalone-services/custom-payment',
]
},
],
},
],
};