forked from ton-community/ton-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconcepts.js
58 lines (58 loc) · 1.78 KB
/
concepts.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
/**
* @type {import('@docusaurus/plugin-content-docs').SidebarConfig}
*/
module.exports = [
'v3/concepts/dive-into-ton/introduction', // TODO: Change
'v3/concepts/glossary',
{
'type': 'html',
'value': '<hr/>',
},
{
'type': 'html',
'value': '<span class=\'menu__link\'><b><small> Dive into TON </small></b></span>',
},
'v3/concepts/dive-into-ton/introduction',
{
type: 'category',
label: 'TON Ecosystem',
items: [
'v3/concepts/dive-into-ton/ton-ecosystem/wallet-apps',
'v3/concepts/dive-into-ton/ton-ecosystem/explorers-in-ton',
'v3/concepts/dive-into-ton/ton-ecosystem/nft',
],
},
{
type: 'category',
label: 'TON Blockchain',
items: [
'v3/concepts/dive-into-ton/ton-blockchain/blockchain-of-blockchains',
'v3/concepts/dive-into-ton/ton-blockchain/smart-contract-addresses',
'v3/concepts/dive-into-ton/ton-blockchain/cells-as-data-storage',
'v3/concepts/dive-into-ton/ton-blockchain/ton-networking',
'v3/concepts/dive-into-ton/ton-blockchain/sharding',
'v3/concepts/dive-into-ton/ton-blockchain/blockchain-comparison',
],
},
{
type: 'category',
label: 'Newcomers from Ethereum',
items: [
'v3/concepts/dive-into-ton/go-from-ethereum/difference-of-blockchains',
'v3/concepts/dive-into-ton/go-from-ethereum/tvm-vs-evm',
'v3/concepts/dive-into-ton/go-from-ethereum/solidity-vs-func',
'v3/concepts/dive-into-ton/go-from-ethereum/blockchain-services',
]
},
'v3/concepts/educational-resources',
{
'type': 'html',
'value': '<hr/>',
},
{
'type': 'html',
'value': '<span class=\'menu__link\'><b><small> Quality Assurance & Outsource </small></b></span>',
},
'v3/concepts/qa-outsource/auditors',
'v3/concepts/qa-outsource/outsource',
];