-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsidebars.js
71 lines (71 loc) · 1.94 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
61
62
63
64
65
66
67
68
69
70
71
module.exports = {
docs: [
'getting-started',
'monei-connect',
'eurm-stablecoin',
{
Integrations: [
'integrations/use-prebuilt-payment-page',
'integrations/use-payment-modal',
'integrations/build-custom-checkout',
'integrations/pay-by-link',
'integrations/use-qr-payments'
],
'E-commerce platforms': [
{
Shopify: [
'e-commerce/shopify/monei-payments',
'e-commerce/shopify/monei-onsite',
'e-commerce/shopify/monei-bizum',
'e-commerce/shopify/monei-multibanco',
'e-commerce/shopify/monei-mbway'
]
},
'e-commerce/wix',
'e-commerce/woocommerce',
'e-commerce/salesforce',
'e-commerce/adobe-commerce',
'e-commerce/prestashop'
],
'Accounting platforms': ['accounting/odoo']
},
'channel-tokenization',
{
'Payment methods': [
'payment-methods/card',
'payment-methods/google-pay',
'payment-methods/apple-pay',
'payment-methods/paypal',
'payment-methods/bizum',
'payment-methods/cofidis',
'payment-methods/cofidis-pay',
'payment-methods/click-to-pay',
'payment-methods/sepa-request-to-pay'
],
Subscriptions: ['subscriptions/integration'],
Guides: [
'guides/ethoca-verify',
'guides/managing-stores',
'guides/migrate-tokens',
'guides/payouts',
'guides/save-payment-method',
'guides/send-cardholder-name',
'guides/setup-cofidis-widget',
'guides/verify-signature'
],
'MONEI JS': ['monei-js/overview', 'monei-js/payment-request', 'monei-js/reference']
},
{
type: 'link',
label: 'Payments API',
href: '/api/#tag/Payments'
},
{
type: 'link',
label: 'Subscriptions API',
href: '/api/#tag/Subscriptions'
},
'graphql-api',
'testing'
]
};