-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathsidebars.js
More file actions
38 lines (37 loc) · 822 Bytes
/
sidebars.js
File metadata and controls
38 lines (37 loc) · 822 Bytes
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
module.exports = {
concepts: [
{
type: 'autogenerated',
dirName: 'concepts',
},
],
staking: [
{
type: 'autogenerated',
dirName: 'participate/01_staking',
},
],
governance: [
{
type: 'autogenerated',
dirName: 'participate/02_governance',
},
],
chain: [
{
type: 'autogenerated',
dirName: 'develop/02_chain',
},
],
workshop: [{ type: 'autogenerated', dirName: 'develop/03_workshop' }],
dApp: [{ type: 'autogenerated', dirName: 'develop/07_dApp' }],
opendid: [{ type: 'autogenerated', dirName: 'develop/08_opendid'}],
sdk: [
{ type: 'autogenerated', dirName: 'develop/01_sdk' },
{
type: 'link',
label: 'API Documentation',
href: 'https://kiltprotocol.github.io/sdk-js/index.html',
},
],
}