-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebars.js
More file actions
43 lines (43 loc) · 1.11 KB
/
sidebars.js
File metadata and controls
43 lines (43 loc) · 1.11 KB
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
module.exports = {
docs: [{
type: 'category',
label: 'Getting Started',
collapsed: false,
items: ['1.1.introduction', '1.2.create-pool', '1.3.authorization', '1.4.example-request', '1.5.example-usecase'],
},{
type: 'category',
label: 'API Specification',
collapsed: false,
items: ['2.1.swagger-docs', '2.2.accounts', '2.3.asset_pools', '2.4.members', '2.5.rewards', '2.6.withdrawals'],
},{
type: 'category',
label: 'Network Details',
collapsed: false,
items: ['3.1.networks', '3.2.api-health', '3.3.protocol-fee'],
},
{
type: 'category',
label: 'Protocol Security',
collapsed: false,
items: ['4.1.security-audit', '4.2.torus-customauth']
},
{
type: 'category',
label: 'THX Network Token',
collapsed: false,
items: ['5.token']
},
{
type: 'category',
label: 'Conditional Rewards',
collapsed: false,
items: ['6.1.youtube','6.2.twitter']
},
{
type: 'category',
label: 'Pricing',
collapsed: false,
items: ['7.pricing']
},
]
};