forked from LatamLink/latamlink.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebars.js
65 lines (65 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
61
62
63
64
65
module.exports = {
docs: [
{
type: 'category',
label: 'Testnet',
items: [
'testnet/eosio',
'testnet/consensus-mechanism',
'testnet/network-topology',
'testnet/accounts-permissions',
'testnet/eosio-nodes',
'testnet/entity-node-info',
'testnet/traceability',
'testnet/resource-usage',
'testnet/monitoring',
'testnet/performance',
'testnet/digital-identity',
'testnet/privacy',
'testnet/interoperability',
'testnet/roadmap'
],
},
{
type: 'category',
label: 'Guides',
items: [
'guides/development-environment',
'guides/private-keys',
'guides/create-account-final',
'guides/create-account-contract',
'guides/create-account-non-partner',
'guides/create-account-partner',
"guides/partners",
"guides/get-resources",
'guides/permissioning-process',
'guides/node-installation',
'guides/deploy-smart-contract'
],
},
{
type: 'category',
label: 'Tools',
items: [
'tools/monitor',
'tools/api',
'tools/cli',
'tools/block-explorer',
'tools/network-governance',
'tools/sdk-libraries',
'tools/backups',
'tools/boilerplates'
],
},
{
type: 'category',
label: 'Resources',
items: [
'resources/other-resources',
'resources/eosio-networks',
'resources/important-functions',
'resources/glossary'
],
},
],
};