Skip to content

Commit 1a7e7c2

Browse files
committed
side-bar-update_1
1 parent 3eb4d4c commit 1a7e7c2

File tree

5 files changed

+26
-43
lines changed

5 files changed

+26
-43
lines changed

package-lock.json

Lines changed: 17 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sidebars/concepts.js

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,23 @@ module.exports = [
1313
'value': '<span class=\'menu__link\'><b><small> Dive into TON </small></b></span>',
1414
},
1515
'v3/concepts/dive-into-ton/introduction',
16+
{
17+
type: 'category',
18+
label: 'TON Ecosystem',
19+
items: [
20+
'v3/concepts/dive-into-ton/ton-ecosystem/wallet-apps',
21+
'v3/concepts/dive-into-ton/ton-ecosystem/explorers-in-ton',
22+
'v3/concepts/dive-into-ton/ton-ecosystem/nft',
23+
],
24+
},
1625
{
1726
type: 'category',
1827
label: 'TON Blockchain',
1928
items: [
2029
'v3/concepts/dive-into-ton/ton-blockchain/blockchain-of-blockchains',
2130
'v3/concepts/dive-into-ton/ton-blockchain/smart-contract-addresses',
22-
'v3/concepts/dive-into-ton/ton-blockchain/wallet-apps',
23-
'v3/concepts/dive-into-ton/ton-blockchain/explorers-in-ton',
2431
'v3/concepts/dive-into-ton/ton-blockchain/cells-as-data-storage',
2532
'v3/concepts/dive-into-ton/ton-blockchain/ton-networking',
26-
'v3/concepts/dive-into-ton/ton-blockchain/nft',
2733
'v3/concepts/dive-into-ton/ton-blockchain/sharding',
2834
'v3/concepts/dive-into-ton/ton-blockchain/blockchain-comparison',
2935
],

0 commit comments

Comments
 (0)