-
Notifications
You must be signed in to change notification settings - Fork 8
/
sidebars.js
36 lines (36 loc) · 908 Bytes
/
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
module.exports = {
docs: {
Introduction: [
'introduction/about',
'introduction/faqs',
{
type: 'link',
label: 'Demo',
href: 'https://app.papercups.io/demo',
},
],
'Getting Started': [
'getting-started/chat',
'getting-started/reply-from-slack',
'getting-started/reply-from-mattermost',
'getting-started/reply-via-sms',
'getting-started/development',
],
Webhooks: ['webhooks/subscribing', 'webhooks/events'],
'API Reference': [
'api-reference/api-keys',
'api-reference/api-endpoints',
'api-reference/functions',
],
Deploying: ['deploying/aws', 'deploying/heroku', 'deploying/slack'],
'Additional Information': [
'support',
'contributing',
{
type: 'link',
label: 'Pricing',
href: 'https://papercups.io/pricing',
},
],
},
};