forked from Chia-Network/chialisp-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebars.js
31 lines (31 loc) · 820 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
module.exports = {
someSidebar: {
Chialisp: [
'basics',
'coins_spends_and_wallets',
'deeper_into_clvm',
'high_level_lang',
'common_functions',
'standard_transaction',
'coin_lifecycle',
'security',
'debugging',
'optimization',
'glossary'
],
CLVM: ['ref/clvm', 'ref/serialization'],
Puzzles: ['puzzles/singletons', 'puzzles/pooling'],
Tutorials: [
'tutorials/why_chia_is_great',
'tutorials/developing_applications',
'tutorials/tools_and_setup',
'tutorials/programming_chialisp',
'tutorials/coin_lifecycle_and_testing',
'tutorials/singletons',
'tutorials/custom_puzzle_lock',
'tutorials/coin_spend_rpc',
'tutorials/structure_of_a_chia_application'
],
FAQ: ['faq'],
},
};